raspberrypi-tools: Update to latest snapshot as of 20200803

Use date in PV, makes is good candidate for always increasing PV

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2020-10-05 10:32:47 -07:00 committed by Andrei Gherzan
parent a66e679f00
commit 4606cf4831

View File

@ -1,9 +1,9 @@
SRCREV ?= "b0c869bc929587a7e1d20a98e2dc828a24ca396a" RPITOOLS_DATE ?= "20200803"
SRCREV ?= "0c39cb5b5ac9851312a38c54f5aea770d976de7a"
RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-tools-${SRCREV}.tar.gz" RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-tools-${SRCREV}.tar.gz"
RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}" RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}"
SRC_URI = "${RPITOOLS_SRC_URI}" SRC_URI = "${RPITOOLS_SRC_URI}"
SRC_URI[md5sum] = "fd999aad4424088b5e8746a9d946bb56" SRC_URI[sha256sum] = "ef56a891eef387d2278e6f9d20b462021faace14aceeb2048b5e5973069c25c0"
SRC_URI[sha256sum] = "a0a8aff308d9302318442e6bcd2df14cbbb3b633f12ca6b9c43c4ab69bf45bb1"
PV = "0.0+git${SRCREV}" PV = "${RPITOOLS_DATE}"