diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-06 19:09:05 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@resin.io> | 2016-10-13 10:40:35 +0200 |
commit | 05be947a31df873405cdd70ada210c9f7f7b132f (patch) | |
tree | 3bee5db479887907c4177d4fed71be099763044d | |
parent | 585838e7a2dfa0e0c6e2d5cc14c1413856734cb7 (diff) | |
download | meta-raspberrypi-05be947a31df873405cdd70ada210c9f7f7b132f.tar.gz |
firmware: Upgrade to latest
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-bsp/common/firmware.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index a9d2327..29f9c01 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | RPIFW_SRCREV ?= "1205048f037098b1532bb947d1f4b823bcdebdf7" | 1 | RPIFW_SRCREV ?= "ec63df146f454e8cab7080380f9138246d877013" |
2 | RPIFW_DATE ?= "20160726" | 2 | RPIFW_DATE ?= "20161005" |
3 | 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" |
4 | RPIFW_S ?= "${WORKDIR}/git" | 4 | RPIFW_S ?= "${WORKDIR}/git" |
5 | 5 | ||