[meta-freescale] [meta-fsl-ppc][PATCH 22/26] cst: add recipe

b28495 at freescale.com b28495 at freescale.com
Thu Jun 27 02:25:10 PDT 2013


From: Zhenhua Luo <zhenhua.luo at freescale.com>

cst is the utility for security boot.

Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 recipes-tools/cst/cst_git.bb |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100644 recipes-tools/cst/cst_git.bb

diff --git a/recipes-tools/cst/cst_git.bb b/recipes-tools/cst/cst_git.bb
new file mode 100644
index 0000000..177f23c
--- /dev/null
+++ b/recipes-tools/cst/cst_git.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "CST Tool"
+SECTION = "cst"
+LICENSE = "BSD"
+
+# TODO: fix license - this file is not a license
+LIC_FILES_CHKSUM = "file://RELEASENOTES;beginline=8;endline=43;md5=5a7b22a2c96b5f94e0498c5f413aa8d3"
+
+DEPENDS += "openssl"
+
+SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git"
+SRCREV = "e4035cbf54ed481147c6ae65c741ef75dc9ec37f"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE = 'OPENSSL_LIB_PATH=${STAGING_LIBDIR} OPENSSL_INC_PATH=${STAGING_INCDIR} CC="${CC}" LD="${CC}" LDFLAGS="${LDFLAGS}"'
+
+do_install () {
+	install -d ${D}/${bindir}/cst
+	install -m 755 ${S}/gen_keys ${D}/${bindir}/cst/
+	install -m 755 ${S}/gen_otpmk ${D}/${bindir}/cst/
+	install -m 755 ${S}/uni_cfsign ${D}/${bindir}/cst/
+	install -m 755 ${S}/uni_sign ${D}/${bindir}/cst/
+	cp -rf ${S}/input_files ${D}/${bindir}/cst
+}
+
+BBCLASSEXTEND = "native nativesdk"
+PARALLEL_MAKE = ""
+
+FILES_${PN}-dbg += "${bindir}/cst/.debug"
-- 
1.7.3.4





More information about the meta-freescale mailing list