diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-05 15:26:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-06 14:39:29 +0000 |
commit | e10df257c9f1fdb63a8683f7aea80b0e5df896ca (patch) | |
tree | 2060a8048f92cfaaf86b32a2b592b536e6e00303 /scripts/lib/scriptutils.py | |
parent | ccd7f12b1c95b546ef79204ad0832b88a595d0ea (diff) | |
download | poky-e10df257c9f1fdb63a8683f7aea80b0e5df896ca.tar.gz |
bitbake: siggen: Avoid taskhash mismatch errors for nostamp tasks when dependencies rehash
An example:
NOTE: recipe binutils-cross-testsuite-2.32.0-r0: task do_check: Started
ERROR: Taskhash mismatch b074da4334aff8aa06572e7a8725c941fa6b08de4ce714a65a90c0c0b680abea versus 17375278daed609a7129769b74a1336a37bdef14b534ae85189ccc033a9f2db4 for /home/pokybuild/yocto-worker/qemux86-64/build/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.32.bb:do_check
NOTE: recipe binutils-cross-testsuite-2.32.0-r0: task do_check: Succeeded
Is caused by a rehash in a dependency happening somewhere earlier in the build
and the taint being reset.
Change the code so that nostamp taints are preserved to avoid the issue.
(Bitbake rev: 61624a3fc38e8546e01356d5ce7a09f21e7094ab)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions