summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-05-30 23:32:40 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-31 08:06:58 +0100
commit11286b3f77c0f6ee1fcbcc89641e196da0c9272e (patch)
tree8ee28abf5343078d7da5e2dbba5499cca7b40626 /meta-yocto
parent5a2e4f58601465756c073e02c7c7ab3959b537a9 (diff)
downloadast2050-yocto-poky-11286b3f77c0f6ee1fcbcc89641e196da0c9272e.zip
ast2050-yocto-poky-11286b3f77c0f6ee1fcbcc89641e196da0c9272e.tar.gz
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 <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky-lsb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf
index 53d088f..f230254 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"
OpenPOWER on IntegriCloud