]> code.ossystems Code Review - openembedded-core.git/commit
perf: Fix config file conflict with 4.1 kernels
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 25 Jul 2015 13:37:58 +0000 (14:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 25 Jul 2015 13:40:56 +0000 (14:40 +0100)
commit00608cffffb586e8d2a2075117e710113c471448
treeea59035850c560af7032a13de7174839af5f36b7
parentdceba7aed50f9a04e9912a71a550243a2fc4981a
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]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/perf/perf.bb