mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 11:20:32 +00:00
poky-lsb: Ensure kernel nfsd module is enabled
LSB Test require NFS be enabled soe ensure that the kernel feature is on. (From meta-yocto master rev: af82f0ed0ccb5ce40b39f27fe5f9c1a981238297) (From meta-yocto rev: b596ddf722cbcc3d83e90b2376f5bab852775ccb) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
77130e78cc
commit
79771a0ceb
@ -6,4 +6,7 @@ DISTROOVERRIDES = "poky:linuxstdbase"
|
||||
DISTRO_FEATURES_append = " pam largefile opengl"
|
||||
PREFERRED_PROVIDER_virtual/libx11 = "libx11"
|
||||
|
||||
# Ensure the kernel nfs server is enabled
|
||||
KERNEL_FEATURES_append = " features/nfsd/nfsd-enable.scc"
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user