Bump buildroot to version 2017-02

TG-3 #closed
This commit is contained in:
jbnadal
2017-03-28 18:29:16 +02:00
parent 93b7fd91d2
commit 42c92a6bcb
3010 changed files with 41289 additions and 46428 deletions

View File

@@ -1,12 +1,12 @@
comment "Kernel Header Options"
config BR2_PACKAGE_HOST_LINUX_HEADERS
bool
comment "Kernel Header Options"
choice
prompt "Kernel Headers"
default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL
default BR2_KERNEL_HEADERS_4_7
default BR2_KERNEL_HEADERS_4_9
help
Select the kernel version to get headers from.
@@ -46,55 +46,26 @@ choice
depends on !BR2_nios2
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
config BR2_KERNEL_HEADERS_3_14
bool "Linux 3.14.x kernel headers"
depends on !BR2_nios2
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
config BR2_KERNEL_HEADERS_3_18
bool "Linux 3.18.x kernel headers"
depends on !BR2_nios2
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
config BR2_KERNEL_HEADERS_3_19
bool "Linux 3.19.x kernel headers"
depends on BR2_DEPRECATED_SINCE_2015_08
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_19
config BR2_KERNEL_HEADERS_4_0
bool "Linux 4.0.x kernel headers"
depends on BR2_DEPRECATED_SINCE_2015_08
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0
config BR2_KERNEL_HEADERS_4_1
bool "Linux 4.1.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1
config BR2_KERNEL_HEADERS_4_2
bool "Linux 4.2.x kernel headers"
depends on BR2_DEPRECATED_SINCE_2016_02
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2
config BR2_KERNEL_HEADERS_4_3
bool "Linux 4.3.x kernel headers"
depends on BR2_DEPRECATED_SINCE_2016_05
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3
config BR2_KERNEL_HEADERS_4_4
bool "Linux 4.4.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
config BR2_KERNEL_HEADERS_4_5
bool "Linux 4.5.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_5
config BR2_KERNEL_HEADERS_4_8
bool "Linux 4.8.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8
config BR2_KERNEL_HEADERS_4_6
bool "Linux 4.6.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_6
config BR2_KERNEL_HEADERS_4_7
bool "Linux 4.7.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_7
config BR2_KERNEL_HEADERS_4_9
bool "Linux 4.9.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
config BR2_KERNEL_HEADERS_VERSION
bool "Manually specified Linux version"
@@ -116,6 +87,14 @@ choice
This is used to hide/show some packages that have strict
requirements on the version of kernel headers.
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9
bool "4.9.x"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_8
bool "4.8.x"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_7
bool "4.7.x"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_7
@@ -235,19 +214,15 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "3.2.81" if BR2_KERNEL_HEADERS_3_2
default "3.2.85" if BR2_KERNEL_HEADERS_3_2
default "3.4.113" if BR2_KERNEL_HEADERS_3_4
default "3.10.103" if BR2_KERNEL_HEADERS_3_10
default "3.12.62" if BR2_KERNEL_HEADERS_3_12
default "3.14.77" if BR2_KERNEL_HEADERS_3_14
default "3.18.40" if BR2_KERNEL_HEADERS_3_18
default "3.10.105" if BR2_KERNEL_HEADERS_3_10
default "3.12.70" if BR2_KERNEL_HEADERS_3_12
default "3.18.48" if BR2_KERNEL_HEADERS_3_18
default "3.19.8" if BR2_KERNEL_HEADERS_3_19
default "4.0.9" if BR2_KERNEL_HEADERS_4_0
default "4.1.31" if BR2_KERNEL_HEADERS_4_1
default "4.2.8" if BR2_KERNEL_HEADERS_4_2
default "4.3.6" if BR2_KERNEL_HEADERS_4_3
default "4.4.19" if BR2_KERNEL_HEADERS_4_4
default "4.5.7" if BR2_KERNEL_HEADERS_4_5
default "4.6.7" if BR2_KERNEL_HEADERS_4_6
default "4.7.2" if BR2_KERNEL_HEADERS_4_7
default "4.1.38" if BR2_KERNEL_HEADERS_4_1
default "4.4.52" if BR2_KERNEL_HEADERS_4_4
default "4.8.17" if BR2_KERNEL_HEADERS_4_8
default "4.9.13" if BR2_KERNEL_HEADERS_4_9
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION

View File

@@ -17,9 +17,6 @@ LINUX_HEADERS_TARBALL = $(call qstrip,$(BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION
LINUX_HEADERS_SITE = $(patsubst %/,%,$(dir $(LINUX_HEADERS_TARBALL)))
LINUX_HEADERS_SOURCE = $(notdir $(LINUX_HEADERS_TARBALL))
BR_NO_CHECK_HASH_FOR += $(LINUX_HEADERS_SOURCE)
else ifeq ($(BR2_LINUX_KERNEL_CUSTOM_LOCAL),y)
LINUX_HEADERS_SITE = $(call qstrip,$(BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH))
LINUX_HEADERS_SITE_METHOD = local
else ifeq ($(BR2_LINUX_KERNEL_CUSTOM_GIT),y)
LINUX_HEADERS_SITE = $(call qstrip,$(BR2_LINUX_KERNEL_CUSTOM_REPO_URL))
LINUX_HEADERS_SITE_METHOD = git