summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorC.R. Guo <chunrong.guo@nxp.com>2018-04-03 11:50:16 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-04-11 10:26:14 -0300
commit6c462900aabfcd6b1135a7d564b7bd5e4830bad5 (patch)
treee36092e3351106b8d87fdb164bffa00f352c16c4 /recipes-devtools
parentc2c783d752f76cb716c003f3890f8a1a28f1aafd (diff)
downloadmeta-freescale-6c462900aabfcd6b1135a7d564b7bd5e4830bad5.tar.gz
cst: update to 20b9a6e
*include the following changes: 20b9a6e - fuse: Correct BSD license holder name 97a6c42 - fuse: Add support for programming debug level 4c340bb - Add sample input file for fuse provisioning tool 861fd75 - Add support for fuse provisioning tool cc11b63 - taal: Add weak taal api's definition c8cea82 - Separate secboot_hdrs.bin for different boot typt 1225f4c - Make SRK table default option 69c3d35 - Make ls1088_ls2088.sh executable 75e7e52 - Generate SRK hash value 859d7d6 - LS1088 QSPI: Change in address in input file 2810c51 - LS104x_1012: Add signing of bootscript_decap in case of NAND ff82bda - LS1088 SD: Add input files for LS1088ardb SD fbd4b73 - To enable blob, added input file eb13dd3 - LS1021ATWR: Change SPL hdr load address a9928ec - LS2088_1088: Add uni_sign input files for sd boot 5975dff - LS2088_1088: Sample uni_pbi input file for sd boot 1dcb623 - LS2088_1088: Modify tool to add pbi commands for sd secure 302ebe4 - Enable cmd line flag "--u" urand option for gen_otpmk_drbg 9089ce2 - Correct copyright on ls104x_1012_sd.sh script 660d19d - Resolve Copyright issue 9dd3971 - Add Distroboot specific changes 246b00a - LS1088: Change DPC,MC DDR address in input file 4d79962 - Remove Issues observed on coverity analysis ab5e0cb - Correct gen_otpmk_drbg to generate OTPMK as per TAUG 73e11ad - LS2080A : Input files for QSPI boot target. b59b41d - LS2088A: Adjust the memory map for NOR boot d429453 - LS1088A: Signing PPA image using script 04f8046 - LS1088A: PPA Input file for IE key extension feature *update SRC_URI Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/cst/cst_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index 37ee71ca..b3df252d 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -9,10 +9,10 @@ RDEPENDS_${PN} = "bash"
9 9
10inherit kernel-arch 10inherit kernel-arch
11 11
12SRC_URI = "git://github.com/qoriq-open-source/cst.git;nobranch=1 \ 12SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cst;nobranch=1 \
13 file://0001-gen_otpmk_drbg-fails-compilation-due-to-uninitialize.patch \ 13 file://0001-gen_otpmk_drbg-fails-compilation-due-to-uninitialize.patch \
14" 14"
15SRCREV = "5e0ce7047c0185007efec2757fe4c55d49f95aad" 15SRCREV = "20b9a6e3d454c37ed323bfcc4c87879760c90836"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18