summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-05-30 23:28:46 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-03 16:58:13 +0100
commit1e6b8988cd18bc522bdead63ce9db966f7714927 (patch)
tree65f6e1732e3e0b06bac5d0c41b07767a8e07cfa0 /meta
parenta1f3049a948a608292d498a17f832f2065c31241 (diff)
downloadpoky-1e6b8988cd18bc522bdead63ce9db966f7714927.tar.gz
qemu*: restrict NFSD to linux-yocto only
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 OE-Core master rev: 799f53e8844748a930a9cbc7a4cf1056f19bb037) (From OE-Core rev: 4961e973df422c8c4de92906ca9805531cc93dfa) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/machine/include/qemu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 7111926626..6245487b8d 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -25,4 +25,4 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
25EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" 25EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
26 26
27# Provide the nfs server kernel module for all qemu images 27# Provide the nfs server kernel module for all qemu images
28KERNEL_FEATURES_append = " features/nfsd/nfsd-enable.scc" 28KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"