summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-22 17:00:00 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:05 +0800
commit4874fc2a1e9ef4cb5c4cd8cc1efe3579c80cd469 (patch)
tree73cb9f62e7d1fd93e6094cf3738ac99c7121ab6e
parent597d7980ad85e23d60a5e1e60c4f36438bff36d8 (diff)
downloadmeta-fsl-ppc-4874fc2a1e9ef4cb5c4cd8cc1efe3579c80cd469.tar.gz
cst: update to commit 65f79eb
Update LIC_FILES_CHKSUM as the code layout changed. New commits imported: 65f79eb Corrected Bit number printing for LayerScape SoC's 336e5f3 Added attribution to Brad Conte for SHA256 code 6d867f4 OTPMK and DRV utilities have been renamned 0cf0787 Hash_DRBG library license chanaged to BSD 4c941cd VERBOSITY option added in Makefile 8313f56 Makefile modified for distclean becbb28 OTPMK Hamming algorithm used from library f3c205f Library compiled as a static library d17368c hash_drbg library integrated in CST 66ac7df CST directory structure modified f84a78e Memory errors resolved ea0ead0 gen_otpmk: Corrected bit Order Printing 74bbb24 LS1043: Input Files added 2f8225a LS1:: Modify input file addresses for LS1021 Rev2.0 Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-extended/cst/cst_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/cst/cst_git.bb b/recipes-extended/cst/cst_git.bb
index 729ee5f..f7b790b 100644
--- a/recipes-extended/cst/cst_git.bb
+++ b/recipes-extended/cst/cst_git.bb
@@ -3,14 +3,14 @@ SECTION = "cst"
3LICENSE = "BSD" 3LICENSE = "BSD"
4 4
5# TODO: fix license - this file is not a license 5# TODO: fix license - this file is not a license
6LIC_FILES_CHKSUM = "file://RELEASENOTES;beginline=8;endline=43;md5=5a7b22a2c96b5f94e0498c5f413aa8d3" 6LIC_FILES_CHKSUM = "file://include/common.h;beginline=8;endline=30;md5=573e4049ebb103e1cb3f63bc8aaf00b2"
7 7
8DEPENDS += "openssl" 8DEPENDS += "openssl"
9 9
10inherit kernel-arch 10inherit kernel-arch
11 11
12SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=master" 12SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v1.9.x"
13SRCREV = "6f57c86c93cab0f4d0a40d83b685afa6932a6301" 13SRCREV = "65f79eb1443211826a58ff225e86b251af5f0e12"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16