diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2013-01-26 00:33:24 +1100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-01-27 15:28:09 +0200 |
commit | b3de8baa2f8c30bc1dd91ab843269dc3b6fce6fe (patch) | |
tree | 2a0c37c2c6557c828541f9465b2110a3bd8f56bd | |
parent | d3ec4b12588e4cc114e7cb94df4e3309f05bbe98 (diff) | |
download | meta-raspberrypi-b3de8baa2f8c30bc1dd91ab843269dc3b6fce6fe.tar.gz |
bcm2835-bootfiles: Bump the firmware revision
* Pull in a newer firmware revision (0ac68c 7th Jan 2013) from
https://github.com/raspberrypi/firmware for various fixes and
improvements
Signed-off-by: Jan Schmidt <thaytan@noraisin.net>
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 83f9214..166bb7b 100644 --- a/recipes-bcm/common/firmware.inc +++ b/recipes-bcm/common/firmware.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | # 31/10/2012 firmware; this can be overridden from distro config | 1 | # 7/1/2013 firmware; this can be overridden from distro config |
2 | RPIFW_SRCREV ?= "537c78b113d06e37e2cca90a0b3d3f39a129ee23" | 2 | RPIFW_SRCREV ?= "0ac68cce44d4550c251172e8524100090e8211fa" |
3 | RPIFW_DATE ?= "20121031" | 3 | RPIFW_DATE ?= "20130107" |
4 | 4 | ||
5 | SRCREV = "${RPIFW_SRCREV}" | 5 | SRCREV = "${RPIFW_SRCREV}" |
6 | PV = "${RPIFW_DATE}" | 6 | PV = "${RPIFW_DATE}" |