diff options
author | Petter Mabäcker <petter@technux.se> | 2015-07-08 18:10:34 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@resin.io> | 2015-07-19 14:46:02 +0200 |
commit | 25d8f0b8d864e371a1f5e54a78717b1ed8bf4df5 (patch) | |
tree | b11c40eec480452c379711bfa27ff6903cd36271 | |
parent | c8532df1c2e4812b3520d32ed49be943bea2edd9 (diff) | |
download | meta-raspberrypi-25d8f0b8d864e371a1f5e54a78717b1ed8bf4df5.tar.gz |
bcm: Bump SRCREV
Update to latest version of firmware.git
[Support #60]
Signed-off-by: Petter Mabäcker <petter@technux.se>
Acked-by: Andrei Gherzan <andrei@gherzan.ro>
-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 ad3176a..a5a5412 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | RPIFW_SRCREV ?= "e42a747e8d5c4a2fb3e837d0924c7cc39999936a" | 1 | RPIFW_SRCREV ?= "89881b5488a5a60088677333dcbd97e1836c0e7e" |
2 | RPIFW_DATE ?= "20150206" | 2 | RPIFW_DATE ?= "20150630" |
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 | ||