From 168a1e5b6d9af51fe3f1257586f0de3bc56cec18 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 28 Aug 2019 13:07:06 -0700 Subject: 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 --- recipes-devtools/qemu/qemu-qoriq_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes-devtools') 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" -- cgit v1.2.3-54-g00ecf