diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-25 14:37:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-25 14:41:43 +0100 |
commit | 741a44c06b1e53b641f2a5c48985a81e3c1e27cf (patch) | |
tree | 8c683624ea77b94e24695a4eebb10acd08bd4121 /meta/classes/kernel-yocto.bbclass | |
parent | 12b5a4417e4d21e2aa5f4aebfb5a5d39bf59865e (diff) | |
download | poky-741a44c06b1e53b641f2a5c48985a81e3c1e27cf.tar.gz |
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>
Diffstat (limited to 'meta/classes/kernel-yocto.bbclass')
0 files changed, 0 insertions, 0 deletions