diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-08-26 11:43:39 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-04 18:33:08 -0300 |
commit | ae14280a146c6e4c219d71e56ea1ef42e46f73eb (patch) | |
tree | c4c2e2b5a314496bf2d51ba37301b210c72a3f98 /recipes-devtools/qemu | |
parent | 528709d642c56a648a86ed40f677a8b5eba3435f (diff) | |
download | meta-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/qemu')
-rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_git.bb | 2 |
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 | ||
35 | EXTRA_OECONF_append = " --python=python2.7" | ||
36 | |||
35 | PPC_OECONF = '--enable-fdt --enable-kvm --with-system-pixman --disable-werror' | 37 | PPC_OECONF = '--enable-fdt --enable-kvm --with-system-pixman --disable-werror' |
36 | EXTRA_OECONF_qoriq-arm64 = "--prefix=${prefix} --target-list=aarch64-softmmu --enable-fdt --enable-kvm --with-system-pixman --disable-werror" | 38 | EXTRA_OECONF_qoriq-arm64 = "--prefix=${prefix} --target-list=aarch64-softmmu --enable-fdt --enable-kvm --with-system-pixman --disable-werror" |
37 | EXTRA_OECONF_qoriq-arm = "--prefix=${prefix} --target-list=arm-softmmu --enable-fdt --enable-kvm --with-system-pixman --disable-werror" | 39 | EXTRA_OECONF_qoriq-arm = "--prefix=${prefix} --target-list=arm-softmmu --enable-fdt --enable-kvm --with-system-pixman --disable-werror" |