aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common/raspberrypi-tools.inc
blob: dc372abee3db4446467047d042a6f2a43d6ac045 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"