summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-10-05 10:32:47 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2020-11-03 17:25:51 +0000
commit2edb056140069ec12c08e68133d518273ad319c0 (patch)
treedcbd300d5225c583ed8fb0a23c68bc0c975fc80d
parent801b2918e8f17bc5143f0791022e797fe8cd3804 (diff)
downloadmeta-raspberrypi-2edb056140069ec12c08e68133d518273ad319c0.tar.gz
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>
-rw-r--r--recipes-bsp/common/raspberrypi-tools.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/common/raspberrypi-tools.inc b/recipes-bsp/common/raspberrypi-tools.inc
index 1588264..93f9d7a 100644
--- a/recipes-bsp/common/raspberrypi-tools.inc
+++ b/recipes-bsp/common/raspberrypi-tools.inc
@@ -1,9 +1,9 @@
1SRCREV ?= "b0c869bc929587a7e1d20a98e2dc828a24ca396a" 1RPITOOLS_DATE ?= "20200803"
2SRCREV ?= "0c39cb5b5ac9851312a38c54f5aea770d976de7a"
2RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-tools-${SRCREV}.tar.gz" 3RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-tools-${SRCREV}.tar.gz"
3RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}" 4RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}"
4 5
5SRC_URI = "${RPITOOLS_SRC_URI}" 6SRC_URI = "${RPITOOLS_SRC_URI}"
6SRC_URI[md5sum] = "fd999aad4424088b5e8746a9d946bb56" 7SRC_URI[sha256sum] = "ef56a891eef387d2278e6f9d20b462021faace14aceeb2048b5e5973069c25c0"
7SRC_URI[sha256sum] = "a0a8aff308d9302318442e6bcd2df14cbbb3b633f12ca6b9c43c4ab69bf45bb1"
8 8
9PV = "0.0+git${SRCREV}" 9PV = "${RPITOOLS_DATE}"