mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
yocto-compat-layer: also determine tune flags for each task
locked-sigs.inc groups tasks according to their tune flags (allarch, i586, etc.). Also retrieve that information while getting signatures, it will be needed to determine when setting a machine changes tasks that aren't machine-specific. (From OE-Core rev: 67f9a8759f47680dbf349797801b2a1e8d149377) Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
937c1ea974
commit
e93a2ab3e3
@@ -33,7 +33,7 @@ class CommonCompatLayer(OECompatLayerTestCase):
|
||||
|
||||
# task -> (old signature, new signature)
|
||||
sig_diff = {}
|
||||
curr_sigs = get_signatures(self.td['builddir'], failsafe=True)
|
||||
curr_sigs, _ = get_signatures(self.td['builddir'], failsafe=True)
|
||||
for task in self.td['sigs']:
|
||||
if task in curr_sigs and \
|
||||
self.td['sigs'][task] != curr_sigs[task]:
|
||||
|
||||
Reference in New Issue
Block a user