Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,23 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XEN_VERSION = 4.7.3
|
||||
XEN_VERSION = 4.10.2
|
||||
XEN_SITE = https://downloads.xenproject.org/release/xen/$(XEN_VERSION)
|
||||
XEN_PATCH = \
|
||||
https://xenbits.xenproject.org/xsa/xsa226-4.7.patch \
|
||||
https://xenbits.xenproject.org/xsa/xsa227.patch \
|
||||
https://xenbits.xenproject.org/xsa/xsa228-4.8.patch \
|
||||
https://xenbits.xenproject.org/xsa/xsa230.patch \
|
||||
https://xenbits.xenproject.org/xsa/xsa231-4.7.patch \
|
||||
https://xenbits.xenproject.org/xsa/xsa232.patch \
|
||||
https://xenbits.xenproject.org/xsa/xsa233.patch \
|
||||
https://xenbits.xenproject.org/xsa/xsa234-4.8.patch \
|
||||
https://xenbits.xenproject.org/xsa/xsa235-4.7.patch \
|
||||
https://xenbits.xenproject.org/xsa/xsa245/0001-xen-page_alloc-Cover-memory-unreserved-after-boot-in.patch \
|
||||
https://xenbits.xenproject.org/xsa/xsa245/0002-xen-arm-Correctly-report-the-memory-region-in-the-du.patch
|
||||
XEN_LICENSE = GPLv2
|
||||
XEN_LICENSE = GPL-2.0
|
||||
XEN_LICENSE_FILES = COPYING
|
||||
XEN_DEPENDENCIES = host-python
|
||||
XEN_DEPENDENCIES = host-acpica host-python
|
||||
|
||||
# Calculate XEN_ARCH
|
||||
ifeq ($(ARCH),aarch64)
|
||||
@@ -29,12 +17,15 @@ else ifeq ($(ARCH),arm)
|
||||
XEN_ARCH = arm32
|
||||
endif
|
||||
|
||||
XEN_CONF_OPTS = --disable-ocamltools
|
||||
XEN_CONF_OPTS = \
|
||||
--disable-ocamltools \
|
||||
--with-initddir=/etc/init.d
|
||||
|
||||
XEN_CONF_ENV = PYTHON=$(HOST_DIR)/usr/bin/python2
|
||||
XEN_CONF_ENV = PYTHON=$(HOST_DIR)/bin/python2
|
||||
XEN_MAKE_ENV = \
|
||||
XEN_TARGET_ARCH=$(XEN_ARCH) \
|
||||
CROSS_COMPILE=$(TARGET_CROSS) \
|
||||
HOST_EXTRACFLAGS="-Wno-error" \
|
||||
$(TARGET_CONFIGURE_OPTS)
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XEN_HYPERVISOR),y)
|
||||
@@ -54,7 +45,7 @@ XEN_DEPENDENCIES += argp-standalone
|
||||
endif
|
||||
XEN_INSTALL_TARGET_OPTS += DESTDIR=$(TARGET_DIR) install-tools
|
||||
XEN_MAKE_OPTS += dist-tools
|
||||
XEN_CONF_OPTS += --with-extra-qemuu-configure-args="--disable-sdl"
|
||||
XEN_CONF_OPTS += --with-extra-qemuu-configure-args="--disable-sdl --disable-opengl"
|
||||
|
||||
define XEN_INSTALL_INIT_SYSV
|
||||
mv $(TARGET_DIR)/etc/init.d/xencommons $(TARGET_DIR)/etc/init.d/S50xencommons
|
||||
|
||||
Reference in New Issue
Block a user