Make sure to cc' me on any changes to linux-yocto* Ross (or whoever else), I'll pick this up as part of my next consolidated pull, no need to do anything with it.
Bruce On Thu, Jan 4, 2018 at 3:14 AM, <[email protected]> wrote: > From: He Zhe <[email protected]> > > This feature includes paravirtualized KVM guest support. > > Signed-off-by: He Zhe <[email protected]> > --- > meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb > b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb > index ed65f77..ebfed3e 100644 > --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb > +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb > @@ -35,4 +35,4 @@ KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc > features/taskstats/ta > KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" > KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc" > KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" > -KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc" > +KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" > -- > 2.8.1 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
