diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-20 22:09:56 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@resin.io> | 2016-10-31 17:32:57 +0100 |
commit | e9911480e0a5105b290f361acfc069e2f264f4c9 (patch) | |
tree | b2aea1c6f432021afb7b6ba44840d37656ba6158 | |
parent | ed54bd3788bd637fcc08d5d89b88b5279b87abd2 (diff) | |
download | meta-raspberrypi-e9911480e0a5105b290f361acfc069e2f264f4c9.tar.gz |
firmware: Update to latest
Fixes issues with display not starting with weston
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 29f9c01..6ce89a5 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | RPIFW_SRCREV ?= "ec63df146f454e8cab7080380f9138246d877013" | 1 | RPIFW_SRCREV ?= "ec5a517ed6051974a5a09f7b7811d21c443a7c74" |
2 | RPIFW_DATE ?= "20161005" | 2 | RPIFW_DATE ?= "20161020" |
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 | ||