From a44a22318bb42b66f48ed9572d7c574157075cb5 Mon Sep 17 00:00:00 2001 From: Adrian Mangeac Date: Fri, 7 Sep 2018 15:53:25 +0200 Subject: Add wayland/weston and alsa support for Qt demo. Weston needs to be started manually. Change-Id: Iab3aab067fdac2fb1d443370b89f73534cfb8203 Signed-off-by: Adrian Mangeac --- conf/template.intel-corei7-64/local.conf.sample | 4 ++++ images/enea-image-standard-common.inc | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/conf/template.intel-corei7-64/local.conf.sample b/conf/template.intel-corei7-64/local.conf.sample index 555d490..5fa6260 100644 --- a/conf/template.intel-corei7-64/local.conf.sample +++ b/conf/template.intel-corei7-64/local.conf.sample @@ -242,3 +242,7 @@ IMAGE_FSTYPES_remove = " live" # Remove Intel Microcode MACHINE_FEATURES_remove = "intel-ucode" +PACKAGECONFIG_DISTRO_pn-qtbase = "accessibility eglfs fontconfig gles2 glib examples" + +DISTRO_FEATURES_remove = " x11" +DISTRO_FEATURES_append = " wayland alsa" diff --git a/images/enea-image-standard-common.inc b/images/enea-image-standard-common.inc index bf16133..85d7e15 100644 --- a/images/enea-image-standard-common.inc +++ b/images/enea-image-standard-common.inc @@ -1,10 +1,21 @@ require images/enea-image-common.inc IMAGE_INSTALL += " \ + packagegroup-base-alsa \ rt-tests \ nodejs \ + weston \ qtbase \ + qtwayland \ qtbase-plugins \ qtbase-tools \ + qtmultimedia \ + qtmultimedia-plugins \ + qtmultimedia-examples \ + qtmultimedia-qmlplugins \ cinematicexperience \ " + +IMAGE_FEATURES += "hwcodecs" + +CORE_IMAGE_EXTRA_INSTALL_append = " wayland weston kernel-modules" -- cgit v1.2.3-54-g00ecf