[oe-commits] [openembedded-core] 28/39: nfs-utils: don't try to load kernel module

git at git.openembedded.org git at git.openembedded.org
Thu Dec 8 10:33:26 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 759b7536756ac6fb6ad431ab8e48a03283f9ec29
Author: Andreas Oberritter <obi at opendreambox.org>
AuthorDate: Wed Nov 30 23:43:05 2016 +0100

    nfs-utils: don't try to load kernel module
    
    This conflicts with KERNEL_MODULE_AUTOLOAD += "nfsd".
    
    Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.4.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.4.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.4.bb
index eb8e99a..4a45acc 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.4.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.4.bb
@@ -125,8 +125,6 @@ do_install_append () {
 		-e 's, at SYSCONFDIR@,${sysconfdir},g' \
 		${D}${systemd_unitdir}/system/*.service
 	if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
-	    install -d ${D}${sysconfdir}/modules-load.d
-	    echo "nfsd" > ${D}${sysconfdir}/modules-load.d/nfsd.conf
 	    install -m 0644 ${WORKDIR}/proc-fs-nfsd.mount ${D}${systemd_unitdir}/system/
 	    install -d ${D}${systemd_unitdir}/system/sysinit.target.wants/
 	    ln -sf ../proc-fs-nfsd.mount ${D}${systemd_unitdir}/system/sysinit.target.wants/proc-fs-nfsd.mount

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list