From: Jon Mason Date: Wed, 9 Feb 2022 17:30:10 +0000 (-0500) Subject: linux-yocto-dev: add qemuriscv32 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ccee053b0f8696ba7185b28be1916a177742b4f4;p=openembedded-core.git linux-yocto-dev: add qemuriscv32 Signed-off-by: Jon Mason Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 0d3601583b..c7f9b102c7 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|qemuriscv64)" +COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv32|qemuriscv64)" KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb"