blob: 0d4c627cb560db6009b9e1053f1b2b1e6da3e487 [file] [log] [blame]
Brad Bishop1b9ee292020-01-16 09:06:00 -05001SRCREV ?= "b0c869bc929587a7e1d20a98e2dc828a24ca396a"
Brad Bishop26bdd442019-08-16 17:08:17 -04002RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz"
3RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}"
4
5SRC_URI = "${RPITOOLS_SRC_URI}"
Brad Bishop1b9ee292020-01-16 09:06:00 -05006SRC_URI[md5sum] = "fd999aad4424088b5e8746a9d946bb56"
7SRC_URI[sha256sum] = "a0a8aff308d9302318442e6bcd2df14cbbb3b633f12ca6b9c43c4ab69bf45bb1"
Brad Bishop26bdd442019-08-16 17:08:17 -04008
9PV = "0.0+git${SRCREV}"