From 1dfa0471ad32565533687df9eb43fe2f5e85f079 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 23 Feb 2022 12:48:14 +0100 Subject: [PATCH] raspberrypi-firmware.inc: Move to using tarballs from rpi deb repo This helps to avoid unstable GitHub archives. It also silences the associated build warning: WARNING: rpi-bootfiles-20211007-r3 do_unpack: QA Issue: rpi-bootfiles: SRC_URI uses unstable GitHub/GitLab archives, convert recipe to use git protocol [src-uri-bad] Fixes #1002 Signed-off-by: Andrei Gherzan --- recipes-bsp/common/raspberrypi-firmware.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/common/raspberrypi-firmware.inc b/recipes-bsp/common/raspberrypi-firmware.inc index dda6ae0..7f3faed 100644 --- a/recipes-bsp/common/raspberrypi-firmware.inc +++ b/recipes-bsp/common/raspberrypi-firmware.inc @@ -1,9 +1,9 @@ RPIFW_DATE ?= "20211007" -SRCREV ?= "0c4fc71befd228419a225c84d316cabbda8633a7" -RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz" -RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" + +RPIFW_SRC_URI ?= "https://archive.raspberrypi.com/debian/pool/main/r/raspberrypi-firmware/raspberrypi-firmware_1.${RPIFW_DATE}.orig.tar.xz" +RPIFW_S ?= "${WORKDIR}/raspberrypi-firmware-1.${RPIFW_DATE}" SRC_URI = "${RPIFW_SRC_URI}" -SRC_URI[sha256sum] = "2502930165328be3b292389b1f7e25365c724000d6c404b63a5a0ba7af120aa7" +SRC_URI[sha256sum] = "cb08f4679ab9928f89b2b73bbd92dace84dd692e1e1722f373eebd350f0c058f" PV = "${RPIFW_DATE}"