From 359dd172eae7317a1ff507f9f34d05b083f2b124 Mon Sep 17 00:00:00 2001 From: Zelan Zou Date: Fri, 29 Aug 2025 15:17:19 +0800 Subject: qoriq-cst: Update from LF-6.12.0-2.0.0 Signed-off-by: Zelan Zou --- ...Mark-struct-input_field-file_field-extern.patch | 43 ---------------------- recipes-devtools/qoriq-cst/qoriq-cst_git.bb | 8 ++-- 2 files changed, 4 insertions(+), 47 deletions(-) delete mode 100644 recipes-devtools/qoriq-cst/qoriq-cst/0001-tools-Mark-struct-input_field-file_field-extern.patch 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 @@ -From 81ec65e72f357fb2c395e40c5195434bbaddf7f7 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Sat, 16 May 2020 08:21:52 -0700 -Subject: [PATCH] tools: Mark struct input_field file_field extern - -This struct is already defined in common/parse_utils.c - -Upstream-Status: Pending -Signed-off-by: Khem Raj ---- - tools/header_generation/create_hdr_common.c | 2 +- - tools/pbi_creation/create_pbi_common.c | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/tools/header_generation/create_hdr_common.c b/tools/header_generation/create_hdr_common.c -index bfa90a3..edf632c 100644 ---- a/tools/header_generation/create_hdr_common.c -+++ b/tools/header_generation/create_hdr_common.c -@@ -39,7 +39,7 @@ - #include - - extern struct g_data_t gd; --struct input_field file_field; -+extern struct input_field file_field; - - extern char line_data[]; - static struct option long_options[] = { -diff --git a/tools/pbi_creation/create_pbi_common.c b/tools/pbi_creation/create_pbi_common.c -index ff2ed84..bd976da 100644 ---- a/tools/pbi_creation/create_pbi_common.c -+++ b/tools/pbi_creation/create_pbi_common.c -@@ -57,7 +57,7 @@ static char *parse_list[] = { - - extern struct g_data_t gd; - extern char line_data[]; --struct input_field file_field; -+extern struct input_field file_field; - - #define NUM_PARSE_LIST (sizeof(parse_list) / sizeof(char *)) - --- -2.26.2 - 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 #SECURE_PRI_KEY = "/path/srk.pri" #SECURE_PUB_KEY = "/path/srk.pub" -SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \ - file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ -" -SRCREV = "e96dead3c339f6addb1600249be67e1884cdbcc5" +SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1" +SRCREV = "892d2ed3207d78a3cb5533eeb91bcc73967e3e36" EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"' CFLAGS:append = ' -Wno-deprecated-declarations' @@ -39,3 +37,5 @@ do_install () { FILES:${PN}-dbg += "${bindir}/cst/.debug" BBCLASSEXTEND = "native nativesdk" +INSANE_SKIP:${PN}-dbg += " buildpaths" + -- cgit v1.2.3-54-g00ecf