]> code.ossystems Code Review - meta-freescale.git/commitdiff
qemu-qoriq: use Python 2.7 to build
authorChunrong Guo <chunrong.guo@nxp.com>
Mon, 26 Aug 2019 03:43:39 +0000 (11:43 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 4 Sep 2019 21:33:08 +0000 (18:33 -0300)
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
recipes-devtools/qemu/qemu-qoriq_git.bb

index 433f5de48f84a16e3961ce3933da5dd81a7bb5c2..9c6d1c56978da34e0fee8fc7f7045f31f528f24a 100644 (file)
@@ -32,6 +32,8 @@ python() {
             d.appendVar("RREPLACES_%s" % p, p.replace('qemu-qoriq', 'qemu'))
 }
 
+EXTRA_OECONF_append = " --python=python2.7"
+
 PPC_OECONF = '--enable-fdt --enable-kvm --with-system-pixman --disable-werror'
 EXTRA_OECONF_qoriq-arm64 = "--prefix=${prefix} --target-list=aarch64-softmmu --enable-fdt --enable-kvm --with-system-pixman --disable-werror"
 EXTRA_OECONF_qoriq-arm = "--prefix=${prefix} --target-list=arm-softmmu --enable-fdt --enable-kvm --with-system-pixman --disable-werror"