agl-demo: update meta-clang comment
[AGL/meta-agl-demo.git] / conf / include / agl-demo.inc
1 IMAGE_FEATURES =+ "debug-tweaks"
2
3 DISTRO_FEATURES:append = " automount "
4
5 # convenience
6 IMAGE_INSTALL:append = " screen mc "
7
8 # Include all kernel modules here for ease-of-use during development.
9 # Note that this is conditional on virtual/kernel not being linux-dummy
10 # in order to allow building the demo images as containers.
11 # Comment this out to switch to selecting the kernel modules
12 # individually.
13 IMAGE_INSTALL:append = " ${@'kernel-modules' if d.getVar('PREFERRED_PROVIDER_virtual/kernel') != 'linux-dummy' else ''}"
14
15 # enable the layer
16 AGL_FEATURES:append = " agldemo"
17
18 # install virtualbox drivers for vmdk
19 #IMAGE_INSTALL:append = "${@bb.utils.contains_any('IMAGE_FSTYPES', 'wic.vmdk wic.vmdk.xz', ' open-vm-tools vboxguestdrivers', '', d)}"
20
21 # It is not clear these definitions affect image generation in a robust
22 # way, but define them to both show our intent and quiet the warnings
23 # that get spammed otherwise.
24 PREFERRED_RPROVIDER_kuksa-val-certificates-ca = "kuksa-certificates-agl"
25 PREFERRED_RPROVIDER_kuksa-val-certificates-server = "kuksa-certificates-agl"
26 PREFERRED_RPROVIDER_kuksa-val-certificates-client = "kuksa-certificates-agl"