mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00

- Switch to using git fetcher, avoid the QA issue ERROR: armstubs-20211101-r0 do_unpack: QA Issue: armstubs: SRC_URI uses unstable GitHub/GitLab archives, convert recipe to use git protocol [src-uri-bad] - Use shallow clone to reduce size of cloned repo Normal archive tarball raspberrypi-tools-13474ee775d0c5ec8a7da4fb0a9fa84187abfc87.tar.gz - 324M Shallow clone achive tarball gitshallow_github.com.raspberrypi.tools_13474ee-1_master.tar.gz - 189M Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
279 B
HTML
12 lines
279 B
HTML
RPITOOLS_DATE ?= "20211101"
|
|
SRCREV ?= "13474ee775d0c5ec8a7da4fb0a9fa84187abfc87"
|
|
RPITOOLS_SRC_URI ?= "git://github.com/raspberrypi/tools;protocol=https;branch=master"
|
|
RPITOOLS_S ?= "${WORKDIR}/git"
|
|
|
|
SRC_URI = "${RPITOOLS_SRC_URI}"
|
|
|
|
PV = "${RPITOOLS_DATE}"
|
|
|
|
BB_GIT_SHALLOW = "1"
|
|
|