1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +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:
Ryan Eatmon
2023-04-10 11:40:04 -05:00
parent 6fa8e2dbaa
commit da6f02540f
7 changed files with 14 additions and 0 deletions

View File

@@ -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 +++---

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>
---

View File

@@ -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 +++++++++

View File

@@ -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 +-

View File

@@ -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 ++++