summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-08-28 13:07:06 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2019-08-28 17:36:54 -0300
commit168a1e5b6d9af51fe3f1257586f0de3bc56cec18 (patch)
treecb84c1a88e256e014b8a6e60c90675279a54921e /recipes-devtools
parent50c9d858117912e74b429552f10c79091a252668 (diff)
downloadmeta-freescale-168a1e5b6d9af51fe3f1257586f0de3bc56cec18.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu-qoriq_git.bb3
1 files changed, 1 insertions, 2 deletions
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"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22COMPATIBLE_HOST_mipsarchn32 = "null" 22COMPATIBLE_MACHINE = "(qoriq|imx)"
23COMPATIBLE_HOST_mipsarchn64 = "null"
24 23
25PROVIDES = "qemu" 24PROVIDES = "qemu"
26 25