X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Finclude%2Fagl-demo.inc;h=17be8e90b1c4a264d2d239a509e02de8b553ecda;hb=refs%2Fchanges%2F77%2F26477%2F2;hp=63b024ad23e581262c532bf31e68563a8b5b2428;hpb=42bf046b1b0f8294685d6b89cbed4af1c75ad2b1;p=AGL%2Fmeta-agl-demo.git diff --git a/conf/include/agl-demo.inc b/conf/include/agl-demo.inc index 63b024ad2..17be8e90b 100644 --- a/conf/include/agl-demo.inc +++ b/conf/include/agl-demo.inc @@ -5,6 +5,13 @@ DISTRO_FEATURES_append = " automount " # 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 ''}" + # Extend agl-voiceagent-alexa image feature with local alexa-viewer # package. FEATURE_PACKAGES_agl-voiceagent-alexa_append = " alexa-viewer"