[yocto] [meta-raspberrypi][PATCH 3/8] Support for vc4 graphics driver: upgrade firmware to prevent userland to interfere with v4 graphics

Herve Jourdain herve.jourdain at neuf.fr
Wed May 18 05:21:17 PDT 2016


This patch series enables the support for the VC4 graphics driver from Eric Anholt.
That specific firmware version solves a competition problem between dispmanx and VC4, when VC4 is enabled.
https://github.com/raspberrypi/firmware/issues/595
(I've also tested BEFORE getting the new firmware, and I can confirm it's unusable)

Signed-off-by: Herve Jourdain <herve.jourdain at neuf.fr>
---
 recipes-bsp/common/firmware.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index 8f095b9..b467fc6 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,5 +1,5 @@
-RPIFW_SRCREV ?= "c5e131971c323f5658c7c5d4b1dd105d37903a99"
-RPIFW_DATE ?= "20160421"
+RPIFW_SRCREV ?= "c17fa41b8e8321d891230f97837fee98feebc1ac"
+RPIFW_DATE ?= "20160513"
 RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
 RPIFW_S ?= "${WORKDIR}/git"
 
-- 
2.7.4




More information about the yocto mailing list