diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-06-27 17:26:06 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-02 14:20:36 -0300 |
commit | e2b1e40d2332b7d2e0038b9510436f58c9d5ac8c (patch) | |
tree | d503ce9e0baeac9165980a2a588ae7b4c6fa7ffe /recipes-devtools/cst/cst_git.bb | |
parent | cf681f572b7b18c5f78d967047a75350ac51e997 (diff) | |
download | meta-freescale-e2b1e40d2332b7d2e0038b9510436f58c9d5ac8c.tar.gz |
cst: update to e9abf79
This includes the following change:
e9abf79 - LS1088ARDB: Change DPL address SD in input file
74d1ebe - LS1088ARDB: Change DPL address in input file
1e600c9 - Merge pull request #87 in SDK/cst from ~NXA27423/cst-ls1012:master to master
11e6437 - Merge pull request #90 in SDK/cst from ~NXA08484/cst:master to master
7abaf13 - create_header: Add command line options
f581f73 - Changes based on utilities supported in OpenSSL 1.1.0.
4daeb19 - LS1012AFRWY: Change kernel address in inputfile
20837ba - CH3: Fix issue in SRK offset Calculation
42f33a8 - LS1012AFRWY: Fix error in generating srk_hash.txt with flexbuild
be43538 - LS1012AFRWY: Add input files for the platform
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.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb index b3df252d..bb21c2ed 100644 --- a/recipes-devtools/cst/cst_git.bb +++ b/recipes-devtools/cst/cst_git.bb | |||
@@ -12,7 +12,7 @@ inherit kernel-arch | |||
12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cst;nobranch=1 \ | 12 | SRC_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 | " |
15 | SRCREV = "20b9a6e3d454c37ed323bfcc4c87879760c90836" | 15 | SRCREV = "e9abf79077fc8faf976e9a3c46a38111aa5b2e69" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||