* [PATCH] poky-lsb: Ensure kernel nfsd module is enabled
@ 2013-05-06 5:32 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-05-06 5:32 UTC (permalink / raw)
To: poky
LSB Test require NFS be enabled soe ensure that the kernel
feature is on.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta-yocto/conf/distro/poky-lsb.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf
index 404c3ec..53d088f 100644
--- a/meta-yocto/conf/distro/poky-lsb.conf
+++ b/meta-yocto/conf/distro/poky-lsb.conf
@@ -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"
+
--
1.8.0.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-06 5:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-06 5:32 [PATCH] poky-lsb: Ensure kernel nfsd module is enabled Saul Wold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.