From: Chunrong Guo Date: Thu, 8 Jan 2015 07:07:12 +0000 (+0800) Subject: cst: add recipes for Layerscape1 support X-Git-Tag: 2.1~709 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=33fc3a68d9da31139bdf9bfda707617b54e7e353;p=meta-freescale.git cst: add recipes for Layerscape1 support cst is the utility for security boot. Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-devtools/cst/cst_git.bb b/meta-fsl-arm/recipes-devtools/cst/cst_git.bb new file mode 100644 index 00000000..0684a265 --- /dev/null +++ b/meta-fsl-arm/recipes-devtools/cst/cst_git.bb @@ -0,0 +1,26 @@ +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" + +inherit kernel-arch + +SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v1.7.x" +SRCREV = "2d35e98539c0daa2bc8049e3bd44994d3d93bbe7" + +S = "${WORKDIR}/git" + +EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"' + +PARALLEL_MAKE = "" + +do_install () { + oe_runmake install DESTDIR=${D} BIN_DEST_DIR=${bindir} +} + +FILES_${PN}-dbg += "${bindir}/cst/.debug" +BBCLASSEXTEND = "native nativesdk"