xen: Ensure host Python2 is used

To avoid Xen build issues ensure that host Python 2 is used.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Alistair Francis 2016-08-12 15:30:05 -07:00 committed by Thomas Petazzoni
parent cbe01f6756
commit 9c7b093d80

View File

@ -8,6 +8,7 @@ XEN_VERSION = 4.6.0
XEN_SITE = http://bits.xensource.com/oss-xen/release/$(XEN_VERSION)
XEN_LICENSE = GPLv2
XEN_LICENSE_FILES = COPYING
XEN_DEPENDENCIES = host-python
# Calculate XEN_ARCH
ifeq ($(ARCH),aarch64)
@ -17,6 +18,8 @@ XEN_ARCH = arm32
endif
XEN_CONF_OPTS = --disable-ocamltools
XEN_CONF_ENV = PYTHON=$(HOST_DIR)/usr/bin/python2
XEN_MAKE_ENV = \
XEN_TARGET_ARCH=$(XEN_ARCH) \
CROSS_COMPILE=$(TARGET_CROSS) \