[yocto] [meta-cgl][PATCH] cfg files: update do to 4.19 changes

Armin Kuster akuster808 at gmail.com
Fri May 3 09:27:06 PDT 2019


Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-cgl-common/recipes-kernel/linux/files/cfg/00004-kgdb.cfg           | 1 -
 meta-cgl-common/recipes-kernel/linux/files/cfg/00005-quota.cfg          | 2 --
 meta-cgl-common/recipes-kernel/linux/files/cfg/00009-filesystem-acl.cfg | 1 -
 meta-cgl-common/recipes-kernel/linux/files/cfg/00014-selinux.cfg        | 2 --
 meta-cgl-common/recipes-kernel/linux/files/cfg/00018-ipsec.cfg          | 1 -
 meta-cgl-common/recipes-kernel/linux/files/cfg/00026-lm-sensors.cfg     | 1 -
 6 files changed, 8 deletions(-)

diff --git a/meta-cgl-common/recipes-kernel/linux/files/cfg/00004-kgdb.cfg b/meta-cgl-common/recipes-kernel/linux/files/cfg/00004-kgdb.cfg
index f23cfe3..ebaf5f3 100644
--- a/meta-cgl-common/recipes-kernel/linux/files/cfg/00004-kgdb.cfg
+++ b/meta-cgl-common/recipes-kernel/linux/files/cfg/00004-kgdb.cfg
@@ -1,6 +1,5 @@
 #depends
 CONFIG_DEBUG_KERNEL=y
-CONFIG_EXPERIMENTAL=y
 
 #configs
 CONFIG_KGDB=y
diff --git a/meta-cgl-common/recipes-kernel/linux/files/cfg/00005-quota.cfg b/meta-cgl-common/recipes-kernel/linux/files/cfg/00005-quota.cfg
index 6d212ca..6839c29 100644
--- a/meta-cgl-common/recipes-kernel/linux/files/cfg/00005-quota.cfg
+++ b/meta-cgl-common/recipes-kernel/linux/files/cfg/00005-quota.cfg
@@ -2,5 +2,3 @@ CONFIG_QUOTA=y
 CONFIG_QUOTA_DEBUG=y
 CONFIG_QUOTA_NETLINK_INTERFACE=y
 CONFIG_QUOTA_TREE=y
-CONFIG_QUOTA_CTL=y
-CONFIG_QUOTA_CTL_COMPAT=y
diff --git a/meta-cgl-common/recipes-kernel/linux/files/cfg/00009-filesystem-acl.cfg b/meta-cgl-common/recipes-kernel/linux/files/cfg/00009-filesystem-acl.cfg
index 7293fe1..4ddfefd 100644
--- a/meta-cgl-common/recipes-kernel/linux/files/cfg/00009-filesystem-acl.cfg
+++ b/meta-cgl-common/recipes-kernel/linux/files/cfg/00009-filesystem-acl.cfg
@@ -1,4 +1,3 @@
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_FS_POSIX_ACL=y
-CONFIG_GENERIC_ACL=y
 CONFIG_TMPFS_POSIX_ACL=y
diff --git a/meta-cgl-common/recipes-kernel/linux/files/cfg/00014-selinux.cfg b/meta-cgl-common/recipes-kernel/linux/files/cfg/00014-selinux.cfg
index ce7d61d..1efd63e 100644
--- a/meta-cgl-common/recipes-kernel/linux/files/cfg/00014-selinux.cfg
+++ b/meta-cgl-common/recipes-kernel/linux/files/cfg/00014-selinux.cfg
@@ -9,8 +9,6 @@ CONFIG_SECURITY_SELINUX=y
 CONFIG_SECURITY_NETWORK_XFRM=y
 CONFIG_NETWORK_SECMARK=y
 CONFIG_EXT2_FS_XATTR=y
-CONFIG_EXT3_FS_XATTR=y
-CONFIG_EXT4_FS_XATTR=y
 CONFIG_REISERFS_FS_XATTR=y
 CONFIG_JFFS2_FS_XATTR=y
 CONFIG_EXT2_FS_SECURITY=y
diff --git a/meta-cgl-common/recipes-kernel/linux/files/cfg/00018-ipsec.cfg b/meta-cgl-common/recipes-kernel/linux/files/cfg/00018-ipsec.cfg
index d6103ad..d1a1d2e 100644
--- a/meta-cgl-common/recipes-kernel/linux/files/cfg/00018-ipsec.cfg
+++ b/meta-cgl-common/recipes-kernel/linux/files/cfg/00018-ipsec.cfg
@@ -1,6 +1,5 @@
 CONFIG_NET=y
 CONFIG_NET_KEY=y
-CONFIG_NET_AH=y
 CONFIG_INET_ESP=y
 CONFIG_XFRM_USER=y
 CONFIG_CRYPTO=y
diff --git a/meta-cgl-common/recipes-kernel/linux/files/cfg/00026-lm-sensors.cfg b/meta-cgl-common/recipes-kernel/linux/files/cfg/00026-lm-sensors.cfg
index 71c4cad..c588180 100644
--- a/meta-cgl-common/recipes-kernel/linux/files/cfg/00026-lm-sensors.cfg
+++ b/meta-cgl-common/recipes-kernel/linux/files/cfg/00026-lm-sensors.cfg
@@ -66,7 +66,6 @@ CONFIG_SENSORS_GL518SM=m
 CONFIG_SENSORS_GL520SM=m
 CONFIG_SENSORS_GPIO_FAN=m
 CONFIG_SENSORS_HIH6130=m
-CONFIG_SENSORS_HTU21=m
 CONFIG_SENSORS_IBMAEM=m
 CONFIG_SENSORS_IBMPEX=m
 CONFIG_SENSORS_JC42=m
-- 
2.7.4



More information about the yocto mailing list