[gnome-continuous-yocto/gnomeostree-3.28-rocko: 8238/8267] qemu.inc: let linux-yocto-rt also provide nfs server kernel module



commit 937beb5d94afc994e123a2be50eb5c4d327206e9
Author: Ming Liu <liu ming50 gmail com>
Date:   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.
    
    (From OE-Core rev: e0b8eafaf378571a99b07c559d07f9af36db791e)
    
    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>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 0e4103b..e64b0c8 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -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"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]