From 11286b3f77c0f6ee1fcbcc89641e196da0c9272e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 30 May 2013 23:32:40 -0400 Subject: poky-lsb: make NFS kernel server support specific to linux-yocto In the current releases, not all linux-yocto derived kernels have NFS support, or NFS support fragments availble. To ensure that derived kernels like linux-yocto-cutom continue to work against poky-lsb, we can make the KERNEL_FEATURE append more specific to the linux-yocto recipe. (From meta-yocto rev: 99a25c55494fa4a317820841ab22794922c7fdfc) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky-lsb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf index 53d088f30e..f2302543c2 100644 --- a/meta-yocto/conf/distro/poky-lsb.conf +++ b/meta-yocto/conf/distro/poky-lsb.conf @@ -7,6 +7,6 @@ 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" +KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" -- cgit v1.2.3-54-g00ecf