From e4b18be0d4452459ebbbcc9f4eea2d8c4234db61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20J=C3=B6rns?= Date: Mon, 28 Oct 2024 21:39:07 +0100 Subject: [PATCH] barebox: upgrade 2024.08.0 -> 2024.09.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Regular barebox release. Key changes: * added eMMC/SD card erase support * overhaul of the README Changelog: https://lore.barebox.org/barebox/ZuP5DC_fmAqC45Oh@pengutronix.de/ (From OE-Core rev: b090d888cbf912866bc43a2ed16f2b83eb65c9ae) Signed-off-by: Enrico Jörns Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../barebox/{barebox_2024.08.0.bb => barebox_2024.09.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-bsp/barebox/{barebox_2024.08.0.bb => barebox_2024.09.0.bb} (89%) diff --git a/meta/recipes-bsp/barebox/barebox_2024.08.0.bb b/meta/recipes-bsp/barebox/barebox_2024.09.0.bb similarity index 89% rename from meta/recipes-bsp/barebox/barebox_2024.08.0.bb rename to meta/recipes-bsp/barebox/barebox_2024.09.0.bb index 98e8aa053b..d2a3d4ebd1 100644 --- a/meta/recipes-bsp/barebox/barebox_2024.08.0.bb +++ b/meta/recipes-bsp/barebox/barebox_2024.09.0.bb @@ -12,4 +12,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192" inherit barebox SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2" -SRC_URI[sha256sum] = "b08a762da8d63dd18b4f2d9f5d0a8da001b6e608d1b3eff6dcebc6a2e575d535" +SRC_URI[sha256sum] = "4d4ea7e232aeba2b3cb9ccf0dbf8cd8e01c65b6c615f64c3bd0c4f24f23a47da"