From: Martin Kelly Date: Wed, 11 Oct 2017 18:39:16 +0000 (-0700) Subject: weston-ini-conf: require eGALAX screen X-Git-Tag: 4.99.1~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=151ea4141d2e332b706241aebbd3fb5b206b0072;p=AGL%2Fmeta-agl.git weston-ini-conf: require eGALAX screen After commit f970319c6d4a2ecf6044ab3b2ef8f0d5f5c3471c, the intel-corei7-64 and joule builds are broken because they're defaulting to the eGALAX screen, which isn't in the require list in screen.inc. Fix this by adding eGALAX to screen.inc. Change-Id: I8d87c1defa586a0bfe1b2d266ec4a8c61f5c5654 Signed-off-by: Martin Kelly Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11233 Reviewed-by: Thomas Rini Reviewed-by: Scott Murray Reviewed-by: Jan-Simon Moeller Reviewed-by: Changhyeok Bae Tested-by: Jan-Simon Moeller --- diff --git a/meta-agl/recipes-graphics/wayland/weston-ini-conf/screen.inc b/meta-agl/recipes-graphics/wayland/weston-ini-conf/screen.inc index 1c7718c70..e91e90212 100644 --- a/meta-agl/recipes-graphics/wayland/weston-ini-conf/screen.inc +++ b/meta-agl/recipes-graphics/wayland/weston-ini-conf/screen.inc @@ -2,3 +2,4 @@ require screen_dell.inc require screen_qemu.inc require screen_GeChic.inc require screen_DSI.inc +require screen_eGalax.inc