From 68e0b4393259d4c5e7d26f4439c1960c91b4bf09 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Thu, 3 Aug 2017 01:01:42 +0300 Subject: 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/10501 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Thomas Rini Reviewed-by: Jan-Simon Moeller --- meta-agl-bsp/meta-ti/recipes-graphics/wayland/weston-ini-conf.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-agl-bsp/meta-ti/recipes-graphics/wayland/weston-ini-conf.bbappend 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" -- cgit 1.2.3-korg