From d39563992535ef37ce919924a221b3b64034308b Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 14 Oct 2021 13:26:11 +0100 Subject: [PATCH] bootfiles: Bump to 20210914 This was done to support OTA which in turn takes advantage of the tryboot functionality. Fixes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/159 Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-ohos-core/recipes-bsp/bootfiles/bootfiles.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-ohos-core/recipes-bsp/bootfiles/bootfiles.bbappend diff --git a/meta-ohos-core/recipes-bsp/bootfiles/bootfiles.bbappend b/meta-ohos-core/recipes-bsp/bootfiles/bootfiles.bbappend new file mode 100644 index 00000000..34b0b98f --- /dev/null +++ b/meta-ohos-core/recipes-bsp/bootfiles/bootfiles.bbappend @@ -0,0 +1,9 @@ +RPIFW_DATE = "20210914" +SRCREV = "d5d14f484cec739901a088a58eed62452b6dadeb" +RPIFW_SRC_URI = "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz" +RPIFW_S = "${WORKDIR}/firmware-${SRCREV}" + +SRC_URI = "${RPIFW_SRC_URI}" +SRC_URI[sha256sum] = "f5b3d9fa60afbc103b00bc7f5899ea49ef61d353b88624b42dbf7669446a44ac" + +PV = "${RPIFW_DATE}" -- GitLab