summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-03-08 00:25:06 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-08 09:41:15 +0100
commit96941a9f51b302c4bee906f06fcac100049f5874 (patch)
tree106dfd7c0db56b0317c7dcdec21668a182344fac
parentb92099df62f151490dc5f7008026c5ba7fb9606b (diff)
defconfigs: add the _AT_LEAST_X_Y headers options
Since commit 2a5cf5e (check kernel headers version), we also need to specify the series of the custom kernel headers version. The defconfigs file that define such a custom kernel headers version now fail to build. Add the required _AT_LEAST_X_Y options to those config files. Done with this (convoluted but very fast, uch faster ythan manual editing!) rule: for f in $( git grep -l BR2_DEFAULT_KERNEL_VERSION=\"3 ); do grep -E '^BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_' "${f}" >/dev/null && continue sed -r -e '/^(BR2_DEFAULT_KERNEL_VERSION="3\.([[:digit:]]+).*")$/s//\1\nBR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_\2=y/' "${f}" done Only kernels >= 3.0 need those options in the defconfig, since the default for 2.6.x kernels is correct (selects _AT_LEAST_2_6), and the default is not saved in a defconfig. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--configs/armadeus_apf27_defconfig1
-rw-r--r--configs/armadeus_apf28_defconfig1
-rw-r--r--configs/armadeus_apf51_defconfig1
-rw-r--r--configs/armadeus_apf9328_defconfig1
-rw-r--r--configs/at91sam9260eknf_defconfig1
-rw-r--r--configs/at91sam9g20dfc_defconfig1
-rw-r--r--configs/atngw100_defconfig1
-rw-r--r--configs/atstk100x_defconfig1
-rw-r--r--configs/beaglebone_defconfig1
-rw-r--r--configs/calao_tny_a9g20_lpw_defconfig1
-rw-r--r--configs/gnublin_defconfig1
-rw-r--r--configs/mini2440_defconfig1
-rw-r--r--configs/minnowboard_defconfig1
-rw-r--r--configs/pandaboard_defconfig1
-rw-r--r--configs/raspberrypi_defconfig1
-rw-r--r--configs/sheevaplug_defconfig1
-rw-r--r--configs/telit_evk_pro3_defconfig1
-rw-r--r--configs/zedboard_defconfig1
18 files changed, 18 insertions, 0 deletions
diff --git a/configs/armadeus_apf27_defconfig b/configs/armadeus_apf27_defconfig
index 26f313e2b..7e33a41f1 100644
--- a/configs/armadeus_apf27_defconfig
+++ b/configs/armadeus_apf27_defconfig
@@ -5,6 +5,7 @@ BR2_arm926t=y
# Lock down headers to avoid breaking with new defaults
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.13.2"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_13=y
# System
BR2_TARGET_GENERIC_HOSTNAME="apf27"
diff --git a/configs/armadeus_apf28_defconfig b/configs/armadeus_apf28_defconfig
index 06a6e769e..95d56a5ed 100644
--- a/configs/armadeus_apf28_defconfig
+++ b/configs/armadeus_apf28_defconfig
@@ -5,6 +5,7 @@ BR2_arm926t=y
# Lock down headers to avoid breaking with new defaults
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.12.7"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y
# System
BR2_TARGET_GENERIC_HOSTNAME="apf28"
diff --git a/configs/armadeus_apf51_defconfig b/configs/armadeus_apf51_defconfig
index 0a0de6f18..7e932fba0 100644
--- a/configs/armadeus_apf51_defconfig
+++ b/configs/armadeus_apf51_defconfig
@@ -5,6 +5,7 @@ BR2_cortex_a8=y
# Lock down headers to avoid breaking with new defaults
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.12.6"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y
# System
BR2_TARGET_GENERIC_HOSTNAME="apf51"
diff --git a/configs/armadeus_apf9328_defconfig b/configs/armadeus_apf9328_defconfig
index 33e9a766b..b42f757ec 100644
--- a/configs/armadeus_apf9328_defconfig
+++ b/configs/armadeus_apf9328_defconfig
@@ -18,6 +18,7 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
# Lock down headers to avoid breaking with new defaults
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.1.1"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_1=y
# System
BR2_TARGET_GENERIC_HOSTNAME="apf9328"
diff --git a/configs/at91sam9260eknf_defconfig b/configs/at91sam9260eknf_defconfig
index 895add141..dba0cd5ea 100644
--- a/configs/at91sam9260eknf_defconfig
+++ b/configs/at91sam9260eknf_defconfig
@@ -5,6 +5,7 @@ BR2_arm926t=y
# Toolchain
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.9.1"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9=y
# System
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
diff --git a/configs/at91sam9g20dfc_defconfig b/configs/at91sam9g20dfc_defconfig
index 60764e64a..1d346c2f9 100644
--- a/configs/at91sam9g20dfc_defconfig
+++ b/configs/at91sam9g20dfc_defconfig
@@ -5,6 +5,7 @@ BR2_arm926t=y
# Lock down headers to avoid breaking with new defaults
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.1.6"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_1=y
# Host utilities
#
diff --git a/configs/atngw100_defconfig b/configs/atngw100_defconfig
index 5490241c6..cf727f996 100644
--- a/configs/atngw100_defconfig
+++ b/configs/atngw100_defconfig
@@ -5,6 +5,7 @@ BR2_avr32=y
# below.
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.9.11"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9=y
# Filesystems
BR2_TARGET_ROOTFS_JFFS2=y
diff --git a/configs/atstk100x_defconfig b/configs/atstk100x_defconfig
index f73497cf8..6a77b4104 100644
--- a/configs/atstk100x_defconfig
+++ b/configs/atstk100x_defconfig
@@ -4,6 +4,7 @@ BR2_avr32=y
# Lock to same version as kernel
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.9.11"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9=y
# U-Boot
BR2_TARGET_UBOOT=y
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index 15220ed2c..3181c6609 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -17,6 +17,7 @@ BR2_TARGET_ROOTFS_EXT2=y
# lock down headers to avoid breaking with new defaults
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.12.10"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y
# bootloader
BR2_TARGET_UBOOT=y
diff --git a/configs/calao_tny_a9g20_lpw_defconfig b/configs/calao_tny_a9g20_lpw_defconfig
index c8c341a98..6a719970d 100644
--- a/configs/calao_tny_a9g20_lpw_defconfig
+++ b/configs/calao_tny_a9g20_lpw_defconfig
@@ -12,6 +12,7 @@ BR2_TARGET_ROOTFS_UBIFS=y
# lock down headers to avoid breaking with new defaults
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.9.4"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9=y
# bootloaders
BR2_TARGET_AT91BOOTSTRAP=y
diff --git a/configs/gnublin_defconfig b/configs/gnublin_defconfig
index acb455130..369c9da62 100644
--- a/configs/gnublin_defconfig
+++ b/configs/gnublin_defconfig
@@ -5,6 +5,7 @@ BR2_arm926t=y
# System
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.7"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_7=y
BR2_TARGET_GENERIC_ISSUE="Welcome to Gnublin"
# Filesystem
diff --git a/configs/mini2440_defconfig b/configs/mini2440_defconfig
index 6adcea0f4..d7d9ab182 100644
--- a/configs/mini2440_defconfig
+++ b/configs/mini2440_defconfig
@@ -19,6 +19,7 @@ BR2_TARGET_ROOTFS_TAR=y
# Lock down headers to avoid breaking with new defaults
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.0.4"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y
# Bootloader
BR2_TARGET_UBOOT=y
diff --git a/configs/minnowboard_defconfig b/configs/minnowboard_defconfig
index 5fdfd4354..e6f1a5559 100644
--- a/configs/minnowboard_defconfig
+++ b/configs/minnowboard_defconfig
@@ -9,6 +9,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/minnowboard/post-build.sh"
# Lock to 3.8 headers
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.8"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_8=y
# Linux kernel
BR2_LINUX_KERNEL=y
diff --git a/configs/pandaboard_defconfig b/configs/pandaboard_defconfig
index 09f25e186..401a6026d 100644
--- a/configs/pandaboard_defconfig
+++ b/configs/pandaboard_defconfig
@@ -14,6 +14,7 @@ BR2_TARGET_ROOTFS_EXT2=y
# Lock to 3.12 headers to avoid breaking with newer kernels
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.12.2"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y
# Kernel
BR2_LINUX_KERNEL=y
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index 90ca90609..dec1ce05a 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -11,6 +11,7 @@ BR2_PACKAGE_RPI_FIRMWARE=y
# Lock to 3.10 headers as the RPi kernel is based off the 3.10 branch
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.10.25"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig
index 4161766f2..d036622af 100644
--- a/configs/sheevaplug_defconfig
+++ b/configs/sheevaplug_defconfig
@@ -14,6 +14,7 @@ BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K=y
# Lock down headers to avoid breaking with new defaults
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.11.8"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_11=y
# bootloader
BR2_TARGET_UBOOT=y
diff --git a/configs/telit_evk_pro3_defconfig b/configs/telit_evk_pro3_defconfig
index fa9f8980e..29a8d2a5e 100644
--- a/configs/telit_evk_pro3_defconfig
+++ b/configs/telit_evk_pro3_defconfig
@@ -5,6 +5,7 @@ BR2_arm926t=y
# Toolchain
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.9.1"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9=y
# System
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
diff --git a/configs/zedboard_defconfig b/configs/zedboard_defconfig
index 2a67fdd9d..071ff65b4 100644
--- a/configs/zedboard_defconfig
+++ b/configs/zedboard_defconfig
@@ -5,6 +5,7 @@ BR2_ARM_ENABLE_NEON=y
# Lock to 3.8 headers as the kernel is based off 3.8
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.8"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_8=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0"