blob: 370768770d560e184dd8f6681a28312fe4f39468 (
plain)
1
2
3
4
5
6
7
|
BBMULTICONFIG = "agl-container-guest agl-container-ivi"
# Disable the meta-virtualization configuration support enabled by
# agl-virt. This should be revisited when upgrading past dunfell,
# as less of the extra configuration may be enabled in the future.
DISTRO_FEATURES:remove = "virtualization"
INHERIT:remove = "sanity-meta-virt"
|