[linux-yocto] [PATCH 02/17] features/crypto: drop feature

Anuj Mittal anuj.mittal at intel.com
Wed Aug 29 21:28:32 PDT 2018


The only config enabled by this feature, CRYPTO_ZLIB, was removed
starting 4.6 kernel [1].

[1] https://github.com/torvalds/linux/commit/110492183c4b8f572b16fce096b9d78e2da30baf

Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 features/crypto/crypto.cfg | 1 -
 features/crypto/crypto.scc | 4 ----
 2 files changed, 5 deletions(-)
 delete mode 100644 features/crypto/crypto.cfg
 delete mode 100644 features/crypto/crypto.scc

diff --git a/features/crypto/crypto.cfg b/features/crypto/crypto.cfg
deleted file mode 100644
index efbe3430..00000000
--- a/features/crypto/crypto.cfg
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CRYPTO_ZLIB=m
diff --git a/features/crypto/crypto.scc b/features/crypto/crypto.scc
deleted file mode 100644
index 05a805f8..00000000
--- a/features/crypto/crypto.scc
+++ /dev/null
@@ -1,4 +0,0 @@
-define KFEATURE_DESCRIPTION "Zlib compression algorithm"
-define KFEATURE_COMPATIBILITY all
-
-kconf hardware crypto.cfg
-- 
2.17.1



More information about the linux-yocto mailing list