This includes a fix of a copy/paste error in import_rauc_keys's role. Additionally the new helper cs_append_ca_from_uri is now used for RAUC and HAB SRK roles. The helper function requires HOST_EXTRACT_CERT, HOST_OPENSSL and HOST_LIBP11.
Signed-off-by: Bastian Krause <[email protected]> --- Changes since (implicit) v1: - select necessary host tools directly in code signing provier, not in CODE_SIGNING - select required HOST_LIBP11 --- rules/host-ptx-code-signing-dev.in | 3 +++ rules/host-ptx-code-signing-dev.make | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rules/host-ptx-code-signing-dev.in b/rules/host-ptx-code-signing-dev.in index 19ea46c40..7cad9f54d 100644 --- a/rules/host-ptx-code-signing-dev.in +++ b/rules/host-ptx-code-signing-dev.in @@ -10,3 +10,6 @@ config HOST_PTX_CODE_SIGNING_DEV bool select HOST_SOFTHSM select HOST_OPENSC + select HOST_EXTRACT_CERT + select HOST_OPENSSL + select HOST_LIBP11 diff --git a/rules/host-ptx-code-signing-dev.make b/rules/host-ptx-code-signing-dev.make index ea40ac646..d97ae60ef 100644 --- a/rules/host-ptx-code-signing-dev.make +++ b/rules/host-ptx-code-signing-dev.make @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_PTX_CODE_SIGNING_DEV) += host-ptx-code-signing-dev # # Paths and names # -HOST_PTX_CODE_SIGNING_DEV_VERSION := 0.2 -HOST_PTX_CODE_SIGNING_DEV_MD5 := 1d8f695cde55ea9bbfac9804ce439c9a +HOST_PTX_CODE_SIGNING_DEV_VERSION := 0.4 +HOST_PTX_CODE_SIGNING_DEV_MD5 := 853ac0147adc0b46dc695e16a7101aaa HOST_PTX_CODE_SIGNING_DEV := ptx-code-signing-dev-$(HOST_PTX_CODE_SIGNING_DEV_VERSION) HOST_PTX_CODE_SIGNING_DEV_SUFFIX := tar.gz HOST_PTX_CODE_SIGNING_DEV_URL := https://git.pengutronix.de/cgit/ptx-code-signing-dev/snapshot/$(HOST_PTX_CODE_SIGNING_DEV).$(HOST_PTX_CODE_SIGNING_DEV_SUFFIX) -- 2.26.2 _______________________________________________ ptxdist mailing list [email protected]
