X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Finclude%2Fagl-demo.inc;h=a47f41d7008a58812d10bfe7b8fcd168343b86c2;hb=4f068a70332bc9e64c85146a8cbf54c747928795;hp=5a70196cb7be3b5bc1e339286720ac4e6c22eb4c;hpb=eb781bd17ad30e6131d0779202b7868800339774;p=AGL%2Fmeta-agl-demo.git diff --git a/conf/include/agl-demo.inc b/conf/include/agl-demo.inc index 5a70196cb..a47f41d70 100644 --- a/conf/include/agl-demo.inc +++ b/conf/include/agl-demo.inc @@ -1,7 +1,19 @@ IMAGE_FEATURES =+ "debug-tweaks" -# disable the webruntime -#DISTRO_FEATURES_append = " webruntime " -DISTRO_FEATURES_append = " automount " +DISTRO_FEATURES:append = " automount " -IMAGE_INSTALL_append = " screen mc " +# convenience +IMAGE_INSTALL:append = " screen mc " + +# 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" + +# install virtualbox drivers for vmdk +#IMAGE_INSTALL:append = "${@bb.utils.contains_any('IMAGE_FSTYPES', 'wic.vmdk wic.vmdk.xz', ' open-vm-tools vboxguestdrivers', '', d)}"