diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-03-29 20:44:30 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-04-01 13:22:37 +0200 |
commit | 8f425f1b9eaac0d237ba0f7df5e82b195957a580 (patch) | |
tree | 1481c391c00d2abcc4690d57c22e34f87d72eb5a /recipes-bsp | |
parent | e82417d33b8147f65141ef937d56735d80ee7207 (diff) | |
download | meta-raspberrypi-8f425f1b9eaac0d237ba0f7df5e82b195957a580.tar.gz |
firmware: Update to 20160326
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-bsp')
-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 2c4f497..c1117d6 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | RPIFW_SRCREV ?= "028b1f6585280bd0a21885973589c4b101355597" | 1 | RPIFW_SRCREV ?= "046effa13ebc4cc7601df4f06f4834bd0eebb0f8" |
2 | RPIFW_DATE ?= "20160303" | 2 | RPIFW_DATE ?= "20160326" |
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 | ||