[meta-virtualization] [meta-cloud-services] [PATCH] kernel: Remove redundant config fragment

zhe.he at windriver.com zhe.he at windriver.com
Tue Feb 26 23:41:31 PST 2019


From: He Zhe <zhe.he at windriver.com>

This fixes 01a28c32acb2 ("linux/nf.cfg: CONFIG_NF_CONNTRACK_IPV4 was replaced by
CONFIG_NF_CONNTRACK") which duplicates a config fragment and causes the
following warning.

Warning: Value of CONFIG_NF_CONNTRACK is defined multiple times within fragment
tmp-glibc/work-shared/intel-x86-64/kernel-source/.kernel-meta/configs/v4.19/standard/intel-x86/nf.cfg:
CONFIG_NF_CONNTRACK=y
CONFIG_NF_CONNTRACK=y

Signed-off-by: He Zhe <zhe.he at windriver.com>
---
 meta-openstack/recipes-kernel/linux/linux-yocto/nf.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto/nf.cfg b/meta-openstack/recipes-kernel/linux/linux-yocto/nf.cfg
index 1bf82ea..676a091 100644
--- a/meta-openstack/recipes-kernel/linux/linux-yocto/nf.cfg
+++ b/meta-openstack/recipes-kernel/linux/linux-yocto/nf.cfg
@@ -2,7 +2,6 @@ CONFIG_NF_CONNTRACK=y
 CONFIG_NF_NAT=m
 CONFIG_NF_NAT_NEEDED=y
 CONFIG_NF_NAT_PROTO_SCTP=m
-CONFIG_NF_CONNTRACK=y
 CONFIG_NF_CONNTRACK_PROC_COMPAT=y
 CONFIG_NF_NAT_IPV4=m
 CONFIG_IP_NF_NAT=m
-- 
2.7.4



More information about the meta-virtualization mailing list