diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-05-30 23:32:40 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-31 08:06:58 +0100 |
commit | 11286b3f77c0f6ee1fcbcc89641e196da0c9272e (patch) | |
tree | 8ee28abf5343078d7da5e2dbba5499cca7b40626 /meta-yocto/conf/distro/poky-lsb.conf | |
parent | 5a2e4f58601465756c073e02c7c7ab3959b537a9 (diff) | |
download | 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/conf/distro/poky-lsb.conf')
-rw-r--r-- | meta-yocto/conf/distro/poky-lsb.conf | 2 |
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" | |||
7 | PREFERRED_PROVIDER_virtual/libx11 = "libx11" | 7 | PREFERRED_PROVIDER_virtual/libx11 = "libx11" |
8 | 8 | ||
9 | # Ensure the kernel nfs server is enabled | 9 | # Ensure the kernel nfs server is enabled |
10 | KERNEL_FEATURES_append = " features/nfsd/nfsd-enable.scc" | 10 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" |
11 | 11 | ||
12 | 12 | ||