diff options
author | Ming Liu <liu.ming50@gmail.com> | 2017-11-15 14:15:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-29 23:41:35 +0000 |
commit | bb0e574d3c74b6cd2d7e41933e0e28c91f0a411b (patch) | |
tree | df8447a908102c338ec027e8b436ecfc1a475c77 | |
parent | 355e49e19abb3e729c82a6de46ada8da8a257f58 (diff) | |
download | openembedded-core-bb0e574d3c74b6cd2d7e41933e0e28c91f0a411b.tar.gz openembedded-core-bb0e574d3c74b6cd2d7e41933e0e28c91f0a411b.tar.bz2 openembedded-core-bb0e574d3c74b6cd2d7e41933e0e28c91f0a411b.zip |
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.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 1 |
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" # Provide the nfs server kernel module for all qemu images KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" +KERNEL_FEATURES_append_pn-linux-yocto-rt = " features/nfsd/nfsd-enable.scc" IMAGE_CLASSES += "qemuboot" |