From 46b1a7e9d59bb1de71497bff70628a958bd2fdba Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Tue, 20 Jun 2023 17:08:22 +0900 Subject: [PATCH 12/14] u-boot: Limit the revision for S4 Spider only Signed-off-by: Duy Dang --- .../recipes-bsp/u-boot/u-boot_2020.10.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-aos-rcar-gen4-domd/recipes-bsp/u-boot/u-boot_2020.10.bbappend b/meta-aos-rcar-gen4-domd/recipes-bsp/u-boot/u-boot_2020.10.bbappend index 94a8682..8f5c941 100644 --- a/meta-aos-rcar-gen4-domd/recipes-bsp/u-boot/u-boot_2020.10.bbappend +++ b/meta-aos-rcar-gen4-domd/recipes-bsp/u-boot/u-boot_2020.10.bbappend @@ -1,7 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -BRANCH = "v2020.10/rcar-5.1.1.rc2" -SRCREV = "3ec5cec05015d8b290a8d390b0246e1df3865199" +BRANCH_spider = "v2020.10/rcar-5.1.1.rc2" +SRCREV_spider = "3ec5cec05015d8b290a8d390b0246e1df3865199" SRC_URI_+= " \ file://0001-net-tftp-Fix-incorrect-tftp_next_ack-on-no-OACK.patch \ -- 2.25.1