On Mon, Apr 10, 2023 at 11:41:34AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > 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 <[email protected]> > --- > ...0001-configs-Update-to-support-oe-core-fitImage-naming.patch | 2 ++ > .../files/0001-ata-ahci-fix-enum-constants-for-gcc-13.patch | 2 ++ > ...ssemble_info-signature-changes-causes-compile-failures.patch | 2 ++ > .../recipes-ti/ipc/ti-ipc/0001-Add-kernel-build-dir.patch | 2 ++ > .../wl18xx-fw/0001-Add-Makefile-to-install-firmware-files.patch | 2 ++ > .../0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch | 2 ++ > .../0001-libbfd.h-suppress-GCC9-Wstringop-truncation.patch | 2 ++ > 7 files changed, 14 insertions(+) > > diff --git > a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging-2021.01/0001-configs-Update-to-support-oe-core-fitImage-naming.patch > > b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging-2021.01/0001-configs-Update-to-support-oe-core-fitImage-naming.patch > index 9a832312..31c7afc3 100644 > --- > a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging-2021.01/0001-configs-Update-to-support-oe-core-fitImage-naming.patch > +++ > b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging-2021.01/0001-configs-Update-to-support-oe-core-fitImage-naming.patch > @@ -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 <[email protected]> > --- > include/configs/am62x_evm.h | 6 +++--- > diff --git > a/meta-ti-bsp/recipes-kernel/linux/files/0001-ata-ahci-fix-enum-constants-for-gcc-13.patch > > b/meta-ti-bsp/recipes-kernel/linux/files/0001-ata-ahci-fix-enum-constants-for-gcc-13.patch > index 634b1588..063b4291 100644 > --- > a/meta-ti-bsp/recipes-kernel/linux/files/0001-ata-ahci-fix-enum-constants-for-gcc-13.patch > +++ > b/meta-ti-bsp/recipes-kernel/linux/files/0001-ata-ahci-fix-enum-constants-for-gcc-13.patch > @@ -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: Pending
This seems like a "Backport" instead... > 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 <[email protected]> > diff --git > a/meta-ti-bsp/recipes-kernel/linux/files/init_disassemble_info-signature-changes-causes-compile-failures.patch > > b/meta-ti-bsp/recipes-kernel/linux/files/init_disassemble_info-signature-changes-causes-compile-failures.patch > index 33dee03a..e1e04c34 100644 > --- > a/meta-ti-bsp/recipes-kernel/linux/files/init_disassemble_info-signature-changes-causes-compile-failures.patch > +++ > b/meta-ti-bsp/recipes-kernel/linux/files/init_disassemble_info-signature-changes-causes-compile-failures.patch > @@ -4,6 +4,8 @@ kernel we have to "adjust" the patch to match our files. > > [A] > https://patchwork.yoctoproject.org/project/arm/patch/[email protected]/#5104 > > +Upstream-Status: Pending > + > Signed-off-by: Ryan Eatmon <[email protected]> > > > diff --git > a/meta-ti-bsp/recipes-ti/ipc/ti-ipc/0001-Add-kernel-build-dir.patch > b/meta-ti-bsp/recipes-ti/ipc/ti-ipc/0001-Add-kernel-build-dir.patch > index 71d5b2be..cb178ee6 100644 > --- a/meta-ti-bsp/recipes-ti/ipc/ti-ipc/0001-Add-kernel-build-dir.patch > +++ b/meta-ti-bsp/recipes-ti/ipc/ti-ipc/0001-Add-kernel-build-dir.patch > @@ -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 <[email protected]> > > --- > diff --git > a/meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw/0001-Add-Makefile-to-install-firmware-files.patch > > b/meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw/0001-Add-Makefile-to-install-firmware-files.patch > index a8db0770..bb05c6fe 100644 > --- > a/meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw/0001-Add-Makefile-to-install-firmware-files.patch > +++ > b/meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw/0001-Add-Makefile-to-install-firmware-files.patch > @@ -3,6 +3,8 @@ From: Denys Dmytriyenko <[email protected]> > 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 <[email protected]> > --- > Makefile | 9 +++++++++ > diff --git > a/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts/0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch > > b/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts/0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch > index c0719e34..cde01541 100644 > --- > a/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts/0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch > +++ > b/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts/0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch > @@ -3,6 +3,8 @@ From: Denys Dmytriyenko <[email protected]> > 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 <[email protected]> > --- > testing/print_stat.sh | 2 +- > diff --git > a/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x/0001-libbfd.h-suppress-GCC9-Wstringop-truncation.patch > > b/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x/0001-libbfd.h-suppress-GCC9-Wstringop-truncation.patch > index 1cc23b32..e52efa56 100644 > --- > a/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x/0001-libbfd.h-suppress-GCC9-Wstringop-truncation.patch > +++ > b/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x/0001-libbfd.h-suppress-GCC9-Wstringop-truncation.patch > @@ -3,6 +3,8 @@ From: Denys Dmytriyenko <[email protected]> > 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 <[email protected]> > --- > gdbc6x/bfd/libbfd.h | 4 ++++ > -- > 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16341): https://lists.yoctoproject.org/g/meta-ti/message/16341 Mute This Topic: https://lists.yoctoproject.org/mt/98179854/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/leave/6695321/21656/1393940836/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
