diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2020-06-09 13:34:14 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-12 17:03:15 +0100 |
commit | bf69f30b4b0c478b4bb832f630d7e72b4389d2e1 (patch) | |
tree | 4750dc8ac48478b7899006bcae67ecd19fb2b7bc /meta/lib/oeqa | |
parent | d84136cb828847de986a8c627e4782a17b999093 (diff) | |
download | poky-bf69f30b4b0c478b4bb832f630d7e72b4389d2e1.tar.gz |
bitbake: bitbake: siggen: Pass all data caches to hash functions
Passing all the data caches to the task hashing functions allows them to
correctly account for mcdepends in task signatures. This allows tasks to
be correctly re-run when a mcdepends changes.
By default, the legacy behavior is maintained for derived signature
generators by passing a special proxy object that can either be used to
access all multiconfigs or the legacy behavior. If a derived signature
generator is updated, it can set the supports_multiconfig_datacaces
property to instruct bitbake it deals with multiconfigs properly.
[YOCTO #13724]
(Bitbake rev: 8ff9203de4fce9c104c2987d86980c9f34036b97)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
0 files changed, 0 insertions, 0 deletions