Skip to content

Commit

Permalink
recipes: Add missing patch tag Upstream-Status
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Jun 22, 2023
1 parent c327d55 commit f724cfc
Show file tree
Hide file tree
Showing 27 changed files with 40 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
---
Makefile | 2 +-
Expand Down
7 changes: 7 additions & 0 deletions recipes-bsp/boot-format/boot-format/flags.patch
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Respect LDFLAGS from environment

This fixes cross build using OE

Upstream-Status: Pending
Signed-off-by: Otavio Salvador <[email protected]>

Index: git/Makefile
===================================================================
--- git.orig/Makefile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
---
src/mtd.h | 3 +++
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ From: Khem Raj <[email protected]>
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 <[email protected]>
---
Makefile | 4 ++--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
---
flib/mc/fsl_mc_sys.h | 1 -
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ From: Ting Liu <[email protected]>
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 <[email protected]>
---
Makefile | 1 -
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
---
drivers/net/enetfec/enet_uio.c | 2 +-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ From: Chunrong Guo <[email protected]>
Date: Wed, 3 Jul 2019 08:50:45 +0200
Subject: [PATCH] Add RTE_KERNELDIR_OUT

Upstream-Status: Pending
Signed-off-by: C.r. Guo <[email protected]>
---
kernel/linux/kni/Makefile | 2 +-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" <[email protected]>
---
examples/cmdif/lib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Explicitly use python3

Upstream-Status: Pending
Signed-off-by: Ting Liu <[email protected]>

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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ From: Ting Liu <[email protected]>
Date: Fri, 12 Aug 2016 10:41:51 +0800
Subject: [PATCH] Makefile: use LDFLAGS if set

Upstream-Status: Pending
Signed-off-by: Ting Liu <[email protected]>
---
dsp_boot/Makefile | 6 +++---
Expand Down
1 change: 1 addition & 0 deletions recipes-extended/odp/odp/0001-Fix-this-build-error.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
---
example/lpm-ipfwd/app/odp_lpmfwd.c | 1 +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
---
app/pktgen.h | 2 +-
Expand Down
1 change: 1 addition & 0 deletions recipes-extended/testfloat/files/SoftFloat-powerpc-1.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
This patch adds PowerPC support in SoftFloat.

Upstream-Status: Pending
Signed-off-by: Ebony Zhu <[email protected]>
Signed-off-by: Liu Yu <[email protected]>
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Signed-off-by: Liu Yu <[email protected]>
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ From: Ting Liu <[email protected]>
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 <[email protected]>
---
SoftFloat-2b/softfloat/bits32/powerpc-GCC/Makefile | 4 ++--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>)
to Makefile, so remove redundant parameters from BIN_LDFLAGS.

Upstream-Status: Pending
Signed-off-by: Meng Li <[email protected]>
---
Makefile | 1 -
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Signed-off-by: Otavio Salvador <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
---
protocol/meson.build | 2 +-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
---
protocol/meson.build | 2 +-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Add makefile to kernel-module-imx-gpu-viv

Upstream-Status: Pending
Signed-off-by: Fabio Berton <[email protected]>
Index: git/Makefile
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ From: Shengjiu Wang <[email protected]>
Date: Fri, 13 Jul 2018 18:13:24 +0800
Subject: [PATCH] tinycompress: Add id3 decoding

Upstream-Status: Pending
Signed-off-by: Shengjiu Wang <[email protected]>
---
include/tinycompress/id3_tag_decode.h | 198 +++++++++++
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ From: Ricardo Ribalda Delgado <[email protected]>
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 <[email protected]>
Signed-off-by: Ismo Puustinen <[email protected]>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ From: Tom Hochstein <[email protected]>
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 <[email protected]>
---
testdata/dnn/download_models_basic.py | 159 ++++++++++++++++++++++++++
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

Also add the visibility changes for certain OpenCL-related functions in
Expand Down

0 comments on commit f724cfc

Please sign in to comment.