From 36e7dd95f63e1f9f8366a293fae086547394e0f4 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Wed, 11 Dec 2024 22:24:25 -0500 Subject: [PATCH] u-boot: switch to upstream SRCREV for rk-u-boot-env When the rk-u-boot-env feature was implemented, in order for it to work the build needed a version of U-Boot that was slightly newer than 2024.04 (the current release supported by Yocto at that time). Now that 2024.10 is out, remove the SRCREV pin since the necessary code is now part of this release. Run tested both with and without RK_RAUC_DEMO on: nanopi-m4-2gb nanopi-m4b nanopi-r2s rock-3a rock-5a rock-5b rock-pi-4b rock-pi-e rock-pi-s rock64 Signed-off-by: Trevor Woerner --- recipes-bsp/u-boot/u-boot_%.bbappend | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend index de70245..06ba6d5 100644 --- a/recipes-bsp/u-boot/u-boot_%.bbappend +++ b/recipes-bsp/u-boot/u-boot_%.bbappend @@ -7,7 +7,6 @@ SRCREV:radxa-zero-3 = "8cdf606e616baa36751f3b4adcfaefc781126c8c" SRCREV:radxa-zero-3:rk-u-boot-env = "8cdf606e616baa36751f3b4adcfaefc781126c8c" SRC_URI:append:rk-u-boot-env = " file://rockchip-enable-environment-mmc.cfg" -SRCREV:rk-u-boot-env = "cdfcc37428e06f4730ab9a17cc084eeb7676ea1a" DEPENDS:append:rk3308 = " u-boot-tools-native" DEPENDS:append:rock-pi-4 = " gnutls-native"