[Skiboot] [PATCH 0/1] libstb/create-container: Add full container build

Dave Heller hellerda at linux.vnet.ibm.com
Thu Apr 6 05:32:13 AEST 2017


This patch adds to create-container.c the ability to sign the container using
local keys from a file.  There is also a shell script to drive the operations.

The Makefile has been updated to build the container in the same way as before
with the updated program: it creates a minimal container with no keys or
signatures.

There will probably be a separate repository to host the singing tool that
will be integrated to op-build, but per reecent discussion with Stewart, I
wanted to check at least this much into skiboot.

Dave Heller (1):
  libstb/create-container: Add full container build and sign with
    imprint keys

 Makefile.main                  |   4 +-
 libstb/Makefile.inc            |   2 +-
 libstb/container.h             |   8 +
 libstb/create-container.c      | 381 +++++++++++++++++++++++++++++++++++++++--
 libstb/sign-with-local-keys.sh |  36 ++++
 5 files changed, 417 insertions(+), 14 deletions(-)
 create mode 100755 libstb/sign-with-local-keys.sh

-- 
2.9.3



More information about the Skiboot mailing list