From ae14280a146c6e4c219d71e56ea1ef42e46f73eb Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Mon, 26 Aug 2019 11:43:39 +0800 Subject: qemu-qoriq: use Python 2.7 to build Signed-off-by: Chunrong Guo --- recipes-devtools/qemu/qemu-qoriq_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-devtools') 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() { 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" -- cgit v1.2.3-54-g00ecf