From 9810f9a0a73b69db5612996b30462a627e62f267 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 14 Nov 2018 08:53:00 +0000 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- ...ails-compilation-due-to-uninitialize.patch | 28 ------------------- recipes-devtools/cst/cst_git.bb | 3 +- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 recipes-devtools/cst/cst/0001-gen_otpmk_drbg-fails-compilation-due-to-uninitialize.patch 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 @@ -From 6eb82ed1ba56c398e89f04fb848c5f3c4543e772 Mon Sep 17 00:00:00 2001 -From: Chunrong Guo -Date: Wed, 20 Sep 2017 13:22:34 +0800 -Subject: [PATCH] gen_otpmk_drbg: fails compilation due to uninitialized - variables - -Upstream-Status: Submitted -Signed-off-by: Chunrong Guo ---- - tools/key_generation/gen_otpmk_drbg.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tools/key_generation/gen_otpmk_drbg.c b/tools/key_generation/gen_otpmk_drbg.c -index 6465367..33e5ea6 100644 ---- a/tools/key_generation/gen_otpmk_drbg.c -+++ b/tools/key_generation/gen_otpmk_drbg.c -@@ -142,7 +142,7 @@ int main(int argc, char *argv[]) - { - char otpmk_in[2]; - int c, i, l, ret; -- char *string; -+ char *string = NULL; - char urand_flag = 0; - - printf("\n\t#----------------------------------------------------#"); --- -2.7.4 - 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" inherit kernel-arch SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cst;nobranch=1 \ - file://0001-gen_otpmk_drbg-fails-compilation-due-to-uninitialize.patch \ " -SRCREV = "e9abf79077fc8faf976e9a3c46a38111aa5b2e69" +SRCREV = "3285e1d23a6abe3db6b3673e79acdeed4e19ea95" S = "${WORKDIR}/git" -- 2.40.1