diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-02-21 10:31:18 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-02-21 10:31:18 +0200 |
commit | 55e2c1c1724e5b52b47bc6f343b742e208c32bf5 (patch) | |
tree | 752cb5d0801f244f9d7e0a18dbfae8f42df95015 | |
parent | d06976118b4156241f6f85941f6df7fe39aebb05 (diff) | |
download | meta-raspberrypi-55e2c1c1724e5b52b47bc6f343b742e208c32bf5.tar.gz |
firmware: Update to current remote HEAD
Change-Id: Iad457c2610ee3a0209598c92e5c473ae8f113636
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 0b1aa05..390f6b3 100644 --- a/recipes-bcm/common/firmware.inc +++ b/recipes-bcm/common/firmware.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | # 17/01/2014 firmware; this can be overridden from distro config | 1 | # 21/02/2014 firmware; this can be overridden from distro config |
2 | RPIFW_SRCREV ?= "9babf5f124b85293f81d78b031a15da0d51d46bd" | 2 | RPIFW_SRCREV ?= "cf20d522e926f30e91fa890d42d010ca98913286" |
3 | RPIFW_DATE ?= "20140117" | 3 | RPIFW_DATE ?= "20140221" |
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 | ||