summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2014-08-24 03:01:22 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2014-08-24 03:01:22 +0200
commit5abdd93e357d7599268e342ef62456a0ca9969e2 (patch)
tree8d7dde7797e053b5f452e9726e2f194de0dbc9e0
parent6a8c859c2f1c1f56e6ff0f19cd67a5b4d2380d53 (diff)
downloadmeta-raspberrypi-5abdd93e357d7599268e342ef62456a0ca9969e2.tar.gz
firmware: Update to remote's HEAD
Change-Id: I320ceb1f6c0015d5ce48028b0e3581d2f4d52a3b 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 168cd37..3223330 100644
--- a/recipes-bcm/common/firmware.inc
+++ b/recipes-bcm/common/firmware.inc
@@ -1,5 +1,5 @@
1RPIFW_SRCREV ?= "c8881991d9181779aee9637d6f4b215f108021a3" 1RPIFW_SRCREV ?= "43c5b2fc9bdb0a43ba67661b8677445e71ae9e82"
2RPIFW_DATE ?= "20140508" 2RPIFW_DATE ?= "20140817"
3RPIFW_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"
4RPIFW_S ?= "${WORKDIR}/git" 4RPIFW_S ?= "${WORKDIR}/git"
5 5