Files
poky/meta/recipes-kernel
Richard Purdie 741a44c06b perf: Fix config file conflict with 4.1 kernels
If you setup mutlitlibs and then:

bitbake perf libb32-perf
bitbake perf libb32-perf -c cleansstate
bitbake perf libb32-perf

you will see races where the two builds get confused about which directory
they should be using and they corrupt each other.

The issue is that .config-detected is created in ${S}, not $(OUTPUT).
We can fix this by moving the file to $(OUTPUT).

[YCOTO #8043]

(From OE-Core rev: 00608cffffb586e8d2a2075117e710113c471448)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-25 14:41:43 +01:00
..
2015-06-11 23:59:17 +01:00
2015-04-21 07:20:24 +01:00
2015-01-16 23:08:24 +00:00
2015-07-16 15:09:23 +01:00
2015-06-11 23:59:14 +01:00
2015-07-23 08:48:39 +01:00
2015-01-16 23:08:26 +00:00
2014-12-19 18:08:02 +00:00
2015-03-20 23:56:03 +00:00
2015-05-14 11:43:56 +01:00