blob: dce87a49b19e97dcd00f6160940228f66460c28c (
plain)
1
2
3
4
5
6
7
8
|
BBMULTICONFIG = "agl-container-cluster agl-container-ivi"
# The meta-virtualization has a sanity-meta-virt check.
# This checker check 'DISTRO_FEATURES has virtualization', but
# in case of linux container is not necessary to the 'virtualization'.
# This should be revisited when upgrading past dunfell, as less of
# the extra configuration may be enabled in the future.
INHERIT:remove = "sanity-meta-virt"
|