diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-08-24 03:01:22 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-08-24 03:01:22 +0200 |
commit | 5abdd93e357d7599268e342ef62456a0ca9969e2 (patch) | |
tree | 8d7dde7797e053b5f452e9726e2f194de0dbc9e0 | |
parent | 6a8c859c2f1c1f56e6ff0f19cd67a5b4d2380d53 (diff) | |
download | meta-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.inc | 4 |
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 @@ | |||
1 | RPIFW_SRCREV ?= "c8881991d9181779aee9637d6f4b215f108021a3" | 1 | RPIFW_SRCREV ?= "43c5b2fc9bdb0a43ba67661b8677445e71ae9e82" |
2 | RPIFW_DATE ?= "20140508" | 2 | RPIFW_DATE ?= "20140817" |
3 | RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" | 3 | RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" |
4 | RPIFW_S ?= "${WORKDIR}/git" | 4 | RPIFW_S ?= "${WORKDIR}/git" |
5 | 5 | ||