diff options
-rw-r--r-- | recipes-bcm/common/firmware.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc index 390f6b3..168cd37 100644 --- a/recipes-bcm/common/firmware.inc +++ b/recipes-bcm/common/firmware.inc | |||
@@ -1,6 +1,5 @@ | |||
1 | # 21/02/2014 firmware; this can be overridden from distro config | 1 | RPIFW_SRCREV ?= "c8881991d9181779aee9637d6f4b215f108021a3" |
2 | RPIFW_SRCREV ?= "cf20d522e926f30e91fa890d42d010ca98913286" | 2 | RPIFW_DATE ?= "20140508" |
3 | RPIFW_DATE ?= "20140221" | ||
4 | RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" | 3 | RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" |
5 | RPIFW_S ?= "${WORKDIR}/git" | 4 | RPIFW_S ?= "${WORKDIR}/git" |
6 | 5 | ||