summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <paul.barker@sancloud.co.uk>2019-04-22 22:47:16 +0000
committerPaul Barker <paul.barker@sancloud.co.uk>2019-05-14 19:32:50 +0000
commita44016960651a0deac5a91313f345f24b1eb13a9 (patch)
treeb199f4e8c4bcff6ce9fe69ccae41c0e4c03711f8
parente123bf04dbc05a6e37f2744bca1f860793fd2fec (diff)
meta-agl-bsp: meta-sancloud: weston-ini-conf: Set correct gbm-format
The default gbm-format needs to be changed on the BeagleBone Enhanced due to a hardware errata on the AM335x SoC. For further details see the following section of the TI wiki: http://processors.wiki.ti.com/index.php/Processor_Linux_SDK_Graphics_and_Display#AM3_Beagle_Bone_Black_Board_Configuration The TI documentation recommends further changes to powervr.ini and qt_env.sh. The change to powervr.ini is already applied in the meta-sancloud layer and the change to qt_env.sh was found not to be needed. Bug-AGL: SPEC-2409 Change-Id: Iec91ab939b13bd4f936e64681d45931dafb8ee91 Signed-off-by: Paul Barker <paul.barker@sancloud.co.uk>
-rw-r--r--meta-agl-bsp/meta-sancloud/recipes-graphics/wayland/weston-ini-conf.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-sancloud/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-bsp/meta-sancloud/recipes-graphics/wayland/weston-ini-conf.bbappend
new file mode 100644
index 000000000..f2a27ba3c
--- /dev/null
+++ b/meta-agl-bsp/meta-sancloud/recipes-graphics/wayland/weston-ini-conf.bbappend
@@ -0,0 +1,3 @@
+do_configure_append_bbe() {
+ echo 'gbm-format=rgb565' >> ${WORKDIR}/core.cfg
+}