summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/common/raspberrypi-firmware.inc2
-rw-r--r--recipes-bsp/common/raspberrypi-tools.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/common/raspberrypi-firmware.inc b/recipes-bsp/common/raspberrypi-firmware.inc
index 0856274..3b54d18 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,6 +1,6 @@
1RPIFW_DATE ?= "20200911" 1RPIFW_DATE ?= "20200911"
2SRCREV ?= "a490197f0672d948860b2b807884ae65eabc4d4f" 2SRCREV ?= "a490197f0672d948860b2b807884ae65eabc4d4f"
3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" 3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz"
4RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" 4RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
5 5
6SRC_URI = "${RPIFW_SRC_URI}" 6SRC_URI = "${RPIFW_SRC_URI}"
diff --git a/recipes-bsp/common/raspberrypi-tools.inc b/recipes-bsp/common/raspberrypi-tools.inc
index 0d4c627..1588264 100644
--- a/recipes-bsp/common/raspberrypi-tools.inc
+++ b/recipes-bsp/common/raspberrypi-tools.inc
@@ -1,5 +1,5 @@
1SRCREV ?= "b0c869bc929587a7e1d20a98e2dc828a24ca396a" 1SRCREV ?= "b0c869bc929587a7e1d20a98e2dc828a24ca396a"
2RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz" 2RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-tools-${SRCREV}.tar.gz"
3RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}" 3RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}"
4 4
5SRC_URI = "${RPITOOLS_SRC_URI}" 5SRC_URI = "${RPITOOLS_SRC_URI}"