summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/cst/cst_git.bb
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-11-14 08:53:00 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2018-11-19 10:19:49 -0200
commit9810f9a0a73b69db5612996b30462a627e62f267 (patch)
treeed49f3a35a94f784ac843612683b762e98140e49 /recipes-devtools/cst/cst_git.bb
parent451cb7047560d82e44a2be436945e5562df3106b (diff)
downloadmeta-freescale-9810f9a0a73b69db5612996b30462a627e62f267.tar.gz
cst: update to 3285e1d23a6abe3db6b
*include the following changes: 3285e1d - Merge pull request #98 in SDK/cst from ~NXA27423/cst-sg-table:master to master abc448f - Correct OEM_UID and FSL_UID flag ac8c66c - LX2 - Add uni_pbi input file bea5298 - Merge pull request #101 in SDK/cst from ~NXA06956/cst-jaypee:master to master 2698da2 - ISBC and ESBC cst changes for LX2160 e9ccaa9 - IMA EVM:LS1012A: adds input file to support image signing c8f77f1 - Changes the initramfs image address in input file. 05be800 - Merge pull request #94 in SDK/cst from ~NXA27427/cst:master to master 44d610c - Ls2088/1088: Fuse provisioning: Adds input file. a1a2f5f - IMA-EVM Feature: Adds input files for signing images. 85c227b - Fix OTPMK generation issue *remove patch Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-devtools/cst/cst_git.bb')
-rw-r--r--recipes-devtools/cst/cst_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index bb21c2ed..acb72412 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -10,9 +10,8 @@ RDEPENDS_${PN} = "bash"
10inherit kernel-arch 10inherit kernel-arch
11 11
12SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cst;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 \
14" 13"
15SRCREV = "e9abf79077fc8faf976e9a3c46a38111aa5b2e69" 14SRCREV = "3285e1d23a6abe3db6b3673e79acdeed4e19ea95"
16 15
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
18 17