summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-02-16 10:46:38 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2017-04-17 13:16:42 +0100
commit4c1362117a6561bec4ad1dd062bfd9a849f60434 (patch)
tree542220614a5e0e25269a451c2d91104de42259f1
parent86fe4f9ccb8a0ecc7be8385e3ace32b65c08c860 (diff)
downloadmeta-raspberrypi-4c1362117a6561bec4ad1dd062bfd9a849f60434.tar.gz
firmware: Update to 20161215 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-bsp/common/firmware.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index 1961b48..8aea628 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20161125" 1RPIFW_DATE ?= "20161215"
2RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz" 2RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
3RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}" 3RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
4 4
5SRC_URI = "${RPIFW_SRC_URI}" 5SRC_URI = "${RPIFW_SRC_URI}"
6SRC_URI[md5sum] = "a9281d2869e2d7673a83d41bacfa66c2" 6SRC_URI[md5sum] = "ddd7645988360d7ef267b48c32293ad7"
7SRC_URI[sha256sum] = "744e050630621c70991c91e0ee8663dc2f579e743583ca762b13b00bc75859bc" 7SRC_URI[sha256sum] = "bda18f2affb50053940fd88c3f3bec5af9a4b4ced753d01107a2b106cfb02d13"
8 8
9PV = "${RPIFW_DATE}" 9PV = "${RPIFW_DATE}"
10 10