summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-06-21 18:33:11 -0700
committerKhem Raj <raj.khem@gmail.com>2023-06-21 18:33:11 -0700
commitf724cfced0602d58d63631e2aacaa54a14fe1d75 (patch)
tree8aedd6cc8ca9b85c50c9c5c46057ed960dddf505 /recipes-bsp
parentc327d5541e236fbd08bb39104d5a5601018d68fe (diff)
downloadmeta-freescale-f724cfced0602d58d63631e2aacaa54a14fe1d75.tar.gz
recipes: Add missing patch tag Upstream-Status
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/atf/qoriq-atf/tf-a-tests-no-warn-rwx-segments.patch1
-rw-r--r--recipes-bsp/boot-format/boot-format/flags.patch7
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs/0001-Add-missing-includes-as-pointed-out-by-musl.patch1
-rw-r--r--recipes-bsp/mxsldr/mxsldr/0001-Do-not-ignore-OE-cflags-and-ldflags.patch1
4 files changed, 10 insertions, 0 deletions
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 8412499e..a8801082 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
11[1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=ba951afb99912da01a6e8434126b8fac7aa75107 11[1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=ba951afb99912da01a6e8434126b8fac7aa75107
12[2] https://developer.trustedfirmware.org/T996 12[2] https://developer.trustedfirmware.org/T996
13 13
14Upstream-Status: Backport [https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/19401]
14Signed-off-by: Jun Zhu <junzhu@nxp.com> 15Signed-off-by: Jun Zhu <junzhu@nxp.com>
15--- 16---
16 Makefile | 2 +- 17 Makefile | 2 +-
diff --git a/recipes-bsp/boot-format/boot-format/flags.patch b/recipes-bsp/boot-format/boot-format/flags.patch
index cddb34cd..0a64b86b 100644
--- a/recipes-bsp/boot-format/boot-format/flags.patch
+++ b/recipes-bsp/boot-format/boot-format/flags.patch
@@ -1,3 +1,10 @@
1Respect LDFLAGS from environment
2
3This fixes cross build using OE
4
5Upstream-Status: Pending
6Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7
1Index: git/Makefile 8Index: git/Makefile
2=================================================================== 9===================================================================
3--- git.orig/Makefile 10--- 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 9c86f074..297e64e2 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
6These headers are indrectly included when building with 6These headers are indrectly included when building with
7glibc, this is exposed when compiling with musl systems 7glibc, this is exposed when compiling with musl systems
8 8
9Upstream-Status: Pending
9Signed-off-by: Khem Raj <raj.khem@gmail.com> 10Signed-off-by: Khem Raj <raj.khem@gmail.com>
10--- 11---
11 src/mtd.h | 3 +++ 12 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 c8c8413a..e1be2318 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 <raj.khem@gmail.com>
3Date: Tue, 25 Sep 2018 01:23:02 -0700 3Date: Tue, 25 Sep 2018 01:23:02 -0700
4Subject: [PATCH] Do not ignore OE cflags and ldflags 4Subject: [PATCH] Do not ignore OE cflags and ldflags
5 5
6Upstream-Status: Pending
6Signed-off-by: Khem Raj <raj.khem@gmail.com> 7Signed-off-by: Khem Raj <raj.khem@gmail.com>
7--- 8---
8 Makefile | 4 ++-- 9 Makefile | 4 ++--