summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-06-23 14:34:29 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2016-07-08 14:25:54 +0100
commit10691ae68069730a18c2b9c3229a81dc2f3b8e9b (patch)
treedc39edd9abb5b20f82c824f35b8e5bdf4e752435
parent5cac5e67f8b18f4b890e7bcc1a1e3c4921759cc3 (diff)
downloadmeta-raspberrypi-10691ae68069730a18c2b9c3229a81dc2f3b8e9b.tar.gz
firmware: Upgrade to 20160622
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-bsp/common/firmware.inc4
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 @@
1RPIFW_SRCREV ?= "3816e1ce1e6ebc6d2bf0596dbd52849e16aa7e94" 1RPIFW_SRCREV ?= "390f53ed0fd79df274bdcc81d99e09fa262f03ab"
2RPIFW_DATE ?= "20160512" 2RPIFW_DATE ?= "20160622"
3RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" 3RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
4RPIFW_S ?= "${WORKDIR}/git" 4RPIFW_S ?= "${WORKDIR}/git"
5 5