Drop agl-virt dependency 82/26482/4
authorNaoto Yamaguchi <i33399_yamaguchi@aisin-aw.co.jp>
Mon, 5 Jul 2021 05:40:23 +0000 (05:40 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 13 Jul 2021 06:41:45 +0000 (06:41 +0000)
The agl-lxc depend to only lxc from meta-virtualization.  On the other hand,
current setting depend to agl-virt to import meta-virtualization.
In this case, the change of agl-virt propagate to agl-lxc, it's broken to
quality assessment software stack.
This patch drop to agl-virt dependency.

Bug-AGL: SPEC-4014

Signed-off-by: Naoto Yamaguchi <i33399_yamaguchi@aisin-aw.co.jp>
Change-Id: I7863a00576ead96b33428907a67c0ab6af33358c

templates/feature/agl-lxc/50_bblayers.conf.inc
templates/feature/agl-lxc/50_local.conf.inc
templates/feature/agl-lxc/included.dep

index 766d1da..de0b286 100644 (file)
@@ -1,3 +1,8 @@
+AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python"
+AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking"
+AGL_META_FILESYSTEMS = "${METADIR}/external/meta-openembedded/meta-filesystems"
+AGL_META_VIRTUALIZATION = "${METADIR}/external/meta-virtualization"
+
 BBLAYERS =+ " \
   ${METADIR}/external/meta-qt5 \
   ${METADIR}/meta-agl-devel/meta-agl-lxc \
index 6f33741..3c652b4 100644 (file)
@@ -1,7 +1,8 @@
 BBMULTICONFIG = "agl-container-guest"
 
-# 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"
+# 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"