mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +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
@@ -139,7 +139,7 @@ def main():
|
||||
td['bbvars'] = get_bb_vars()
|
||||
logger.info('Getting initial signatures ...')
|
||||
td['builddir'] = builddir
|
||||
td['sigs'] = get_signatures(td['builddir'])
|
||||
td['sigs'], td['tunetasks'] = get_signatures(td['builddir'])
|
||||
|
||||
if not add_layer(bblayersconf, layer, dep_layers, logger):
|
||||
logger.info('Skipping %s ???.' % layer['name'])
|
||||
|
||||
Reference in New Issue
Block a user