diff options
| author | Chunrong Guo <B40290@freescale.com> | 2015-01-08 15:07:12 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-01-13 11:07:12 -0200 |
| commit | 33fc3a68d9da31139bdf9bfda707617b54e7e353 (patch) | |
| tree | 89593cc303201f941f01c730f874455044633600 | |
| parent | 61e4a0002bdce410b6815ba5b15df9affde5a78b (diff) | |
| download | meta-freescale-33fc3a68d9da31139bdf9bfda707617b54e7e353.tar.gz | |
cst: add recipes for Layerscape1 support
cst is the utility for security boot.
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-devtools/cst/cst_git.bb | 26 |
1 files changed, 26 insertions, 0 deletions
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 000000000..0684a2653 --- /dev/null +++ b/meta-fsl-arm/recipes-devtools/cst/cst_git.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "CST Tool" | ||
| 2 | SECTION = "cst" | ||
| 3 | LICENSE = "BSD" | ||
| 4 | |||
| 5 | # TODO: fix license - this file is not a license | ||
| 6 | LIC_FILES_CHKSUM = "file://RELEASENOTES;beginline=8;endline=43;md5=5a7b22a2c96b5f94e0498c5f413aa8d3" | ||
| 7 | |||
| 8 | DEPENDS += "openssl" | ||
| 9 | |||
| 10 | inherit kernel-arch | ||
| 11 | |||
| 12 | SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v1.7.x" | ||
| 13 | SRCREV = "2d35e98539c0daa2bc8049e3bd44994d3d93bbe7" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"' | ||
| 18 | |||
| 19 | PARALLEL_MAKE = "" | ||
| 20 | |||
| 21 | do_install () { | ||
| 22 | oe_runmake install DESTDIR=${D} BIN_DEST_DIR=${bindir} | ||
| 23 | } | ||
| 24 | |||
| 25 | FILES_${PN}-dbg += "${bindir}/cst/.debug" | ||
| 26 | BBCLASSEXTEND = "native nativesdk" | ||
