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-30 10:49:21 +0000 |
commit | 056599810d44c681029c2d4c49c26173b104b252 (patch) | |
tree | 9ff95d20eb3eb4dc927bca01c28e369d9b887a4e /meta/conf/machine/include | |
parent | 94acdafc1640e9dc8b7d7bbe34dd0f56c1adebf6 (diff) | |
download | poky-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/machine/include')
-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" | |||
25 | 25 | ||
26 | # Provide the nfs server kernel module for all qemu images | 26 | # Provide the nfs server kernel module for all qemu images |
27 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" | 27 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" |
28 | KERNEL_FEATURES_append_pn-linux-yocto-rt = " features/nfsd/nfsd-enable.scc" | ||
28 | 29 | ||
29 | IMAGE_CLASSES += "qemuboot" | 30 | IMAGE_CLASSES += "qemuboot" |