Update Buildroot from 17.02.4 -> 17.02.5
This commit is contained in:
@@ -26,8 +26,20 @@ XVISOR_KCONFIG_FILE = $(call qstrip,$(BR2_PACKAGE_XVISOR_CUSTOM_CONFIG_FILE))
|
||||
endif
|
||||
XVISOR_KCONFIG_EDITORS = menuconfig
|
||||
|
||||
ifeq ($(BR2_x86_64),y)
|
||||
XVISOR_ARCH = x86
|
||||
else ifeq ($(BR2_arm)$(BR2_aarch64),y)
|
||||
XVISOR_ARCH = arm
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XVISOR)$(BR_BUILDING),yy)
|
||||
ifeq ($(XVISOR_ARCH),)
|
||||
$(error "Architecture not supported by XVisor")
|
||||
endif
|
||||
endif
|
||||
|
||||
XVISOR_MAKE_ENV = \
|
||||
ARCH=$(if $(BR2_x86_64),x86,$(BR2_ARCH)) \
|
||||
ARCH=$(XVISOR_ARCH) \
|
||||
CROSS_COMPILE=$(TARGET_CROSS)
|
||||
|
||||
XVISOR_MAKE_OPTS = $(if $(VERBOSE),VERBOSE=1)
|
||||
|
||||
Reference in New Issue
Block a user