diff options
author | Sander van Grieken <sander@outrightsolutions.nl> | 2012-09-17 14:43:11 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-18 19:15:27 +0300 |
commit | 0d4ab1591ef1d86a17284cdf51a0646b06c3c119 (patch) | |
tree | 9f8006ed5677cd9c5f00f7f8bc6fcb8c4acdaf3d | |
parent | a1da838d8188d3ed464377131d1e7ceadfa4e7f3 (diff) | |
download | meta-raspberrypi-0d4ab1591ef1d86a17284cdf51a0646b06c3c119.tar.gz |
firmware.inc: Update firmware SRCREV to current@2012-09-13
Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
-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 5ad68e1..a1ed798 100644 --- a/recipes-bcm/common/firmware.inc +++ b/recipes-bcm/common/firmware.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | # 22/08/2012 firmware; this can be overridden from distro config | 1 | # 13/09/2012 firmware; this can be overridden from distro config |
2 | RPIFW_SRCREV ?= "c42f21261f1eeae0df7ad02f34773e279e7af8c5" | 2 | RPIFW_SRCREV ?= "b616053edb93713efa25299cb4ea7efa439dcb61" |
3 | RPIFW_DATE ?= "20120822" | 3 | RPIFW_DATE ?= "20120913" |
4 | 4 | ||
5 | SRCREV = "${RPIFW_SRCREV}" | 5 | SRCREV = "${RPIFW_SRCREV}" |
6 | PV = "${RPIFW_DATE}" | 6 | PV = "${RPIFW_DATE}" |