From: Khem Raj Date: Wed, 28 Aug 2019 20:07:06 +0000 (-0700) Subject: qemu-qoriq: Mark is specific to imx/qoriq X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=168a1e5b6d9af51fe3f1257586f0de3bc56cec18;p=meta-freescale.git qemu-qoriq: Mark is specific to imx/qoriq It has started to fail now that we have libssh dependency in 4.1 instead of libssh2 in earlier versions, so this recipe needs to be upgraded to use 4.1 release as well, but I dont have way to test it out. Signed-off-by: Khem Raj --- diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb index 9d332508..433f5de4 100644 --- a/recipes-devtools/qemu/qemu-qoriq_git.bb +++ b/recipes-devtools/qemu/qemu-qoriq_git.bb @@ -19,8 +19,7 @@ SRCREV = "79df0577f5467dfaf0b2469ce3973a342f0c9e90" S = "${WORKDIR}/git" -COMPATIBLE_HOST_mipsarchn32 = "null" -COMPATIBLE_HOST_mipsarchn64 = "null" +COMPATIBLE_MACHINE = "(qoriq|imx)" PROVIDES = "qemu"