summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2014-02-21 10:31:18 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2014-02-21 10:31:18 +0200
commit55e2c1c1724e5b52b47bc6f343b742e208c32bf5 (patch)
tree752cb5d0801f244f9d7e0a18dbfae8f42df95015
parentd06976118b4156241f6f85941f6df7fe39aebb05 (diff)
downloadmeta-raspberrypi-55e2c1c1724e5b52b47bc6f343b742e208c32bf5.tar.gz
firmware: Update to current remote HEAD
Change-Id: Iad457c2610ee3a0209598c92e5c473ae8f113636 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-bcm/common/firmware.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc
index 0b1aa05..390f6b3 100644
--- a/recipes-bcm/common/firmware.inc
+++ b/recipes-bcm/common/firmware.inc
@@ -1,6 +1,6 @@
1# 17/01/2014 firmware; this can be overridden from distro config 1# 21/02/2014 firmware; this can be overridden from distro config
2RPIFW_SRCREV ?= "9babf5f124b85293f81d78b031a15da0d51d46bd" 2RPIFW_SRCREV ?= "cf20d522e926f30e91fa890d42d010ca98913286"
3RPIFW_DATE ?= "20140117" 3RPIFW_DATE ?= "20140221"
4RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" 4RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
5RPIFW_S ?= "${WORKDIR}/git" 5RPIFW_S ?= "${WORKDIR}/git"
6 6