diff options
| author | Zelan Zou <zelan.zou@nxp.com> | 2025-08-29 15:17:19 +0800 |
|---|---|---|
| committer | Zelan Zou <zelan.zou@nxp.com> | 2025-08-31 16:42:09 +0800 |
| commit | 359dd172eae7317a1ff507f9f34d05b083f2b124 (patch) | |
| tree | 3222d0118f8e522b9972813c114d5960dc314144 | |
| parent | 9e2dc513410efe21ccfd3c5d8b83153e05cc59a2 (diff) | |
| download | meta-freescale-359dd172eae7317a1ff507f9f34d05b083f2b124.tar.gz | |
qoriq-cst: Update from LF-6.12.0-2.0.0
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| -rw-r--r-- | recipes-devtools/qoriq-cst/qoriq-cst/0001-tools-Mark-struct-input_field-file_field-extern.patch | 43 | ||||
| -rw-r--r-- | recipes-devtools/qoriq-cst/qoriq-cst_git.bb | 8 |
2 files changed, 4 insertions, 47 deletions
diff --git a/recipes-devtools/qoriq-cst/qoriq-cst/0001-tools-Mark-struct-input_field-file_field-extern.patch b/recipes-devtools/qoriq-cst/qoriq-cst/0001-tools-Mark-struct-input_field-file_field-extern.patch deleted file mode 100644 index d25675aae..000000000 --- a/recipes-devtools/qoriq-cst/qoriq-cst/0001-tools-Mark-struct-input_field-file_field-extern.patch +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | From 81ec65e72f357fb2c395e40c5195434bbaddf7f7 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 16 May 2020 08:21:52 -0700 | ||
| 4 | Subject: [PATCH] tools: Mark struct input_field file_field extern | ||
| 5 | |||
| 6 | This struct is already defined in common/parse_utils.c | ||
| 7 | |||
| 8 | Upstream-Status: Pending | ||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | --- | ||
| 11 | tools/header_generation/create_hdr_common.c | 2 +- | ||
| 12 | tools/pbi_creation/create_pbi_common.c | 2 +- | ||
| 13 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/tools/header_generation/create_hdr_common.c b/tools/header_generation/create_hdr_common.c | ||
| 16 | index bfa90a3..edf632c 100644 | ||
| 17 | --- a/tools/header_generation/create_hdr_common.c | ||
| 18 | +++ b/tools/header_generation/create_hdr_common.c | ||
| 19 | @@ -39,7 +39,7 @@ | ||
| 20 | #include <crypto_utils.h> | ||
| 21 | |||
| 22 | extern struct g_data_t gd; | ||
| 23 | -struct input_field file_field; | ||
| 24 | +extern struct input_field file_field; | ||
| 25 | |||
| 26 | extern char line_data[]; | ||
| 27 | static struct option long_options[] = { | ||
| 28 | diff --git a/tools/pbi_creation/create_pbi_common.c b/tools/pbi_creation/create_pbi_common.c | ||
| 29 | index ff2ed84..bd976da 100644 | ||
| 30 | --- a/tools/pbi_creation/create_pbi_common.c | ||
| 31 | +++ b/tools/pbi_creation/create_pbi_common.c | ||
| 32 | @@ -57,7 +57,7 @@ static char *parse_list[] = { | ||
| 33 | |||
| 34 | extern struct g_data_t gd; | ||
| 35 | extern char line_data[]; | ||
| 36 | -struct input_field file_field; | ||
| 37 | +extern struct input_field file_field; | ||
| 38 | |||
| 39 | #define NUM_PARSE_LIST (sizeof(parse_list) / sizeof(char *)) | ||
| 40 | |||
| 41 | -- | ||
| 42 | 2.26.2 | ||
| 43 | |||
diff --git a/recipes-devtools/qoriq-cst/qoriq-cst_git.bb b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb index 95bf4eb64..eb01f5427 100644 --- a/recipes-devtools/qoriq-cst/qoriq-cst_git.bb +++ b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb | |||
| @@ -16,10 +16,8 @@ inherit kernel-arch | |||
| 16 | #SECURE_PRI_KEY = "/path/srk.pri" | 16 | #SECURE_PRI_KEY = "/path/srk.pri" |
| 17 | #SECURE_PUB_KEY = "/path/srk.pub" | 17 | #SECURE_PUB_KEY = "/path/srk.pub" |
| 18 | 18 | ||
| 19 | SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \ | 19 | SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1" |
| 20 | file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ | 20 | SRCREV = "892d2ed3207d78a3cb5533eeb91bcc73967e3e36" |
| 21 | " | ||
| 22 | SRCREV = "e96dead3c339f6addb1600249be67e1884cdbcc5" | ||
| 23 | 21 | ||
| 24 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"' | 22 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"' |
| 25 | CFLAGS:append = ' -Wno-deprecated-declarations' | 23 | CFLAGS:append = ' -Wno-deprecated-declarations' |
| @@ -39,3 +37,5 @@ do_install () { | |||
| 39 | 37 | ||
| 40 | FILES:${PN}-dbg += "${bindir}/cst/.debug" | 38 | FILES:${PN}-dbg += "${bindir}/cst/.debug" |
| 41 | BBCLASSEXTEND = "native nativesdk" | 39 | BBCLASSEXTEND = "native nativesdk" |
| 40 | INSANE_SKIP:${PN}-dbg += " buildpaths" | ||
| 41 | |||
