[linux-yocto] [PATCH] nfsd: Move nfsd patch from nfsd-enable.scc to new created nfs.scc
zhe.he at windriver.com
zhe.he at windriver.com
Tue Aug 6 23:25:19 PDT 2019
From: He Zhe <zhe.he at windriver.com>
Remove nfsd patch from nfsd-enable.scc which can be included directly or by
other features, and thus cause re-application of the patch.
Create nfs.scc to include both configuration and patches for potential inclusion
for BSPs and/or KTYPEs.
Signed-off-by: He Zhe <zhe.he at windriver.com>
---
features/nfsd/nfsd-enable.scc | 1 -
features/nfsd/nfsd.scc | 5 +++++
2 files changed, 5 insertions(+), 1 deletion(-)
create mode 100644 features/nfsd/nfsd.scc
diff --git a/features/nfsd/nfsd-enable.scc b/features/nfsd/nfsd-enable.scc
index ee85152..8a7835d 100644
--- a/features/nfsd/nfsd-enable.scc
+++ b/features/nfsd/nfsd-enable.scc
@@ -2,4 +2,3 @@ define KFEATURE_DESCRIPTION "Enable NFS server support"
define KFEATURE_COMPATIBILITY all
kconf non-hardware nfsd.cfg
-patch nfsd4-Fix-kernel-crash-when-reading-proc-file-reply_.patch
diff --git a/features/nfsd/nfsd.scc b/features/nfsd/nfsd.scc
new file mode 100644
index 0000000..ee85152
--- /dev/null
+++ b/features/nfsd/nfsd.scc
@@ -0,0 +1,5 @@
+define KFEATURE_DESCRIPTION "Enable NFS server support"
+define KFEATURE_COMPATIBILITY all
+
+kconf non-hardware nfsd.cfg
+patch nfsd4-Fix-kernel-crash-when-reading-proc-file-reply_.patch
--
2.7.4
More information about the linux-yocto
mailing list