diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-31 09:52:07 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-11-08 11:40:15 +0100 |
commit | 00300d9df84e485c6049b0b927c389a89bd3431a (patch) | |
tree | 5bbf599f398c280255530813145d997bd41ae381 | |
parent | 3e6e8904374292d36d74e2239281724e2f23b675 (diff) | |
download | meta-raspberrypi-00300d9df84e485c6049b0b927c389a89bd3431a.tar.gz |
firmware: Update to 20161030
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-bsp/common/firmware.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 6ce89a5..ed0782f 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | RPIFW_SRCREV ?= "ec5a517ed6051974a5a09f7b7811d21c443a7c74" | 1 | RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71" |
2 | RPIFW_DATE ?= "20161020" | 2 | RPIFW_DATE ?= "20161030" |
3 | RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" | 3 | RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" |
4 | RPIFW_S ?= "${WORKDIR}/git" | 4 | RPIFW_S ?= "${WORKDIR}/git" |
5 | 5 | ||