summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2014-01-17 17:00:23 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2014-01-18 14:24:37 +0200
commit31375eb909816e91c2f2bcd1a913031deda8bb81 (patch)
tree9376f2ee47be7f0f723de8a5315b3eaa591eb552
parentc4527681d225ec09c252cee6b4e394c02876ab98 (diff)
downloadmeta-raspberrypi-31375eb909816e91c2f2bcd1a913031deda8bb81.tar.gz
firmware: Update to remote HEAD
Change-Id: I20a8ebf0e5743250c66fae337d28e867959d3114 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 69cf8d2..0b1aa05 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# 17/01/2014 firmware; this can be overridden from distro config
2RPIFW_SRCREV ?= "e618d4ff2dc20051bc726834b22487fe2e236fe5" 2RPIFW_SRCREV ?= "9babf5f124b85293f81d78b031a15da0d51d46bd"
3RPIFW_DATE ?= "20131217" 3RPIFW_DATE ?= "20140117"
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