X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Finclude%2Fagl-demo.inc;h=a47f41d7008a58812d10bfe7b8fcd168343b86c2;hb=refs%2Fchanges%2F29%2F28129%2F2;hp=390f47ea87c01704dc80504091580e4d039e9fa8;hpb=41591d4f8c586aa801220fac0924556f406c58bd;p=AGL%2Fmeta-agl-demo.git diff --git a/conf/include/agl-demo.inc b/conf/include/agl-demo.inc index 390f47ea8..a47f41d70 100644 --- a/conf/include/agl-demo.inc +++ b/conf/include/agl-demo.inc @@ -1,13 +1,19 @@ IMAGE_FEATURES =+ "debug-tweaks" -DISTRO_FEATURES_append = " automount " +DISTRO_FEATURES:append = " automount " # convenience -IMAGE_INSTALL_append = " screen mc " +IMAGE_INSTALL:append = " screen mc " -# Extend agl-voiceagent-alexa image feature with local alexa-viewer -# package. -FEATURE_PACKAGES_agl-voiceagent-alexa_append = " alexa-viewer" +# Include all kernel modules here for ease-of-use during development. +# Note that this is conditional on virtual/kernel not being linux-dummy +# in order to allow building the demo images as containers. +# Comment this out to switch to selecting the kernel modules +# individually. +IMAGE_INSTALL:append = " ${@'kernel-modules' if d.getVar('PREFERRED_PROVIDER_virtual/kernel') != 'linux-dummy' else ''}" # enable the layer -AGL_FEATURES_append = " agldemo" +AGL_FEATURES:append = " agldemo" + +# install virtualbox drivers for vmdk +#IMAGE_INSTALL:append = "${@bb.utils.contains_any('IMAGE_FSTYPES', 'wic.vmdk wic.vmdk.xz', ' open-vm-tools vboxguestdrivers', '', d)}"