]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu.inc: let linux-yocto-rt also provide nfs server kernel module
authorMing Liu <liu.ming50@gmail.com>
Wed, 15 Nov 2017 13:15:50 +0000 (14:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Dec 2017 17:14:36 +0000 (17:14 +0000)
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>
(cherry picked from commit bb0e574d3c74b6cd2d7e41933e0e28c91f0a411b)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/conf/machine/include/qemu.inc

index 0e4103bad771378259c55ff0955945e28c8434dc..e64b0c831474632a76491d8770dd6af47568fd18 100644 (file)
@@ -25,6 +25,7 @@ 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"
 
 MACHINE_EXTRA_RRECOMMENDS += "rng-tools"