diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-17 17:00:23 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-18 14:24:37 +0200 |
commit | 31375eb909816e91c2f2bcd1a913031deda8bb81 (patch) | |
tree | 9376f2ee47be7f0f723de8a5315b3eaa591eb552 | |
parent | c4527681d225ec09c252cee6b4e394c02876ab98 (diff) | |
download | meta-raspberrypi-31375eb909816e91c2f2bcd1a913031deda8bb81.tar.gz |
firmware: Update to remote HEAD
Change-Id: I20a8ebf0e5743250c66fae337d28e867959d3114
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 69cf8d2..0b1aa05 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 | # 17/01/2014 firmware; this can be overridden from distro config |
2 | RPIFW_SRCREV ?= "e618d4ff2dc20051bc726834b22487fe2e236fe5" | 2 | RPIFW_SRCREV ?= "9babf5f124b85293f81d78b031a15da0d51d46bd" |
3 | RPIFW_DATE ?= "20131217" | 3 | RPIFW_DATE ?= "20140117" |
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 | ||