mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +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:
committed by
Richard Purdie
parent
77130e78cc
commit
79771a0ceb
@@ -6,4 +6,7 @@ DISTROOVERRIDES = "poky:linuxstdbase"
|
|||||||
DISTRO_FEATURES_append = " pam largefile opengl"
|
DISTRO_FEATURES_append = " pam largefile opengl"
|
||||||
PREFERRED_PROVIDER_virtual/libx11 = "libx11"
|
PREFERRED_PROVIDER_virtual/libx11 = "libx11"
|
||||||
|
|
||||||
|
# Ensure the kernel nfs server is enabled
|
||||||
|
KERNEL_FEATURES_append = " features/nfsd/nfsd-enable.scc"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user