summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2017-11-15 14:15:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-30 10:49:21 +0000
commit056599810d44c681029c2d4c49c26173b104b252 (patch)
tree9ff95d20eb3eb4dc927bca01c28e369d9b887a4e /meta/conf
parent94acdafc1640e9dc8b7d7bbe34dd0f56c1adebf6 (diff)
downloadpoky-056599810d44c681029c2d4c49c26173b104b252.tar.gz
qemu.inc: let linux-yocto-rt also provide nfs server kernel module
In case some users want to use linux-yocto-rt as the preferred kernel. (From OE-Core rev: bb0e574d3c74b6cd2d7e41933e0e28c91f0a411b) Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine/include/qemu.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 9094279e8f..25d8ec6216 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -25,5 +25,6 @@ EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
25 25
26# Provide the nfs server kernel module for all qemu images 26# Provide the nfs server kernel module for all qemu images
27KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" 27KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
28KERNEL_FEATURES_append_pn-linux-yocto-rt = " features/nfsd/nfsd-enable.scc"
28 29
29IMAGE_CLASSES += "qemuboot" 30IMAGE_CLASSES += "qemuboot"