diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-05-13 09:32:33 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-05-19 17:14:06 +0200 |
commit | 5d79d24d36dfe87309a15581d3350afc4c47a0e3 (patch) | |
tree | 95d747adbc25150c73b7495b91efd0889710a99b | |
parent | f7af12910fdacb3f949fd04d9570f66e83cb0efa (diff) | |
download | meta-raspberrypi-5d79d24d36dfe87309a15581d3350afc4c47a0e3.tar.gz |
firmware: Update to "20160512" snapshot
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 8f095b9..bf11e4c 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | RPIFW_SRCREV ?= "c5e131971c323f5658c7c5d4b1dd105d37903a99" | 1 | RPIFW_SRCREV ?= "3816e1ce1e6ebc6d2bf0596dbd52849e16aa7e94" |
2 | RPIFW_DATE ?= "20160421" | 2 | RPIFW_DATE ?= "20160512" |
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 | ||