diff options
author | Theodor Gherzan <theodor@resin.io> | 2016-03-09 16:15:03 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-03-10 14:44:10 +0100 |
commit | 5eaeb55161e72a7cd1028f7d48cdcd32f06beb7a (patch) | |
tree | c395db30816f999e6f687a3a24c2d6289c88e9a3 /recipes-bsp | |
parent | 15a23443c87a0f3852f9cd6abf5057497e523d03 (diff) | |
download | meta-raspberrypi-5eaeb55161e72a7cd1028f7d48cdcd32f06beb7a.tar.gz |
firmware.inc: Update revision to include rpi3 support
Signed-off-by: Theodor Gherzan <theodor@resin.io>
Diffstat (limited to 'recipes-bsp')
-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 020f0ed..2c4f497 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | RPIFW_SRCREV ?= "f7108cfdc715f79c5fd051fb4c3ae6f4b1b01f23" | 1 | RPIFW_SRCREV ?= "028b1f6585280bd0a21885973589c4b101355597" |
2 | RPIFW_DATE ?= "20151021" | 2 | RPIFW_DATE ?= "20160303" |
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 | ||