diff options
author | Paul Barker <paul@betafive.co.uk> | 2019-02-18 11:52:59 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-03-07 01:24:45 +0000 |
commit | 05348b1d55684d3e24d559135cffa13f763ed86f (patch) | |
tree | b14c2cdf7af521d6be35187c17c2de451f6186da | |
parent | 485c943f078d52747251061652dc16717114aecd (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, however it was found that only the gbm-format change in
weston.ini is needed.
Change-Id: I968384d0014fef2285d83902de044a5e97274d84
Signed-off-by: Paul Barker <paul@betafive.co.uk>
(cherry picked from commit a237cf926dc7de7a6afe3980f58e877a40fbc3f9)
-rw-r--r-- | meta-agl-bsp/meta-sancloud/recipes-graphics/wayland/weston-ini-conf.bbappend | 3 |
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 +} |