[OE-core] [PATCH 0/5] extensible sdk changes

Randy Witt randy.e.witt at linux.intel.com
Thu Apr 7 23:34:48 UTC 2016


This set of changes is to make sure the locked signatures are enforced as
part of the extensible sdk usage.

Therefore it also allows for the unlocking of recipes that are part of the
devtool workspace.

The following changes since commit 14e2b90893f57570c2002317b5afb0e61d15e9ca:

  toasterconf.json: Add DL_DIR and SSTATE_DIR to poky toasterconf (2016-04-07 14:58:10 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib sigs
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sigs

Randy Witt (5):
  sstatesig.py: Split single locked sigs check into multiple checks
  sstatesig.py: Improve the SIGGEN_LOCKEDSIGS_TASKSIG_CHECK message
  populate_sdk_ext.bbclass: Enable locked sigs errors
  sstatesig.py: Add a method to "unlock" recipes
  devtool: Create unlocked-sigs.inc containing items in the workspace

 meta/classes/populate_sdk_ext.bbclass | 16 +++++++--
 meta/classes/sstate.bbclass           |  8 ++++-
 meta/lib/oe/sstatesig.py              | 63 ++++++++++++++++++++++++++++-------
 meta/lib/oeqa/selftest/signing.py     |  4 +--
 scripts/devtool                       | 20 +++++++++++
 5 files changed, 94 insertions(+), 17 deletions(-)

-- 
2.5.5




More information about the Openembedded-core mailing list