recipes: Add missing patch tag Upstream-Status

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-06-21 18:33:11 -07:00
parent c327d5541e
commit f724cfced0
27 changed files with 40 additions and 1 deletions

View File

@ -11,6 +11,7 @@ There is a ticket filed upstream[2], so until that is resolved just disable the
[1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=ba951afb99912da01a6e8434126b8fac7aa75107 [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=ba951afb99912da01a6e8434126b8fac7aa75107
[2] https://developer.trustedfirmware.org/T996 [2] https://developer.trustedfirmware.org/T996
Upstream-Status: Backport [https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/19401]
Signed-off-by: Jun Zhu <junzhu@nxp.com> Signed-off-by: Jun Zhu <junzhu@nxp.com>
--- ---
Makefile | 2 +- Makefile | 2 +-

View File

@ -1,3 +1,10 @@
Respect LDFLAGS from environment
This fixes cross build using OE
Upstream-Status: Pending
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Index: git/Makefile Index: git/Makefile
=================================================================== ===================================================================
--- git.orig/Makefile --- git.orig/Makefile

View File

@ -6,6 +6,7 @@ Subject: [PATCH] Add missing includes as pointed out by musl
These headers are indrectly included when building with These headers are indrectly included when building with
glibc, this is exposed when compiling with musl systems glibc, this is exposed when compiling with musl systems
Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
src/mtd.h | 3 +++ src/mtd.h | 3 +++

View File

@ -3,6 +3,7 @@ From: Khem Raj <raj.khem@gmail.com>
Date: Tue, 25 Sep 2018 01:23:02 -0700 Date: Tue, 25 Sep 2018 01:23:02 -0700
Subject: [PATCH] Do not ignore OE cflags and ldflags Subject: [PATCH] Do not ignore OE cflags and ldflags
Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Makefile | 4 ++-- Makefile | 4 ++--

View File

@ -5,6 +5,7 @@ Subject: [PATCH] remove libio.h
update for glibc libio.h removal in 2.28+ update for glibc libio.h removal in 2.28+
Upstream-Status: Pending
Signed-off-by: BJ DevOps Team <bjdevops@NXP1.onmicrosoft.com> Signed-off-by: BJ DevOps Team <bjdevops@NXP1.onmicrosoft.com>
--- ---
flib/mc/fsl_mc_sys.h | 1 - flib/mc/fsl_mc_sys.h | 1 -

View File

@ -3,6 +3,7 @@ From: Ting Liu <ting.liu@nxp.com>
Date: Fri, 15 Oct 2021 09:36:04 +0530 Date: Fri, 15 Oct 2021 09:36:04 +0530
Subject: [PATCH] disable manpage generation Subject: [PATCH] disable manpage generation
Upstream-Status: Inappropriate [Cross-compile specific]
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Ting Liu <ting.liu@nxp.com>
--- ---
Makefile | 1 - Makefile | 1 -

View File

@ -7,6 +7,7 @@ Subject: [PATCH] drivers/net/enetfec/enet_uio.c: fix multiple definition
.../examples/flow_classify/flow_classify.c:170: first defined here .../examples/flow_classify/flow_classify.c:170: first defined here
collect2: error: ld returned 1 exit status collect2: error: ld returned 1 exit status
Upstream-Status: Pending
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Ting Liu <ting.liu@nxp.com>
--- ---
drivers/net/enetfec/enet_uio.c | 2 +- drivers/net/enetfec/enet_uio.c | 2 +-

View File

@ -3,6 +3,7 @@ From: Chunrong Guo <chunrong.guo@nxp.com>
Date: Wed, 3 Jul 2019 08:50:45 +0200 Date: Wed, 3 Jul 2019 08:50:45 +0200
Subject: [PATCH] Add RTE_KERNELDIR_OUT Subject: [PATCH] Add RTE_KERNELDIR_OUT
Upstream-Status: Pending
Signed-off-by: C.r. Guo <nxa13725@lsv07004.swis.us-cdc01.nxp.com> Signed-off-by: C.r. Guo <nxa13725@lsv07004.swis.us-cdc01.nxp.com>
--- ---
kernel/linux/kni/Makefile | 2 +- kernel/linux/kni/Makefile | 2 +-

View File

@ -4,6 +4,7 @@ Date: Wed, 27 Mar 2019 09:35:43 +0100
Subject: [PATCH] add -Wno-cast-function-type Subject: [PATCH] add -Wno-cast-function-type
Upstream-Status: Inappropriate [configuration] Upstream-Status: Inappropriate [configuration]
Signed-off-by: "C.r. Guo" <nxa13725@lsv07005.swis.us-cdc01.nxp.com>
--- ---
examples/cmdif/lib/Makefile | 2 +- examples/cmdif/lib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -1,3 +1,8 @@
Explicitly use python3
Upstream-Status: Pending
Signed-off-by: Ting Liu <ting.liu@nxp.com>
diff --git a/app/test-bbdev/test-bbdev.py b/app/test-bbdev/test-bbdev.py diff --git a/app/test-bbdev/test-bbdev.py b/app/test-bbdev/test-bbdev.py
index 0194be046..86fe3a89d 100755 index 0194be046..86fe3a89d 100755
--- a/app/test-bbdev/test-bbdev.py --- a/app/test-bbdev/test-bbdev.py

View File

@ -3,6 +3,7 @@ From: Ting Liu <ting.liu@nxp.com>
Date: Fri, 12 Aug 2016 10:41:51 +0800 Date: Fri, 12 Aug 2016 10:41:51 +0800
Subject: [PATCH] Makefile: use LDFLAGS if set Subject: [PATCH] Makefile: use LDFLAGS if set
Upstream-Status: Pending
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Ting Liu <ting.liu@nxp.com>
--- ---
dsp_boot/Makefile | 6 +++--- dsp_boot/Makefile | 6 +++---

View File

@ -6,6 +6,7 @@ Subject: [PATCH] Fix this build error
fix the below error: fix the below error:
|error: 'SIGEV_THREAD' undeclared (first use in this function); did you mean 'CLONE_THREAD'? |error: 'SIGEV_THREAD' undeclared (first use in this function); did you mean 'CLONE_THREAD'?
Upstream-Status: Pending
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Chunrong Guo <B40290@freescale.com>
--- ---
example/lpm-ipfwd/app/odp_lpmfwd.c | 1 + example/lpm-ipfwd/app/odp_lpmfwd.c | 1 +

View File

@ -26,6 +26,7 @@ Fix build error with gcc 11:
| | ^~~~~~~~~~~~~~~~~~~~~ | | ^~~~~~~~~~~~~~~~~~~~~
| cc1: all warnings being treated as errors | cc1: all warnings being treated as errors
Upstream-Status: Pending
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Ting Liu <ting.liu@nxp.com>
--- ---
app/pktgen.h | 2 +- app/pktgen.h | 2 +-

View File

@ -1,5 +1,6 @@
This patch adds PowerPC support in SoftFloat. This patch adds PowerPC support in SoftFloat.
Upstream-Status: Pending
Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com> Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
Signed-off-by: Liu Yu <Yu.Liu@freescale.com> Signed-off-by: Liu Yu <Yu.Liu@freescale.com>
--- ---

View File

@ -1,6 +1,7 @@
This patch adds PowerPC E500v2 SPE support in TestFloat. This patch adds PowerPC E500v2 SPE support in TestFloat.
And it disables the testing for hardware that can not trigger SPE interrupt. And it disables the testing for hardware that can not trigger SPE interrupt.
Upstream-Status: Pending
Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com> Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
Signed-off-by: Liu Yu <Yu.Liu@freescale.com> Signed-off-by: Liu Yu <Yu.Liu@freescale.com>
--- ---

View File

@ -3,6 +3,7 @@ From: Ting Liu <b28495@freescale.com>
Date: Wed, 9 May 2012 02:42:57 -0500 Date: Wed, 9 May 2012 02:42:57 -0500
Subject: [PATCH] Yocto: replace $(COMPILE_PREFIX)gcc with $(CC) and remove -te500v2 flags Subject: [PATCH] Yocto: replace $(COMPILE_PREFIX)gcc with $(CC) and remove -te500v2 flags
Upstream-Status: Pending
Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Ting Liu <b28495@freescale.com>
--- ---
SoftFloat-2b/softfloat/bits32/powerpc-GCC/Makefile | 4 ++-- SoftFloat-2b/softfloat/bits32/powerpc-GCC/Makefile | 4 ++--

View File

@ -6,6 +6,7 @@ Subject: [PATCH] tsntool: remove redundant parameters from BIN_LDFLAGS
The recipe file has pass the same parameter(-Wl,-rpath-link,<lib path>) The recipe file has pass the same parameter(-Wl,-rpath-link,<lib path>)
to Makefile, so remove redundant parameters from BIN_LDFLAGS. to Makefile, so remove redundant parameters from BIN_LDFLAGS.
Upstream-Status: Pending
Signed-off-by: Meng Li <Meng.Li@windriver.com> Signed-off-by: Meng Li <Meng.Li@windriver.com>
--- ---
Makefile | 1 - Makefile | 1 -

View File

@ -6,7 +6,7 @@ Subject: [PATCH] Replace glWindowPos2iARB calls with glWindowPos2i
Vivante libGL does not provide the glWindowPos2iARB symbol, but Vivante libGL does not provide the glWindowPos2iARB symbol, but
glWindowPos2i. Use this instead. glWindowPos2i. Use this instead.
Upstream-Status: Inapropriate [embedded specific] Upstream-Status: Inappropriate [embedded specific]
Reported-by: Jeremy Stashluk <jstashluk@dekaresearch.com> Reported-by: Jeremy Stashluk <jstashluk@dekaresearch.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

View File

@ -20,6 +20,7 @@ Thus the build fails with:
Dropping weston 9.0.0-imx commit 7859a762 (protocol: no found Dropping weston 9.0.0-imx commit 7859a762 (protocol: no found
wayland-scanner with Yocto toolchain") fixes the issue. wayland-scanner with Yocto toolchain") fixes the issue.
Upstream-Status: Inappropriate [Cross-compile Specific]
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
--- ---
protocol/meson.build | 2 +- protocol/meson.build | 2 +-

View File

@ -20,6 +20,7 @@ Thus the build fails with:
Dropping weston 9.0.0-imx commit 7859a762 (protocol: no found Dropping weston 9.0.0-imx commit 7859a762 (protocol: no found
wayland-scanner with Yocto toolchain") fixes the issue. wayland-scanner with Yocto toolchain") fixes the issue.
Upstream-Status: Inappropriate [Cross-compile specific]
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
--- ---
protocol/meson.build | 2 +- protocol/meson.build | 2 +-

View File

@ -11,6 +11,7 @@ anymore.
This change doesn't enable atomic by default, but it allows a user to This change doesn't enable atomic by default, but it allows a user to
enabled it again. enabled it again.
Upstream-Status: Pending
Signed-off-by: Daniel Abrecht <public@danielabrecht.ch> Signed-off-by: Daniel Abrecht <public@danielabrecht.ch>
--- ---

View File

@ -1,3 +1,7 @@
Add makefile to kernel-module-imx-gpu-viv
Upstream-Status: Pending
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Index: git/Makefile Index: git/Makefile
=================================================================== ===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000 --- /dev/null 1970-01-01 00:00:00.000000000 +0000

View File

@ -3,6 +3,7 @@ From: Shengjiu Wang <shengjiu.wang@nxp.com>
Date: Fri, 13 Jul 2018 18:13:24 +0800 Date: Fri, 13 Jul 2018 18:13:24 +0800
Subject: [PATCH] tinycompress: Add id3 decoding Subject: [PATCH] tinycompress: Add id3 decoding
Upstream-Status: Pending
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
--- ---
include/tinycompress/id3_tag_decode.h | 198 +++++++++++ include/tinycompress/id3_tag_decode.h | 198 +++++++++++

View File

@ -3,6 +3,7 @@ From: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Date: Thu, 31 Mar 2016 00:20:15 +0200 Date: Thu, 31 Mar 2016 00:20:15 +0200
Subject: [PATCH] 3rdparty/ippicv: Use pre-downloaded ipp Subject: [PATCH] 3rdparty/ippicv: Use pre-downloaded ipp
Upstream-Status: Pending
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>

View File

@ -3,6 +3,7 @@ From: Tom Hochstein <tom.hochstein@nxp.com>
Date: Tue, 1 Sep 2020 14:57:07 -0500 Date: Tue, 1 Sep 2020 14:57:07 -0500
Subject: [PATCH] Add smaller version of download_models.py Subject: [PATCH] Add smaller version of download_models.py
Upstream-Status: Pending
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
--- ---
testdata/dnn/download_models_basic.py | 159 ++++++++++++++++++++++++++ testdata/dnn/download_models_basic.py | 159 ++++++++++++++++++++++++++

View File

@ -4,6 +4,7 @@ Date: Wed, 9 May 2018 13:33:59 -0700
Subject: [PATCH] Temporarliy work around deprecated ffmpeg RAW function Subject: [PATCH] Temporarliy work around deprecated ffmpeg RAW function
compile failure until next uprev compile failure until next uprev
Upstream-Status: Inappropriate [platform specific]
Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
--- ---

View File

@ -7,6 +7,7 @@ Subject: [PATCH] To fix errors as following:
"perf_abs.cpp:13: undefined reference to `cvtest::param_seed'" "perf_abs.cpp:13: undefined reference to `cvtest::param_seed'"
"test_superres.cpp:270: undefined reference to `checkIppStatus()'" "test_superres.cpp:270: undefined reference to `checkIppStatus()'"
Upstream-Status: Pending
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Also add the visibility changes for certain OpenCL-related functions in Also add the visibility changes for certain OpenCL-related functions in