From f724cfced0602d58d63631e2aacaa54a14fe1d75 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 21 Jun 2023 18:33:11 -0700 Subject: recipes: Add missing patch tag Upstream-Status Signed-off-by: Khem Raj --- recipes-bsp/atf/qoriq-atf/tf-a-tests-no-warn-rwx-segments.patch | 1 + recipes-bsp/boot-format/boot-format/flags.patch | 7 +++++++ .../0001-Add-missing-includes-as-pointed-out-by-musl.patch | 1 + .../mxsldr/mxsldr/0001-Do-not-ignore-OE-cflags-and-ldflags.patch | 1 + recipes-dpaa2/gpp-aioptool/gpp-aioptool/0001-remove-libio.h.patch | 1 + recipes-dpaa2/restool/files/disable-manpage-generation.patch | 1 + ...0001-drivers-net-enetfec-enet_uio.c-fix-multiple-definiti.patch | 1 + recipes-extended/dpdk/dpdk/0001-Add-RTE_KERNELDIR_OUT.patch | 1 + recipes-extended/dpdk/dpdk/0001-add-Wno-cast-function-type.patch | 1 + .../dpdk/dpdk/0005-use-python3-instead-of-python.patch | 5 +++++ recipes-extended/ipc-ust/ipc-ust/Makefile-use-LDFLAGS-if-set.patch | 1 + recipes-extended/odp/odp/0001-Fix-this-build-error.patch | 1 + .../pktgen-dpdk/files/fix-gcc11-mismatched-dealloc-error.patch | 1 + recipes-extended/testfloat/files/SoftFloat-powerpc-1.patch | 1 + .../testfloat/files/TestFloat-powerpc-E500v2-SPE-1.patch | 1 + .../testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch | 1 + ...0001-tsntool-remove-redundant-parameters-from-BIN_LDFLAGS.patch | 1 + .../Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch | 2 +- ...0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch | 1 + ...0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch | 1 + .../0001-Allow-to-enable-atomic-in-modesetting-DDX.patch | 1 + .../kernel-modules/kernel-module-imx-gpu-viv/Add-makefile.patch | 4 ++++ .../tinycompress/0001-tinycompress-Add-id3-decoding.patch | 1 + .../opencv/0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch | 1 + .../opencv/0001-Add-smaller-version-of-download_models.py.patch | 1 + ...0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch | 1 + .../opencv/opencv/0003-To-fix-errors-as-following.patch | 1 + 27 files changed, 40 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/atf/qoriq-atf/tf-a-tests-no-warn-rwx-segments.patch b/recipes-bsp/atf/qoriq-atf/tf-a-tests-no-warn-rwx-segments.patch index 8412499e2..a88010828 100644 --- a/recipes-bsp/atf/qoriq-atf/tf-a-tests-no-warn-rwx-segments.patch +++ b/recipes-bsp/atf/qoriq-atf/tf-a-tests-no-warn-rwx-segments.patch @@ -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 [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 --- Makefile | 2 +- diff --git a/recipes-bsp/boot-format/boot-format/flags.patch b/recipes-bsp/boot-format/boot-format/flags.patch index cddb34cde..0a64b86b4 100644 --- a/recipes-bsp/boot-format/boot-format/flags.patch +++ b/recipes-bsp/boot-format/boot-format/flags.patch @@ -1,3 +1,10 @@ +Respect LDFLAGS from environment + +This fixes cross build using OE + +Upstream-Status: Pending +Signed-off-by: Otavio Salvador + Index: git/Makefile =================================================================== --- git.orig/Makefile diff --git a/recipes-bsp/imx-kobs/imx-kobs/0001-Add-missing-includes-as-pointed-out-by-musl.patch b/recipes-bsp/imx-kobs/imx-kobs/0001-Add-missing-includes-as-pointed-out-by-musl.patch index 9c86f074b..297e64e24 100644 --- a/recipes-bsp/imx-kobs/imx-kobs/0001-Add-missing-includes-as-pointed-out-by-musl.patch +++ b/recipes-bsp/imx-kobs/imx-kobs/0001-Add-missing-includes-as-pointed-out-by-musl.patch @@ -6,6 +6,7 @@ Subject: [PATCH] Add missing includes as pointed out by musl These headers are indrectly included when building with glibc, this is exposed when compiling with musl systems +Upstream-Status: Pending Signed-off-by: Khem Raj --- src/mtd.h | 3 +++ diff --git a/recipes-bsp/mxsldr/mxsldr/0001-Do-not-ignore-OE-cflags-and-ldflags.patch b/recipes-bsp/mxsldr/mxsldr/0001-Do-not-ignore-OE-cflags-and-ldflags.patch index c8c8413a2..e1be23184 100644 --- a/recipes-bsp/mxsldr/mxsldr/0001-Do-not-ignore-OE-cflags-and-ldflags.patch +++ b/recipes-bsp/mxsldr/mxsldr/0001-Do-not-ignore-OE-cflags-and-ldflags.patch @@ -3,6 +3,7 @@ From: Khem Raj Date: Tue, 25 Sep 2018 01:23:02 -0700 Subject: [PATCH] Do not ignore OE cflags and ldflags +Upstream-Status: Pending Signed-off-by: Khem Raj --- Makefile | 4 ++-- diff --git a/recipes-dpaa2/gpp-aioptool/gpp-aioptool/0001-remove-libio.h.patch b/recipes-dpaa2/gpp-aioptool/gpp-aioptool/0001-remove-libio.h.patch index 92b75f769..d8bc30b41 100644 --- a/recipes-dpaa2/gpp-aioptool/gpp-aioptool/0001-remove-libio.h.patch +++ b/recipes-dpaa2/gpp-aioptool/gpp-aioptool/0001-remove-libio.h.patch @@ -5,6 +5,7 @@ Subject: [PATCH] remove libio.h update for glibc libio.h removal in 2.28+ +Upstream-Status: Pending Signed-off-by: BJ DevOps Team --- flib/mc/fsl_mc_sys.h | 1 - diff --git a/recipes-dpaa2/restool/files/disable-manpage-generation.patch b/recipes-dpaa2/restool/files/disable-manpage-generation.patch index ec5128307..34f2ae2d0 100644 --- a/recipes-dpaa2/restool/files/disable-manpage-generation.patch +++ b/recipes-dpaa2/restool/files/disable-manpage-generation.patch @@ -3,6 +3,7 @@ From: Ting Liu Date: Fri, 15 Oct 2021 09:36:04 +0530 Subject: [PATCH] disable manpage generation +Upstream-Status: Inappropriate [Cross-compile specific] Signed-off-by: Ting Liu --- Makefile | 1 - diff --git a/recipes-extended/dpdk/dpdk-20.11/0001-drivers-net-enetfec-enet_uio.c-fix-multiple-definiti.patch b/recipes-extended/dpdk/dpdk-20.11/0001-drivers-net-enetfec-enet_uio.c-fix-multiple-definiti.patch index f19b2b32c..f88b64843 100644 --- a/recipes-extended/dpdk/dpdk-20.11/0001-drivers-net-enetfec-enet_uio.c-fix-multiple-definiti.patch +++ b/recipes-extended/dpdk/dpdk-20.11/0001-drivers-net-enetfec-enet_uio.c-fix-multiple-definiti.patch @@ -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 collect2: error: ld returned 1 exit status +Upstream-Status: Pending Signed-off-by: Ting Liu --- drivers/net/enetfec/enet_uio.c | 2 +- diff --git a/recipes-extended/dpdk/dpdk/0001-Add-RTE_KERNELDIR_OUT.patch b/recipes-extended/dpdk/dpdk/0001-Add-RTE_KERNELDIR_OUT.patch index 5ee48a59a..383b9085c 100644 --- a/recipes-extended/dpdk/dpdk/0001-Add-RTE_KERNELDIR_OUT.patch +++ b/recipes-extended/dpdk/dpdk/0001-Add-RTE_KERNELDIR_OUT.patch @@ -3,6 +3,7 @@ From: Chunrong Guo Date: Wed, 3 Jul 2019 08:50:45 +0200 Subject: [PATCH] Add RTE_KERNELDIR_OUT +Upstream-Status: Pending Signed-off-by: C.r. Guo --- kernel/linux/kni/Makefile | 2 +- diff --git a/recipes-extended/dpdk/dpdk/0001-add-Wno-cast-function-type.patch b/recipes-extended/dpdk/dpdk/0001-add-Wno-cast-function-type.patch index fa0eda87f..b4b8a5488 100644 --- a/recipes-extended/dpdk/dpdk/0001-add-Wno-cast-function-type.patch +++ b/recipes-extended/dpdk/dpdk/0001-add-Wno-cast-function-type.patch @@ -4,6 +4,7 @@ Date: Wed, 27 Mar 2019 09:35:43 +0100 Subject: [PATCH] add -Wno-cast-function-type Upstream-Status: Inappropriate [configuration] +Signed-off-by: "C.r. Guo" --- examples/cmdif/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/dpdk/dpdk/0005-use-python3-instead-of-python.patch b/recipes-extended/dpdk/dpdk/0005-use-python3-instead-of-python.patch index 81ca12440..b1bdf09b4 100644 --- a/recipes-extended/dpdk/dpdk/0005-use-python3-instead-of-python.patch +++ b/recipes-extended/dpdk/dpdk/0005-use-python3-instead-of-python.patch @@ -1,3 +1,8 @@ +Explicitly use python3 + +Upstream-Status: Pending +Signed-off-by: Ting Liu + diff --git a/app/test-bbdev/test-bbdev.py b/app/test-bbdev/test-bbdev.py index 0194be046..86fe3a89d 100755 --- a/app/test-bbdev/test-bbdev.py diff --git a/recipes-extended/ipc-ust/ipc-ust/Makefile-use-LDFLAGS-if-set.patch b/recipes-extended/ipc-ust/ipc-ust/Makefile-use-LDFLAGS-if-set.patch index e991f70a2..6a0d82a6e 100644 --- a/recipes-extended/ipc-ust/ipc-ust/Makefile-use-LDFLAGS-if-set.patch +++ b/recipes-extended/ipc-ust/ipc-ust/Makefile-use-LDFLAGS-if-set.patch @@ -3,6 +3,7 @@ From: Ting Liu Date: Fri, 12 Aug 2016 10:41:51 +0800 Subject: [PATCH] Makefile: use LDFLAGS if set +Upstream-Status: Pending Signed-off-by: Ting Liu --- dsp_boot/Makefile | 6 +++--- diff --git a/recipes-extended/odp/odp/0001-Fix-this-build-error.patch b/recipes-extended/odp/odp/0001-Fix-this-build-error.patch index fd276437c..cebd7da16 100644 --- a/recipes-extended/odp/odp/0001-Fix-this-build-error.patch +++ b/recipes-extended/odp/odp/0001-Fix-this-build-error.patch @@ -6,6 +6,7 @@ Subject: [PATCH] Fix this build error fix the below error: |error: 'SIGEV_THREAD' undeclared (first use in this function); did you mean 'CLONE_THREAD'? +Upstream-Status: Pending Signed-off-by: Chunrong Guo --- example/lpm-ipfwd/app/odp_lpmfwd.c | 1 + diff --git a/recipes-extended/pktgen-dpdk/files/fix-gcc11-mismatched-dealloc-error.patch b/recipes-extended/pktgen-dpdk/files/fix-gcc11-mismatched-dealloc-error.patch index a2befbd6d..e535487f2 100644 --- a/recipes-extended/pktgen-dpdk/files/fix-gcc11-mismatched-dealloc-error.patch +++ b/recipes-extended/pktgen-dpdk/files/fix-gcc11-mismatched-dealloc-error.patch @@ -26,6 +26,7 @@ Fix build error with gcc 11: | | ^~~~~~~~~~~~~~~~~~~~~ | cc1: all warnings being treated as errors +Upstream-Status: Pending Signed-off-by: Ting Liu --- app/pktgen.h | 2 +- diff --git a/recipes-extended/testfloat/files/SoftFloat-powerpc-1.patch b/recipes-extended/testfloat/files/SoftFloat-powerpc-1.patch index b6db2de25..51a0da191 100644 --- a/recipes-extended/testfloat/files/SoftFloat-powerpc-1.patch +++ b/recipes-extended/testfloat/files/SoftFloat-powerpc-1.patch @@ -1,5 +1,6 @@ This patch adds PowerPC support in SoftFloat. +Upstream-Status: Pending Signed-off-by: Ebony Zhu Signed-off-by: Liu Yu --- diff --git a/recipes-extended/testfloat/files/TestFloat-powerpc-E500v2-SPE-1.patch b/recipes-extended/testfloat/files/TestFloat-powerpc-E500v2-SPE-1.patch index c34421cfd..2e9041749 100644 --- a/recipes-extended/testfloat/files/TestFloat-powerpc-E500v2-SPE-1.patch +++ b/recipes-extended/testfloat/files/TestFloat-powerpc-E500v2-SPE-1.patch @@ -1,6 +1,7 @@ This patch adds PowerPC E500v2 SPE support in TestFloat. And it disables the testing for hardware that can not trigger SPE interrupt. +Upstream-Status: Pending Signed-off-by: Ebony Zhu Signed-off-by: Liu Yu --- diff --git a/recipes-extended/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch b/recipes-extended/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch index f2ff1c002..c6cfaf417 100644 --- a/recipes-extended/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch +++ b/recipes-extended/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch @@ -3,6 +3,7 @@ From: Ting Liu Date: Wed, 9 May 2012 02:42:57 -0500 Subject: [PATCH] Yocto: replace $(COMPILE_PREFIX)gcc with $(CC) and remove -te500v2 flags +Upstream-Status: Pending Signed-off-by: Ting Liu --- SoftFloat-2b/softfloat/bits32/powerpc-GCC/Makefile | 4 ++-- diff --git a/recipes-extended/tsntool/tsntool/0001-tsntool-remove-redundant-parameters-from-BIN_LDFLAGS.patch b/recipes-extended/tsntool/tsntool/0001-tsntool-remove-redundant-parameters-from-BIN_LDFLAGS.patch index 807f6a822..3a9bc31f8 100644 --- a/recipes-extended/tsntool/tsntool/0001-tsntool-remove-redundant-parameters-from-BIN_LDFLAGS.patch +++ b/recipes-extended/tsntool/tsntool/0001-tsntool-remove-redundant-parameters-from-BIN_LDFLAGS.patch @@ -6,6 +6,7 @@ Subject: [PATCH] tsntool: remove redundant parameters from BIN_LDFLAGS The recipe file has pass the same parameter(-Wl,-rpath-link,) to Makefile, so remove redundant parameters from BIN_LDFLAGS. +Upstream-Status: Pending Signed-off-by: Meng Li --- Makefile | 1 - diff --git a/recipes-graphics/mesa/mesa-demos/Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch b/recipes-graphics/mesa/mesa-demos/Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch index d899540fb..8401793cd 100644 --- a/recipes-graphics/mesa/mesa-demos/Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch +++ b/recipes-graphics/mesa/mesa-demos/Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Replace glWindowPos2iARB calls with glWindowPos2i Vivante libGL does not provide the glWindowPos2iARB symbol, but glWindowPos2i. Use this instead. -Upstream-Status: Inapropriate [embedded specific] +Upstream-Status: Inappropriate [embedded specific] Reported-by: Jeremy Stashluk Signed-off-by: Otavio Salvador diff --git a/recipes-graphics/wayland/weston-10.0.3.imx/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch b/recipes-graphics/wayland/weston-10.0.3.imx/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch index 676d0338a..59f2a4b67 100644 --- a/recipes-graphics/wayland/weston-10.0.3.imx/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch +++ b/recipes-graphics/wayland/weston-10.0.3.imx/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch @@ -20,6 +20,7 @@ Thus the build fails with: Dropping weston 9.0.0-imx commit 7859a762 (protocol: no found wayland-scanner with Yocto toolchain") fixes the issue. +Upstream-Status: Inappropriate [Cross-compile Specific] Signed-off-by: Max Krummenacher --- protocol/meson.build | 2 +- diff --git a/recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch b/recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch index 39439ce16..25a4770f8 100644 --- a/recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch +++ b/recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch @@ -20,6 +20,7 @@ Thus the build fails with: Dropping weston 9.0.0-imx commit 7859a762 (protocol: no found wayland-scanner with Yocto toolchain") fixes the issue. +Upstream-Status: Inappropriate [Cross-compile specific] Signed-off-by: Max Krummenacher --- protocol/meson.build | 2 +- diff --git a/recipes-graphics/xorg-xserver/xserver-xorg/0001-Allow-to-enable-atomic-in-modesetting-DDX.patch b/recipes-graphics/xorg-xserver/xserver-xorg/0001-Allow-to-enable-atomic-in-modesetting-DDX.patch index 24f08f98b..71e045b24 100644 --- a/recipes-graphics/xorg-xserver/xserver-xorg/0001-Allow-to-enable-atomic-in-modesetting-DDX.patch +++ b/recipes-graphics/xorg-xserver/xserver-xorg/0001-Allow-to-enable-atomic-in-modesetting-DDX.patch @@ -11,6 +11,7 @@ anymore. This change doesn't enable atomic by default, but it allows a user to enabled it again. +Upstream-Status: Pending Signed-off-by: Daniel Abrecht --- diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv/Add-makefile.patch b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv/Add-makefile.patch index 63f408c5a..efe6cec6f 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv/Add-makefile.patch +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv/Add-makefile.patch @@ -1,3 +1,7 @@ +Add makefile to kernel-module-imx-gpu-viv + +Upstream-Status: Pending +Signed-off-by: Fabio Berton Index: git/Makefile =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 diff --git a/recipes-multimedia/tinycompress/tinycompress/0001-tinycompress-Add-id3-decoding.patch b/recipes-multimedia/tinycompress/tinycompress/0001-tinycompress-Add-id3-decoding.patch index f578148a1..78ff6989c 100755 --- a/recipes-multimedia/tinycompress/tinycompress/0001-tinycompress-Add-id3-decoding.patch +++ b/recipes-multimedia/tinycompress/tinycompress/0001-tinycompress-Add-id3-decoding.patch @@ -3,6 +3,7 @@ From: Shengjiu Wang Date: Fri, 13 Jul 2018 18:13:24 +0800 Subject: [PATCH] tinycompress: Add id3 decoding +Upstream-Status: Pending Signed-off-by: Shengjiu Wang --- include/tinycompress/id3_tag_decode.h | 198 +++++++++++ diff --git a/recipes-support/opencv/opencv/0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch b/recipes-support/opencv/opencv/0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch index 9e6a61371..b1b00623d 100644 --- a/recipes-support/opencv/opencv/0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch +++ b/recipes-support/opencv/opencv/0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch @@ -3,6 +3,7 @@ From: Ricardo Ribalda Delgado Date: Thu, 31 Mar 2016 00:20:15 +0200 Subject: [PATCH] 3rdparty/ippicv: Use pre-downloaded ipp +Upstream-Status: Pending Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Ismo Puustinen diff --git a/recipes-support/opencv/opencv/0001-Add-smaller-version-of-download_models.py.patch b/recipes-support/opencv/opencv/0001-Add-smaller-version-of-download_models.py.patch index 0aabee29f..46232ec5c 100644 --- a/recipes-support/opencv/opencv/0001-Add-smaller-version-of-download_models.py.patch +++ b/recipes-support/opencv/opencv/0001-Add-smaller-version-of-download_models.py.patch @@ -3,6 +3,7 @@ From: Tom Hochstein Date: Tue, 1 Sep 2020 14:57:07 -0500 Subject: [PATCH] Add smaller version of download_models.py +Upstream-Status: Pending Signed-off-by: Tom Hochstein --- testdata/dnn/download_models_basic.py | 159 ++++++++++++++++++++++++++ diff --git a/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch b/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch index 1e47f8b16..aa7d335ea 100644 --- a/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch +++ b/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch @@ -4,6 +4,7 @@ Date: Wed, 9 May 2018 13:33:59 -0700 Subject: [PATCH] Temporarliy work around deprecated ffmpeg RAW function compile failure until next uprev +Upstream-Status: Inappropriate [platform specific] Signed-off-by: Jason Wessel --- diff --git a/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch b/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch index bb47ef2ba..d39c05822 100644 --- a/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch +++ b/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch @@ -7,6 +7,7 @@ Subject: [PATCH] To fix errors as following: "perf_abs.cpp:13: undefined reference to `cvtest::param_seed'" "test_superres.cpp:270: undefined reference to `checkIppStatus()'" +Upstream-Status: Pending Signed-off-by: Huang Qiyu Also add the visibility changes for certain OpenCL-related functions in -- cgit v1.2.3-54-g00ecf