From: He Zhe <[email protected]> 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 <[email protected]> --- 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 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
