mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
patches: Add missing Upstream-Status to various patches
The check-layer command caught that we were missing the Upstream-Status on a few older patches, and I found a few new ones. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
@@ -7,6 +7,8 @@ In kirkstone and forward, the values in the fitImage have been
|
||||
standardized to include both conf- and the vender subdir in the name of
|
||||
the dtbs. This patch updates u-boot to support that.
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
|
||||
---
|
||||
include/configs/am62x_evm.h | 6 +++---
|
||||
|
||||
@@ -24,6 +24,8 @@ Fix this by changing the entire enum definition to use BIT(x) in place
|
||||
of (1<<x), which results in all values being seen as 'unsigned' and
|
||||
fitting into an unsigned 32-bit type.
|
||||
|
||||
Upstream-Status: Backport
|
||||
|
||||
Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107917
|
||||
Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107405
|
||||
Reported-by: Luis Machado <luis.machado@arm.com>
|
||||
|
||||
@@ -4,6 +4,8 @@ kernel we have to "adjust" the patch to match our files.
|
||||
|
||||
[A] https://patchwork.yoctoproject.org/project/arm/patch/20220824025819.4888-1-jon.mason@arm.com/#5104
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
|
||||
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@ We build kernel outside of the source directory and the generated version.h
|
||||
file ends up being in a separate directory from the rest of kernel headers.
|
||||
Use another variable to point to the kernel build artifacts.
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
|
||||
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
||||
|
||||
---
|
||||
|
||||
@@ -3,6 +3,8 @@ From: Denys Dmytriyenko <denys@ti.com>
|
||||
Date: Fri, 10 Mar 2017 13:28:29 -0500
|
||||
Subject: [PATCH] Add Makefile to install firmware files
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
||||
---
|
||||
Makefile | 9 +++++++++
|
||||
|
||||
@@ -3,6 +3,8 @@ From: Denys Dmytriyenko <denys@ti.com>
|
||||
Date: Fri, 10 Nov 2017 17:02:39 -0500
|
||||
Subject: [PATCH] print_stat.sh: replace /system/bin/sh with /bin/sh
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
||||
---
|
||||
testing/print_stat.sh | 2 +-
|
||||
|
||||
@@ -3,6 +3,8 @@ From: Denys Dmytriyenko <denys@ti.com>
|
||||
Date: Sat, 15 Feb 2020 15:59:37 -0500
|
||||
Subject: [PATCH] libbfd.h: suppress GCC9 -Wstringop-truncation
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
|
||||
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
||||
---
|
||||
gdbc6x/bfd/libbfd.h | 4 ++++
|
||||
|
||||
Reference in New Issue
Block a user