diff options
-rw-r--r-- | recipes-bsp/common/raspberrypi-firmware.inc | 2 | ||||
-rw-r--r-- | recipes-bsp/common/raspberrypi-tools.inc | 2 |
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 @@ | |||
1 | RPIFW_DATE ?= "20200911" | 1 | RPIFW_DATE ?= "20200911" |
2 | SRCREV ?= "a490197f0672d948860b2b807884ae65eabc4d4f" | 2 | SRCREV ?= "a490197f0672d948860b2b807884ae65eabc4d4f" |
3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" | 3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz" |
4 | RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" | 4 | RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" |
5 | 5 | ||
6 | SRC_URI = "${RPIFW_SRC_URI}" | 6 | SRC_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 @@ | |||
1 | SRCREV ?= "b0c869bc929587a7e1d20a98e2dc828a24ca396a" | 1 | SRCREV ?= "b0c869bc929587a7e1d20a98e2dc828a24ca396a" |
2 | RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz" | 2 | RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-tools-${SRCREV}.tar.gz" |
3 | RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}" | 3 | RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}" |
4 | 4 | ||
5 | SRC_URI = "${RPITOOLS_SRC_URI}" | 5 | SRC_URI = "${RPITOOLS_SRC_URI}" |