diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-11-14 08:53:00 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-11-19 10:19:49 -0200 |
commit | 9810f9a0a73b69db5612996b30462a627e62f267 (patch) | |
tree | ed49f3a35a94f784ac843612683b762e98140e49 | |
parent | 451cb7047560d82e44a2be436945e5562df3106b (diff) | |
download | meta-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>
-rw-r--r-- | recipes-devtools/cst/cst/0001-gen_otpmk_drbg-fails-compilation-due-to-uninitialize.patch | 28 | ||||
-rw-r--r-- | recipes-devtools/cst/cst_git.bb | 3 |
2 files changed, 1 insertions, 30 deletions
diff --git a/recipes-devtools/cst/cst/0001-gen_otpmk_drbg-fails-compilation-due-to-uninitialize.patch b/recipes-devtools/cst/cst/0001-gen_otpmk_drbg-fails-compilation-due-to-uninitialize.patch deleted file mode 100644 index 0dc5c3a6..00000000 --- a/recipes-devtools/cst/cst/0001-gen_otpmk_drbg-fails-compilation-due-to-uninitialize.patch +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | From 6eb82ed1ba56c398e89f04fb848c5f3c4543e772 Mon Sep 17 00:00:00 2001 | ||
2 | From: Chunrong Guo <chunrong.guo@nxp.com> | ||
3 | Date: Wed, 20 Sep 2017 13:22:34 +0800 | ||
4 | Subject: [PATCH] gen_otpmk_drbg: fails compilation due to uninitialized | ||
5 | variables | ||
6 | |||
7 | Upstream-Status: Submitted | ||
8 | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> | ||
9 | --- | ||
10 | tools/key_generation/gen_otpmk_drbg.c | 2 +- | ||
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
12 | |||
13 | diff --git a/tools/key_generation/gen_otpmk_drbg.c b/tools/key_generation/gen_otpmk_drbg.c | ||
14 | index 6465367..33e5ea6 100644 | ||
15 | --- a/tools/key_generation/gen_otpmk_drbg.c | ||
16 | +++ b/tools/key_generation/gen_otpmk_drbg.c | ||
17 | @@ -142,7 +142,7 @@ int main(int argc, char *argv[]) | ||
18 | { | ||
19 | char otpmk_in[2]; | ||
20 | int c, i, l, ret; | ||
21 | - char *string; | ||
22 | + char *string = NULL; | ||
23 | char urand_flag = 0; | ||
24 | |||
25 | printf("\n\t#----------------------------------------------------#"); | ||
26 | -- | ||
27 | 2.7.4 | ||
28 | |||
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" | |||
10 | inherit kernel-arch | 10 | inherit kernel-arch |
11 | 11 | ||
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 \ | ||
14 | " | 13 | " |
15 | SRCREV = "e9abf79077fc8faf976e9a3c46a38111aa5b2e69" | 14 | SRCREV = "3285e1d23a6abe3db6b3673e79acdeed4e19ea95" |
16 | 15 | ||
17 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
18 | 17 | ||