diff options
author | Jonathan Liu <net147@gmail.com> | 2016-12-05 22:00:27 +1100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-12-06 16:56:10 +0100 |
commit | 18cf04d1677800db402e144749b425f464860fd5 (patch) | |
tree | 85a064926b4003c42b1af0f2cf0ea25a2eeadee2 | |
parent | 1f64604570407dae014d65309688606bf84cd7ce (diff) | |
download | meta-raspberrypi-18cf04d1677800db402e144749b425f464860fd5.tar.gz |
firmware: Update to 20161125
Signed-off-by: Jonathan Liu <net147@gmail.com>
-rw-r--r-- | recipes-bsp/common/firmware.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 8862f58..1961b48 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | RPIFW_DATE ?= "20161020" | 1 | RPIFW_DATE ?= "20161125" |
2 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz" | 2 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz" |
3 | RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}" | 3 | RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}" |
4 | 4 | ||
5 | SRC_URI = "${RPIFW_SRC_URI}" | 5 | SRC_URI = "${RPIFW_SRC_URI}" |
6 | SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3" | 6 | SRC_URI[md5sum] = "a9281d2869e2d7673a83d41bacfa66c2" |
7 | SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b" | 7 | SRC_URI[sha256sum] = "744e050630621c70991c91e0ee8663dc2f579e743583ca762b13b00bc75859bc" |
8 | 8 | ||
9 | PV = "${RPIFW_DATE}" | 9 | PV = "${RPIFW_DATE}" |
10 | 10 | ||