Remove obsoleted weston configuration recipes
[AGL/meta-agl-devel.git] / meta-agl-ic-container / conf / multiconfig / agl-container-guest.conf
1 OVERRIDES:append = ":aglcontainerguest"
2
3 TMPDIR = "${TOPDIR}/tmp-${BB_CURRENT_MC}"
4
5 # Can be blank as container image type results in a .tar.bz2
6 AGL_DEFAULT_IMAGE_FSTYPES:aglcontainerguest = ""
7 AGL_EXTRA_IMAGE_FSTYPES:aglcontainerguest = ""
8
9 IMAGE_FSTYPES:aglcontainerguest = "container"
10
11 IMAGE_LINGUAS:append:aglcontainerguest = " en-us"
12
13 PREFERRED_PROVIDER_virtual/kernel:aglcontainerguest = "linux-dummy"
14 KERNEL_DEVICETREE:aglcontainerguest = ""
15
16 # Disable serial consoles
17 SERIAL_CONSOLES:aglcontainerguest = ""
18
19 # Remove unneeded firmware packages
20 EXTRA_IMAGEDEPENDS:remove:aglcontainerguest = "arm-trusted-firmware optee-os u-boot"
21
22 # We assume rngd is running on the host, so unnecessary in container
23 VIRTUAL-RUNTIME_rngd = ""