diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-05-08 20:57:55 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-05-08 21:26:32 +0300 |
commit | 4167e7e210166c6d898093598b59711dae6d77aa (patch) | |
tree | f4d2908ae1b18b1f1d53c4759188955241fadf7e | |
parent | abcd66b30d571cf1c7413ac99c84cecf143c5d01 (diff) | |
download | meta-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.inc | 5 |
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 | 1 | RPIFW_SRCREV ?= "c8881991d9181779aee9637d6f4b215f108021a3" |
2 | RPIFW_SRCREV ?= "cf20d522e926f30e91fa890d42d010ca98913286" | 2 | RPIFW_DATE ?= "20140508" |
3 | RPIFW_DATE ?= "20140221" | ||
4 | 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" |
5 | RPIFW_S ?= "${WORKDIR}/git" | 4 | RPIFW_S ?= "${WORKDIR}/git" |
6 | 5 | ||