diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-12-17 17:54:45 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-03 23:20:47 +0200 |
commit | 7cb819a69b94acb3a5b85326d3a9c192196a39a1 (patch) | |
tree | 9f074a778c57e07513b1e91387f44b5bf29fbfa4 | |
parent | 6305870896d4bdcda77a57e32241220af9907588 (diff) | |
download | meta-raspberrypi-7cb819a69b94acb3a5b85326d3a9c192196a39a1.tar.gz |
firmware.inc: Update to latest HEAD
Change-Id: I758da027a378b535205d42b9304473704be63fb2
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 c780e63..69cf8d2 100644 --- a/recipes-bcm/common/firmware.inc +++ b/recipes-bcm/common/firmware.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | # 19/08/2013 firmware; this can be overridden from distro config | 1 | # 19/08/2013 firmware; this can be overridden from distro config |
2 | RPIFW_SRCREV ?= "3e92add424c3c2617d5df65caa307c808017a9ea" | 2 | RPIFW_SRCREV ?= "e618d4ff2dc20051bc726834b22487fe2e236fe5" |
3 | RPIFW_DATE ?= "20131113" | 3 | RPIFW_DATE ?= "20131217" |
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 | ||