summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-11-13 16:33:06 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2013-11-13 18:24:39 +0200
commitbfe7d23dd1c96a6df3c7bb8eb56981dc5ff5e0c6 (patch)
tree7447b8de9784800cfab78f7f5e2a8ef8245282fd
parentc96c590d0cb4d52db5134bc010a602f9e0a3b471 (diff)
downloadmeta-raspberrypi-bfe7d23dd1c96a6df3c7bb8eb56981dc5ff5e0c6.tar.gz
firmware.inc: Update to HEAD on 2013-11-13
Change-Id: I00ace3f8575015612ae09dfb99e2a33d87ddc4cb Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-bcm/common/firmware.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc
index 5bad182..c780e63 100644
--- a/recipes-bcm/common/firmware.inc
+++ b/recipes-bcm/common/firmware.inc
@@ -1,6 +1,6 @@
1# 19/08/2013 firmware; this can be overridden from distro config 1# 19/08/2013 firmware; this can be overridden from distro config
2RPIFW_SRCREV ?= "5b37b2a7f357236210eef1a438becaa2a57148f2" 2RPIFW_SRCREV ?= "3e92add424c3c2617d5df65caa307c808017a9ea"
3RPIFW_DATE ?= "20130819" 3RPIFW_DATE ?= "20131113"
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