From 5f5bf6c089bfd41c6b0aab3a3bf10532850d92aa Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Thu, 29 Jan 2026 13:42:30 +0100 Subject: [PATCH] Revert "linux-virtualization: expand lxc config support" While BTRFS can be useful on server-class systems (e.g. RAID-based or snapshot-heavy setups), enabling it unconditionally is not appropriate for typical embedded systems. It introduces unnecessary kernel complexity, pulls in RAID6 support, and increases kernel boot time by approximately 0.7 seconds. This reverts commit 503e50f39295c0b0dbf07d85569cef5c2df239bb. Signed-off-by: Isaac Hermida --- meta-digi-arm/recipes-kernel/linux/linux-dey/docker_conf.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-digi-arm/recipes-kernel/linux/linux-dey/docker_conf.cfg b/meta-digi-arm/recipes-kernel/linux/linux-dey/docker_conf.cfg index 008a84266..7fe3f0b4a 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-dey/docker_conf.cfg +++ b/meta-digi-arm/recipes-kernel/linux/linux-dey/docker_conf.cfg @@ -60,8 +60,6 @@ CONFIG_UNIX_DIAG=m CONFIG_NETFILTER_XT_MATCH_COMMENT=m CONFIG_NETLINK_DIAG=m CONFIG_MACVLAN=y -CONFIG_BTRFS_FS=y -CONFIG_BTRFS_FS_POSIX_ACL=y CONFIG_BPF_SYSCALL=y CONFIG_CGROUP_BPF=y CONFIG_CFS_BANDWIDTH=y