summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-08-26 11:43:39 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-09-04 18:33:08 -0300
commitae14280a146c6e4c219d71e56ea1ef42e46f73eb (patch)
treec4c2e2b5a314496bf2d51ba37301b210c72a3f98 /recipes-devtools
parent528709d642c56a648a86ed40f677a8b5eba3435f (diff)
downloadmeta-freescale-ae14280a146c6e4c219d71e56ea1ef42e46f73eb.tar.gz
qemu-qoriq: use Python 2.7 to build
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu-qoriq_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb
index 433f5de4..9c6d1c56 100644
--- a/recipes-devtools/qemu/qemu-qoriq_git.bb
+++ b/recipes-devtools/qemu/qemu-qoriq_git.bb
@@ -32,6 +32,8 @@ python() {
32 d.appendVar("RREPLACES_%s" % p, p.replace('qemu-qoriq', 'qemu')) 32 d.appendVar("RREPLACES_%s" % p, p.replace('qemu-qoriq', 'qemu'))
33} 33}
34 34
35EXTRA_OECONF_append = " --python=python2.7"
36
35PPC_OECONF = '--enable-fdt --enable-kvm --with-system-pixman --disable-werror' 37PPC_OECONF = '--enable-fdt --enable-kvm --with-system-pixman --disable-werror'
36EXTRA_OECONF_qoriq-arm64 = "--prefix=${prefix} --target-list=aarch64-softmmu --enable-fdt --enable-kvm --with-system-pixman --disable-werror" 38EXTRA_OECONF_qoriq-arm64 = "--prefix=${prefix} --target-list=aarch64-softmmu --enable-fdt --enable-kvm --with-system-pixman --disable-werror"
37EXTRA_OECONF_qoriq-arm = "--prefix=${prefix} --target-list=arm-softmmu --enable-fdt --enable-kvm --with-system-pixman --disable-werror" 39EXTRA_OECONF_qoriq-arm = "--prefix=${prefix} --target-list=arm-softmmu --enable-fdt --enable-kvm --with-system-pixman --disable-werror"