]> 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>
Sun, 9 Aug 2015 23:36:55 +0000 (16:36 -0700)
commit57df1ebd910e42af47a0039830a60f41a3bd29b6
treec058baf49e0b8e0d7198acb37140316bf85b10a5
parentbff717cb51bfe4a5fb080ebfb6a5e9e0423855f3
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>
meta/recipes-kernel/perf/perf.bb