Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
@@ -9,6 +9,8 @@ UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2
|
||||
UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot
|
||||
UBOOT_TOOLS_LICENSE = GPL-2.0+
|
||||
UBOOT_TOOLS_LICENSE_FILES = Licenses/gpl-2.0.txt
|
||||
UBOOT_TOOLS_CPE_ID_VENDOR = denx
|
||||
UBOOT_TOOLS_CPE_ID_PRODUCT = u-boot
|
||||
UBOOT_TOOLS_INSTALL_STAGING = YES
|
||||
|
||||
# u-boot 2020.01+ needs make 4.0+
|
||||
@@ -111,7 +113,20 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE),y)
|
||||
|
||||
UBOOT_TOOLS_GENERATE_ENV_FILE = $(call qstrip,$(BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SOURCE))
|
||||
ifeq ($(UBOOT_TOOLS_GENERATE_ENV_FILE):$(BR2_TARGET_UBOOT),:y)
|
||||
|
||||
# If BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SOURCE is left empty, we
|
||||
# will use the default environment provided in the U-Boot build
|
||||
# directory as boot-env-defaults.txt, which requires having uboot as a
|
||||
# dependency.
|
||||
# If BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SOURCE is not empty, is
|
||||
# might be referring to a file within the U-Boot source tree, so we
|
||||
# also need to have uboot as a dependency.
|
||||
ifeq ($(BR2_TARGET_UBOOT),y)
|
||||
HOST_UBOOT_TOOLS_DEPENDENCIES += uboot
|
||||
|
||||
# Handle the case where BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SOURCE
|
||||
# is left empty, use the default U-Boot environment.
|
||||
ifeq ($(UBOOT_TOOLS_GENERATE_ENV_FILE),)
|
||||
UBOOT_TOOLS_GENERATE_ENV_FILE = $(@D)/boot-env-defaults.txt
|
||||
define HOST_UBOOT_TOOLS_GENERATE_ENV_DEFAULTS
|
||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||
@@ -119,8 +134,8 @@ define HOST_UBOOT_TOOLS_GENERATE_ENV_DEFAULTS
|
||||
$(UBOOT_SRCDIR) \
|
||||
> $(UBOOT_TOOLS_GENERATE_ENV_FILE)
|
||||
endef
|
||||
HOST_UBOOT_TOOLS_DEPENDENCIES += uboot
|
||||
endif #UBOOT_TOOLS_GENERATE_ENV_FILE:BR2_TARGET_UBOOT
|
||||
endif # UBOOT_TOOLS_GENERATE_ENV_FILE
|
||||
endif # BR2_TARGET_UBOOT
|
||||
|
||||
ifeq ($(BR_BUILDING),y)
|
||||
ifeq ($(call qstrip,$(BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SIZE)),)
|
||||
|
||||
Reference in New Issue
Block a user