From: Xiangyu Chen Date: Wed, 12 Oct 2022 02:35:19 +0000 (+0800) Subject: linux-yocto-dev: add qemuarm64 X-Git-Tag: 2022-04.5-kirkstone~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=793c2639431ca0d29fcf12d08bba1288de9ca7db;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git linux-yocto-dev: add qemuarm64 Mark the qemuarm64 as compatible Signed-off-by: Xiangyu Chen Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 75b1cb2a49d..403993486b6 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|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv32|qemuriscv64)$" +COMPATIBLE_MACHINE = "^(qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv32|qemuriscv64)$" KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb"