From 7ae8a30b6b741609626c6afd9f3281a723e36fbf Mon Sep 17 00:00:00 2001 From: Peter Hoyes Date: Wed, 20 Jan 2021 15:39:38 +0000 Subject: [PATCH] arm-autonomy/linux-arm-autonomy: Add explicit dependency on bridge.cfg xenguest-network depends on CONFIG_BRIDGE_NETFILTER, but the default value changed to 'n' in Linux 5.6 (http://git.yoctoproject.org/cgit.cgi/linux-yocto/commit/?id=98bda63e20daab95bdc084ce00459a4f622a0505). Include bridge.cfg to define CONFIG_BRIDGE_NETFILTER manually for Xen host builds. Issue-Id: SCM-2057 Signed-off-by: Peter Hoyes Change-Id: Id920d14f87a95214ee722007de923fd27b61afb3 Signed-off-by: Jon Mason --- .../features/arm-autonomy/xen-host-iptables.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host-iptables.scc b/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host-iptables.scc index 8f8ba45a..08200640 100644 --- a/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host-iptables.scc +++ b/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host-iptables.scc @@ -5,5 +5,6 @@ define KFEATURE_DESCRIPTION "Enable netfilter + conn tracking + extras" define KFEATURE_COMPATIBILITY all +include cfg/net/bridge.scc include features/netfilter/netfilter.scc kconf non-hardware netfilter-extra.cfg