From: Scott Murray Date: Tue, 22 Apr 2025 15:24:26 +0000 (-0400) Subject: meta-agl-bsp: Add Upstream-Status tags to patches X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f39e450a3e9393f534988144ecc563ea004b4562;p=AGL%2Fmeta-agl.git meta-agl-bsp: Add Upstream-Status tags to patches Add Upstream-Status tags to patches that are missing them. Not having the tag is now an error in upstream oe-core, so this prepares us for the future upgrade to the next Yocto LTS. Bug-AGL: SPEC-5416 Change-Id: Ie36b4fbab8fba7df16b63909ffadcaeddf28e27f Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30930 ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/0001-mconf-menuconfig.patch b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/0001-mconf-menuconfig.patch index 7f0979ca9..6438713b3 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/0001-mconf-menuconfig.patch +++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/0001-mconf-menuconfig.patch @@ -20,6 +20,7 @@ Signed-off-by: Jason Wessel cc: Michal Marek cc: linux-kbuild@vger.kernel.org Signed-off-by: Bruce Ashfield +Upstream-Status: Backport [https://git.yoctoproject.org/linux-yocto/commit/?h=v6.6/standard/x86&id=1811da09] --- scripts/kconfig/mconf-cfg.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meta-agl-bsp/meta-rcar-gateway/recipes-kernel/linux/linux-renesas/0001-Porting-to-support-device-driver-Canfd-from-Control-.patch b/meta-agl-bsp/meta-rcar-gateway/recipes-kernel/linux/linux-renesas/0001-Porting-to-support-device-driver-Canfd-from-Control-.patch index 69fb1ace2..0dcfa3c21 100644 --- a/meta-agl-bsp/meta-rcar-gateway/recipes-kernel/linux/linux-renesas/0001-Porting-to-support-device-driver-Canfd-from-Control-.patch +++ b/meta-agl-bsp/meta-rcar-gateway/recipes-kernel/linux/linux-renesas/0001-Porting-to-support-device-driver-Canfd-from-Control-.patch @@ -12,6 +12,8 @@ r8a779f0-s4sk.dts. Signed-off-by: Phat Pham Signed-off-by: Duy Dang +Upstream-Status: Inappropriate + --- arch/arm64/boot/dts/renesas/r8a779f0-s4sk.dts | 28 ++ .../boot/dts/renesas/r8a779f0-spider.dts | 160 ++++++++++++ diff --git a/meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/si-tools/files/si-tools-fm-improvements.patch b/meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/si-tools/files/si-tools-fm-improvements.patch index 9bbccadd3..c6c342e7a 100644 --- a/meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/si-tools/files/si-tools-fm-improvements.patch +++ b/meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/si-tools/files/si-tools-fm-improvements.patch @@ -13,6 +13,7 @@ Changes include: - Changed initial FM frequency if not specified to the minimum of the band plan. +Upstream-Status: Inactive-Upstream Signed-off-by: Scott Murray diff --git a/si46xx.h b/si46xx.h diff --git a/meta-agl-bsp/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0001-arm64-dts-renesas-preserve-drm-HDMI-connector-naming.patch b/meta-agl-bsp/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0001-arm64-dts-renesas-preserve-drm-HDMI-connector-naming.patch index d3a3229b4..bc432ec4c 100644 --- a/meta-agl-bsp/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0001-arm64-dts-renesas-preserve-drm-HDMI-connector-naming.patch +++ b/meta-agl-bsp/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0001-arm64-dts-renesas-preserve-drm-HDMI-connector-naming.patch @@ -19,6 +19,7 @@ Change-Id: Ibbb1975c2383a526a54c257fb7d68d32a042d468 Signed-off-by: Matt Porter Signed-off-by: Ronan Le Martret Signed-off-by: Harunobu Kurokawa +Upstream-Status: Inappropriate [AGL-specific workaround] --- arch/arm64/boot/dts/renesas/r8a77951.dtsi | 10 +++++----- arch/arm64/boot/dts/renesas/r8a77960.dtsi | 10 +++++----- diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-examples/0001-secure_storage-ta-Add-a-missing-include-file.patch b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-examples/0001-secure_storage-ta-Add-a-missing-include-file.patch index 7627a0660..fefabeb09 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-examples/0001-secure_storage-ta-Add-a-missing-include-file.patch +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-examples/0001-secure_storage-ta-Add-a-missing-include-file.patch @@ -8,6 +8,7 @@ using a format macro contant 'PRIu32' into a printf. This needs the inttypes.h header file to build correctly with aarch64-linux-gnu-gcc. Signed-off-by: Pierre Marzin +Upstream-Status: Backport [https://github.com/linaro-swg/optee_examples/commit/559b2141] --- secure_storage/ta/secure_storage_ta.c | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/0004-ADSP-enable-and-add-sound-hardware-abstraction.patch b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/0004-ADSP-enable-and-add-sound-hardware-abstraction.patch index 9c7f01b26..e8a6a3647 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/0004-ADSP-enable-and-add-sound-hardware-abstraction.patch +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/0004-ADSP-enable-and-add-sound-hardware-abstraction.patch @@ -14,6 +14,7 @@ abstraction. Signed-off-by: Ronan Le Martret Signed-off-by: Mark Farrugia +Upstream-Status: Inappropriate [AGL-specific workaround] --- arch/arm64/boot/dts/renesas/r8a77960-ulcb.dts | 45 ++++++++++++++++++- arch/arm64/boot/dts/renesas/r8a77961-ulcb.dts | 45 ++++++++++++++++++-