From: Matt Porter Date: Wed, 2 Aug 2017 22:01:42 +0000 (+0300) Subject: meta-agl-bsp: meta-ti: add dra7xx-evm weston.ini support X-Git-Tag: 4.99.1~57 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=01065c129a704620b1fcf0fae530d30be16d361c;p=AGL%2Fmeta-agl.git meta-agl-bsp: meta-ti: add dra7xx-evm weston.ini support The change in commit 7d1d7457ff2b71abe95525b26148d5a3e7a42790 to dynamically generate weston.ini in the weston-ini-conf package threw away the working weston.ini conf provided for dra7xx-evm. This resulted in incorrect rotation of the image on the LCD since dra7xx-evm builds were only picking up the default weston-ini-conf .ini file contents for a generic HDMI display. Overriding the output name with the correct drm rendering device name fixes this and the image is displayed again in portrait mode. Bug-AGL: SPEC-801 Change-Id: I52171dee27439667592481dac1ccd5284ed8206c Signed-off-by: Matt Porter Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10489 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Thomas Rini Reviewed-by: Matt Ranostay Reviewed-by: Jan-Simon Moeller --- diff --git a/meta-agl-bsp/meta-ti/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-bsp/meta-ti/recipes-graphics/wayland/weston-ini-conf.bbappend new file mode 100644 index 000000000..e5f4927e1 --- /dev/null +++ b/meta-agl-bsp/meta-ti/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -0,0 +1 @@ +DEFAULT_SCREEN[name] = "UNNAMED-1"