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 --- .../meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend (limited to 'meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-kernel') diff --git a/meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend deleted file mode 100644 index 0eae3d3c..00000000 --- a/meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend +++ /dev/null @@ -1,8 +0,0 @@ -# Enable LXC support -KERNEL_FEATURES += "lxc.scc" - -# Workaround cfg/virtio.scc issue in meta-virtualization for now. -# If it's addition is made not unconditional or the file is made -# available in meta-virtualization as opposed to yocto-kernel-cache, -# this can be revisited. -KERNEL_FEATURES_remove = "cfg/virtio.scc" -- cgit 1.2.3-korg