diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2016-11-30 23:43:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-08 10:26:13 +0000 |
commit | 759b7536756ac6fb6ad431ab8e48a03283f9ec29 (patch) | |
tree | 7faf7adebe8f71936bd53bb6c5188089dc2395f3 /meta/recipes-connectivity | |
parent | e21bba827e06f4d6574bbb2b0f453dd0bb627d2c (diff) | |
download | openembedded-core-759b7536756ac6fb6ad431ab8e48a03283f9ec29.tar.gz openembedded-core-759b7536756ac6fb6ad431ab8e48a03283f9ec29.tar.bz2 openembedded-core-759b7536756ac6fb6ad431ab8e48a03283f9ec29.zip |
nfs-utils: don't try to load kernel module
This conflicts with KERNEL_MODULE_AUTOLOAD += "nfsd".
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.4.bb | 2 |
1 files changed, 0 insertions, 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 eb8e99af8c..4a45accaa9 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,@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 |