From 5ef8729a0cee21903d86cd59daa913753f031370 Mon Sep 17 00:00:00 2001 From: chenyi Date: Fri, 20 Jun 2025 17:10:47 +0800 Subject: [PATCH] RPI: fix the wrong firmware version * The current PV does not match the version specified in the mainfest. Signed-off-by: chenyi --- .../raspberrypi/recipes-bsp/bootfiles/rpi-bootfiles.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/meta-openeuler-bsp/raspberrypi/recipes-bsp/bootfiles/rpi-bootfiles.bbappend b/bsp/meta-openeuler-bsp/raspberrypi/recipes-bsp/bootfiles/rpi-bootfiles.bbappend index 59ae2f0086b..46f498fb1ee 100644 --- a/bsp/meta-openeuler-bsp/raspberrypi/recipes-bsp/bootfiles/rpi-bootfiles.bbappend +++ b/bsp/meta-openeuler-bsp/raspberrypi/recipes-bsp/bootfiles/rpi-bootfiles.bbappend @@ -1,5 +1,5 @@ OPENEULER_LOCAL_NAME = "raspberrypi-firmware" -PV = "1.20240306" +PV = "1.20241008" SRC_URI = "file://firmware-${PV}.tar.gz \ " -- Gitee