From: Bruce Ashfield Date: Tue, 27 Aug 2013 17:01:14 +0000 (-0400) Subject: linux-yocto-rt: add qemumips and qemuppc to COMPATIBLE_MACHINES X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~36186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dd21e4baf0d6220c2f751e62f417b73c6474759;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-yocto-rt: add qemumips and qemuppc to COMPATIBLE_MACHINES 3.10-rt boots and has good cyclictest results on qemuppc and qemumips, so we can now safely add them into COMPATIBLE_MACHINES. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb index 4139be88dd8..eb34491facf 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb @@ -17,10 +17,7 @@ KMETA = "meta" LINUX_KERNEL_TYPE = "preempt-rt" -# Omit broken machines from COMPATIBLE_MACHINE -# qemuppc hangs at boot -# qemumips panics at boot -COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)" +COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuppc|qemumips)" # Functionality flags KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc"