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:40:56 +0100 |
commit | 00608cffffb586e8d2a2075117e710113c471448 (patch) | |
tree | ea59035850c560af7032a13de7174839af5f36b7 /meta/classes/distutils3-base.bbclass | |
parent | dceba7aed50f9a04e9912a71a550243a2fc4981a (diff) | |
download | openembedded-core-00608cffffb586e8d2a2075117e710113c471448.tar.gz openembedded-core-00608cffffb586e8d2a2075117e710113c471448.tar.bz2 openembedded-core-00608cffffb586e8d2a2075117e710113c471448.zip |
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>
Diffstat (limited to 'meta/classes/distutils3-base.bbclass')
0 files changed, 0 insertions, 0 deletions