summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2014-05-08 20:57:55 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2014-05-08 21:26:32 +0300
commit4167e7e210166c6d898093598b59711dae6d77aa (patch)
treef4d2908ae1b18b1f1d53c4759188955241fadf7e
parentabcd66b30d571cf1c7413ac99c84cecf143c5d01 (diff)
downloadmeta-raspberrypi-4167e7e210166c6d898093598b59711dae6d77aa.tar.gz
firmware: Update to remote's HEAD
Change-Id: I9e28318c5746484ebde636295c66f7b6b64ba2fb Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-bcm/common/firmware.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc
index 390f6b3..168cd37 100644
--- a/recipes-bcm/common/firmware.inc
+++ b/recipes-bcm/common/firmware.inc
@@ -1,6 +1,5 @@
1# 21/02/2014 firmware; this can be overridden from distro config 1RPIFW_SRCREV ?= "c8881991d9181779aee9637d6f4b215f108021a3"
2RPIFW_SRCREV ?= "cf20d522e926f30e91fa890d42d010ca98913286" 2RPIFW_DATE ?= "20140508"
3RPIFW_DATE ?= "20140221"
4RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" 3RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
5RPIFW_S ?= "${WORKDIR}/git" 4RPIFW_S ?= "${WORKDIR}/git"
6 5