mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
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 <andrei.gherzan@huawei.com>
10 lines
367 B
PHP
10 lines
367 B
PHP
RPIFW_DATE ?= "20211007"
|
|
|
|
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] = "cb08f4679ab9928f89b2b73bbd92dace84dd692e1e1722f373eebd350f0c058f"
|
|
|
|
PV = "${RPIFW_DATE}"
|