All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] xen: Ensure host Python2 is used
@ 2016-08-12 22:30 Alistair Francis
  2016-08-12 22:30 ` [Buildroot] [PATCH 2/2] xen: Bump to version 4.7 Alistair Francis
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Alistair Francis @ 2016-08-12 22:30 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
---
 package/xen/xen.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/xen/xen.mk b/package/xen/xen.mk
index 759667a..e2abf25 100644
--- a/package/xen/xen.mk
+++ b/package/xen/xen.mk
@@ -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) \
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-08-16 16:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-12 22:30 [Buildroot] [PATCH 1/2] xen: Ensure host Python2 is used Alistair Francis
2016-08-12 22:30 ` [Buildroot] [PATCH 2/2] xen: Bump to version 4.7 Alistair Francis
2016-08-16 11:06   ` Peter Korsgaard
2016-08-16 16:46     ` Alistair Francis
2016-08-13 11:20 ` [Buildroot] [PATCH 1/2] xen: Ensure host Python2 is used Yann E. MORIN
2016-08-14 14:16 ` Thomas Petazzoni
2016-08-15 16:40   ` Alistair Francis
2016-08-15 17:04     ` Yann E. MORIN
2016-08-15 18:09       ` Alistair Francis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.