From: Jon Mason Date: Wed, 2 Nov 2022 00:24:38 +0000 (-0400) Subject: linux-yocto-dev: add qemuarmv5 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2654 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1587fbac4d3ee8092d5e858f1b423faa512c559;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-yocto-dev: add qemuarmv5 qemuarmv5 passes testimage on with the linux-yocto-dev kernel. Add it to the compatible machines list for that recipe. Signed-off-by: Jon Mason Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 4825bf7a991..aeb04f59e8d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb @@ -50,7 +50,7 @@ PACKAGECONFIG[dt-validation] = ",,python3-dtschema-native" # we need the wrappers if validation isn't in the packageconfig DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'dt-validation', '', 'python3-dtschema-wrapper-native', d)}" -COMPATIBLE_MACHINE = "^(qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv32|qemuriscv64)$" +COMPATIBLE_MACHINE = "^(qemuarmv5|qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv32|qemuriscv64)$" KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb"