summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-05-31 03:32:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-03 16:58:14 +0100
commit4fe205a18148e7abd48eb4405e3de25267c9fdb2 (patch)
treeb5d55f1c97d44943acaf896e5c5516320f8c5430 /meta-yocto
parent419ce917987818b463c78384ef86062b318fdf8e (diff)
downloadpoky-4fe205a18148e7abd48eb4405e3de25267c9fdb2.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 master rev: 99a25c55494fa4a317820841ab22794922c7fdfc) (From meta-yocto rev: d529a26df04771205cb8c58a9b90908ee9a6f5c8) 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 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"
7PREFERRED_PROVIDER_virtual/libx11 = "libx11" 7PREFERRED_PROVIDER_virtual/libx11 = "libx11"
8 8
9# Ensure the kernel nfs server is enabled 9# Ensure the kernel nfs server is enabled
10KERNEL_FEATURES_append = " features/nfsd/nfsd-enable.scc" 10KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
11 11
12 12