mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
This brings the matching binary blobs to latest kernel Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
405 B
PHP
13 lines
405 B
PHP
RPIFW_DATE ?= "20240312"
|
|
SRCREV = "5689dd184872b809af91d6636a832b1484d90fef"
|
|
RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware;protocol=https;branch=master"
|
|
RPIFW_S ?= "${WORKDIR}/git"
|
|
|
|
SRC_URI = "${RPIFW_SRC_URI}"
|
|
|
|
PV = "${RPIFW_DATE}"
|
|
|
|
# Firmware repo is huge due to its content nature being binary blobs
|
|
# use shallow clone to reduce amount of git metadata being pulled down
|
|
BB_GIT_SHALLOW = "1"
|