Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lukasz Majewski
meta-secure-imx
Commits
46076ad2
Commit
46076ad2
authored
Jul 29, 2021
by
Stefano Babic
Browse files
Update CST (Signing tool) to 3.3.1
Signed-off-by:
Stefano Babic
<
sbabic@denx.de
>
parent
3f8fa9fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
recipes-support/cst/cst-native_3.
1.0
.bb
→
recipes-support/cst/cst-native_3.
3.1
.bb
View file @
46076ad2
...
...
@@ -2,11 +2,15 @@ DESCRIPTION = "Code Signing Tool for NXP's High Assurance Boot with i.MX process
AUTHOR = "NXP"
HOMEPAGE = "http://www.nxp.com"
LICENSE = "CLOSED"
LIC_FILES_CHKSUM = "file://Release_Notes.txt;md5=b7e1d61ce9f055fc55549aa1ca498c83"
SRC_URI = "file://cst-${PV}.tar.xz"
SRC_URI[md5sum] = "75fd6c6a273565b4fdb0c0a8e450dd66"
SRC_URI[sha256sum] = "3c4b6d79e8f131b1d21cdb51198d7a334ccc22acb5cf134773f94a697c334eb9"
#SRCNAME = "cst-${PV}"
SRC_URI = "file://cst-${PV}.tgz"
SRC_URI[md5sum] = "01252d388a69d970af447d2b2b8a76b4"
INSANE_SKIP_${PN} += " \
already-stripped \
"
inherit native
...
...
@@ -14,21 +18,13 @@ S = "${WORKDIR}/cst-${PV}"
do_patch[noexec] = "1"
do_configure[noexec] = "1"
do_compile() {
cd code/back_end/src
${CC} -o cst_encrypt -I ../hdr -L ../../../linux64/lib *.c -lfrontend -lcrypto
cp cst_encrypt ${S}${SRCDIR}/bin/
}
do_compile[noexec] = "1"
do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}${SRCDIR}/bin/cst ${D}${bindir}
install -m 0755 ${S}${SRCDIR}/bin/cst_encrypt ${D}${bindir}
install -m 0755 ${S}${SRCDIR}/bin/srktool ${D}${bindir}
install -m 0755 ${S}${SRCDIR}/bin/x5092wtls ${D}${bindir}
install -m 0755 ${S}/${SRCDIR}/bin/cst ${D}${bindir}
install -m 0755 ${S}/${SRCDIR}/bin/srktool ${D}${bindir}
install -m 0755 ${S}/${SRCDIR}/bin/hab_log_parser ${D}${bindir}
}
COMPATIBLE_HOST = "(i686|x86_64).*-linux"
...
...
recipes-support/cst/files/cst-3.1.0.tar.xz
deleted
100644 → 0
View file @
3f8fa9fb
File deleted
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment