From 28cdc83d9ef86d78cf1b8c86479631138d0ccf96 Mon Sep 17 00:00:00 2001 From: liangfangping Date: Wed, 13 Apr 2022 10:24:59 +0800 Subject: [PATCH] fix firmware compile error * update raspberyypi firmware version to the newest Signed-off-by: liangfangping --- .../raspberrypi/recipes-bsp/bootfiles/rpi-bootfiles.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 75f469e85cb..374d29fbcf2 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 @@ -SRC_URI = "file://raspberrypi-firmware/firmware-1.20210201.tar.gz \ +SRC_URI = "file://raspberrypi-firmware/firmware-1.20220308.tar.gz \ " -S = "${WORKDIR}/firmware-1.20210201/boot" +S = "${WORKDIR}/firmware-1.20220308/boot" #FILESEXTRAPATHS_prepend = "${OPENEULER_SP_DIR}/raspberrypi-firmware/:" -- Gitee