diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-20 19:47:58 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-21 15:55:13 +0300 |
commit | 0ab5263f534cc3ae79ec95cbf2be7547490dc26c (patch) | |
tree | c7272e783e54f30d6c82c68b8184633f0e219ed0 | |
parent | ca4e4659f667443e34415a42c39e1bf8cd2e3a71 (diff) | |
download | meta-raspberrypi-0ab5263f534cc3ae79ec95cbf2be7547490dc26c.tar.gz |
firmware: Update to 2013-08-20 master's snapshot
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-bcm/common/firmware.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc index e291832..5bad182 100644 --- a/recipes-bcm/common/firmware.inc +++ b/recipes-bcm/common/firmware.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | # 7/1/2013 firmware; this can be overridden from distro config | 1 | # 19/08/2013 firmware; this can be overridden from distro config |
2 | RPIFW_SRCREV ?= "0ac68cce44d4550c251172e8524100090e8211fa" | 2 | RPIFW_SRCREV ?= "5b37b2a7f357236210eef1a438becaa2a57148f2" |
3 | RPIFW_DATE ?= "20130107" | 3 | RPIFW_DATE ?= "20130819" |
4 | RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" | 4 | RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" |
5 | RPIFW_S ?= "${WORKDIR}/git" | 5 | RPIFW_S ?= "${WORKDIR}/git" |
6 | 6 | ||