[meta-freescale] [meta-fsl-arm][PATCH V2 ] cst: add recipes for Layerscape1 support

Otavio Salvador otavio at ossystems.com.br
Wed Dec 24 09:21:31 PST 2014


On Mon, Dec 22, 2014 at 1:43 AM,  <b40290 at freescale.com> wrote:
> From: Chunrong Guo <B40290 at freescale.com>
>
>    cst is the utility for security boot.
>
> Signed-off-by: Chunrong Guo <B40290 at freescale.com>
> ---
>  recipes-extended/cst/cst_git.bb | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
>  create mode 100644 recipes-extended/cst/cst_git.bb
>
> diff --git a/recipes-extended/cst/cst_git.bb b/recipes-extended/cst/cst_git.bb
> new file mode 100644
> index 0000000..cda84f8
> --- /dev/null
> +++ b/recipes-extended/cst/cst_git.bb
> @@ -0,0 +1,28 @@
> +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"
> +
> +ARCH = "arm"

Wrong.

> +EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"'
> +
> +do_install () {
> +    oe_runmake install DESTDIR=${D} BIN_DEST_DIR=${bindir}
> +}
> +
> +BBCLASSEXTEND = "native nativesdk"
> +PARALLEL_MAKE = ""



-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list