From bb745ab9a7c013d90582559df8912632318aa8f0 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 27 Jun 2021 15:06:18 -0400 Subject: meta-agl-lxc: Update host kernel configuration Add a generic kernel bbappend and associated conditional include file that uses the new AGL_KCONFIG_FRAGMENTS to disable all other AGL provided kernel configuration, replacing it with a local fragment to enable minimal required features for LXC support. The previous linux-renesas bbappend to leverage the meta-virtualization provided kernel configuration has been removed, and the agl-lxc template has been updated to drop the "virtualization" distro feature (thus disabling all meta-virtualization additions). Bug-AGL: SPEC-3983 Signed-off-by: Scott Murray Change-Id: Iea91c3e273fe01d764adb644efc212f92e4a92fe --- templates/feature/agl-lxc/50_local.conf.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/feature/agl-lxc') diff --git a/templates/feature/agl-lxc/50_local.conf.inc b/templates/feature/agl-lxc/50_local.conf.inc index eeb6aa70..6f337415 100644 --- a/templates/feature/agl-lxc/50_local.conf.inc +++ b/templates/feature/agl-lxc/50_local.conf.inc @@ -1 +1,7 @@ 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" +INHERIT_remove = "sanity-meta-virt" -- cgit 1.2.3-korg