mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
packagegroup-core-full-cmdline: Make nfs-utils/rpcbind optional
Consider DISTRO_FEATURES for nfs-utils and rpcbind. This is to prevent the following warning while booting: NFS daemon support not enabled in kernel (From OE-Core rev: bd59536158ba29aec979378068d5d50b4a29282d) Signed-off-by: Oliver Stäbler <oliver.staebler@bytesatwork.ch> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0799b21260
commit
49e4108756
@@ -135,6 +135,5 @@ RDEPENDS_packagegroup-core-full-cmdline-sys-services = "\
|
||||
at \
|
||||
cronie \
|
||||
logrotate \
|
||||
nfs-utils \
|
||||
rpcbind \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'nfs', 'nfs-utils rpcbind', '', d)} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user