[oe-commits] [openembedded-core] 17/44: qemu.inc: let linux-yocto-rt also provide nfs server kernel module

git at git.openembedded.org git at git.openembedded.org
Wed Nov 29 23:43:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit bb0e574d3c74b6cd2d7e41933e0e28c91f0a411b
Author: Ming Liu <liu.ming50 at gmail.com>
AuthorDate: Wed Nov 15 14:15:50 2017 +0100

    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/machine/include/qemu.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 9094279..25d8ec6 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list