diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-25 14:37:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-09 16:37:44 -0700 |
commit | ea9016b60b47138bc58d84a06954b44527b20a19 (patch) | |
tree | 8bfce3699ce0ac90a192405253fbb32b9436583a /bitbake/doc/COPYING.GPL | |
parent | 3b732f01c9c28454a29da95761a7e0a6a659547d (diff) | |
download | poky-ea9016b60b47138bc58d84a06954b44527b20a19.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)
(From OE-Core rev: 57df1ebd910e42af47a0039830a60f41a3bd29b6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/COPYING.GPL')
0 files changed, 0 insertions, 0 deletions