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

Removing all the S = ${WORKDIR}/git assignments works because BB_GIT_DEFAULT_DESTSUFFIX is set to match S from bitbake.conf (which itself is set to match typical tarball releases). https://git.openembedded.org/openembedded-core/commit/?id=f80c07019ddadaf9c5fb890faabfda7920ecd15e https://git.openembedded.org/openembedded-core/commit/?id=46480a5e66747a673041fe4452a0ab14a1736d5e Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
283 B
HTML
12 lines
283 B
HTML
RPITOOLS_DATE ?= "20220711"
|
|
SRCREV ?= "439b6198a9b340de5998dd14a26a0d9d38a6bcac"
|
|
RPITOOLS_SRC_URI ?= "git://github.com/raspberrypi/tools;protocol=https;branch=master"
|
|
RPITOOLS_S ?= "${UNPACKDIR}/${BP}"
|
|
|
|
SRC_URI = "${RPITOOLS_SRC_URI}"
|
|
|
|
PV = "${RPITOOLS_DATE}"
|
|
|
|
BB_GIT_SHALLOW = "1"
|
|
|