]> code.ossystems Code Review - openembedded-core.git/commit
yocto-compat-layer: also determine tune flags for each task
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 11 Apr 2017 18:38:40 +0000 (20:38 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Apr 2017 14:02:14 +0000 (15:02 +0100)
commit67f9a8759f47680dbf349797801b2a1e8d149377
tree82199ce261325d5bdb2ed913ad8ee51df3a4cdf9
parent312edd42b6cc553de4d476c76e8e36a882e11cdd
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.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/compatlayer/__init__.py
scripts/lib/compatlayer/cases/common.py
scripts/yocto-compat-layer.py