diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-06-23 14:34:29 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-07-08 14:25:54 +0100 |
commit | 10691ae68069730a18c2b9c3229a81dc2f3b8e9b (patch) | |
tree | dc39edd9abb5b20f82c824f35b8e5bdf4e752435 | |
parent | 5cac5e67f8b18f4b890e7bcc1a1e3c4921759cc3 (diff) | |
download | meta-raspberrypi-10691ae68069730a18c2b9c3229a81dc2f3b8e9b.tar.gz |
firmware: Upgrade to 20160622
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 bf11e4c..9df6156 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | RPIFW_SRCREV ?= "3816e1ce1e6ebc6d2bf0596dbd52849e16aa7e94" | 1 | RPIFW_SRCREV ?= "390f53ed0fd79df274bdcc81d99e09fa262f03ab" |
2 | RPIFW_DATE ?= "20160512" | 2 | RPIFW_DATE ?= "20160622" |
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 | ||