From 674e09967818bf49fd1b6bf1f986a4c0f917fa63 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 6 Feb 2016 00:06:18 +0100 Subject: defconfigs: all use the headers from the kernel For most defconfigs, it was trivial to deduce the kernel version, by just reading the version string, which could be: - a standard upstream version string vX.Y.Z - a non-standard version string, but still containg the standard X.Y.Z Those for which it was not so trivial were those hosted on git tree. Since most were already using a custom linux-headers version, it could be easily deduced from that. It was confirmed by browsing said git trees and check the version there. There are a few cases were there was a mismatch: - microzed: uses a 3.18 kernel, but 3.8 headers; fixed. - xilinx_zc706: uses a 3.14 kernel, but 3.8 headers; fixed. - zedboard: uses a 3.18 kernel, but 3.8 headers; fixed. Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Cc: Peter Korsgaard Cc: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- configs/cubieboard2_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configs/cubieboard2_defconfig') diff --git a/configs/cubieboard2_defconfig b/configs/cubieboard2_defconfig index f277b72355..9511cba80d 100644 --- a/configs/cubieboard2_defconfig +++ b/configs/cubieboard2_defconfig @@ -1,8 +1,7 @@ BR2_arm=y BR2_cortex_a7=y BR2_ARM_FPU_NEON_VFPV4=y -BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="4.3.3" +# Linux headers same as kernel, a 4.3 series BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y BR2_TARGET_GENERIC_HOSTNAME="Cubieboard2" BR2_TARGET_GENERIC_ISSUE="Welcome to Cubieboard2!" -- cgit v1.2.1