summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-06 00:25:14 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2016-11-08 12:12:29 +0100
commit716b6a9cd7f24a8bacd539bb40519d185e3f963a (patch)
tree912033b48b5bb860eb6a9a1c4e8b4311e4dbe5dc
parent6c755af27589f14a799e4aa45563e31615963b20 (diff)
downloadmeta-raspberrypi-716b6a9cd7f24a8bacd539bb40519d185e3f963a.tar.gz
firmware: Use release tarballs
This is a binary repo and its quite large in size we do not need the whole history of this repo since most of stuff needed is binaries, therefore switch to release tarballs Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-bsp/common/firmware.inc12
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index ed0782f..8862f58 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,8 +1,10 @@
1RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71" 1RPIFW_DATE ?= "20161020"
2RPIFW_DATE ?= "20161030" 2RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
3RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" 3RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
4RPIFW_S ?= "${WORKDIR}/git"
5 4
6SRC_URI = "${RPIFW_SRC_URI}" 5SRC_URI = "${RPIFW_SRC_URI}"
7SRCREV = "${RPIFW_SRCREV}" 6SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
7SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
8
8PV = "${RPIFW_DATE}" 9PV = "${RPIFW_DATE}"
10