diff options
author | Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net> | 2017-10-09 14:24:48 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-11 09:24:40 +0000 |
commit | f970319c6d4a2ecf6044ab3b2ef8f0d5f5c3471c (patch) | |
tree | 6f32b6b94c8d28ac01d27859c180b24236499ccb /meta-agl-bsp/meta-intel/recipes-graphics | |
parent | 8967fdebd5b55c177972bb088997b58ead2cc283 (diff) |
adding eGalax screen support for demo
Change-Id: I4e483052a88faebf21a50515b275326628731930
Signed-off-by: Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11181
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/meta-intel/recipes-graphics')
-rw-r--r-- | meta-agl-bsp/meta-intel/recipes-graphics/wayland/weston-ini-conf.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-intel/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-bsp/meta-intel/recipes-graphics/wayland/weston-ini-conf.bbappend new file mode 100644 index 000000000..fb3f1ac32 --- /dev/null +++ b/meta-agl-bsp/meta-intel/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -0,0 +1,8 @@ +# Select default screen type and orientation +# and only one default output + +# Note when such change is applied it will not be taken due to a Yocto cache error +# Fix: +# bitbake weston-ini-conf -c clean ; bitbake weston-ini-conf -c cleansstate + +WESTONOUTPUT1[agl_screen] = "SCREEN_eGalax" |