]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
defconfigs: all use the headers from the kernel
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 5 Feb 2016 23:06:18 +0000 (00:06 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 6 Feb 2016 09:59:15 +0000 (10:59 +0100)
commit674e09967818bf49fd1b6bf1f986a4c0f917fa63
tree072e90a18d781e967a995bba79dc7d8b5070766e
parente3e0583f9085eff4cd6d58460f4d044e895d6775
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" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
98 files changed:
configs/acmesystems_aria_g25_128mb_defconfig
configs/acmesystems_aria_g25_256mb_defconfig
configs/altera_socdk_defconfig
configs/altera_sockit_defconfig
configs/arm_foundationv8_defconfig
configs/armadeus_apf27_defconfig
configs/armadeus_apf28_defconfig
configs/armadeus_apf51_defconfig
configs/armadeus_apf9328_defconfig
configs/at91sam9260eknf_defconfig
configs/at91sam9g20dfc_defconfig
configs/at91sam9g45m10ek_defconfig
configs/at91sam9rlek_defconfig
configs/at91sam9x5ek_defconfig
configs/atmel_sama5d3_xplained_defconfig
configs/atmel_sama5d3_xplained_mmc_defconfig
configs/atmel_sama5d3xek_defconfig
configs/atmel_sama5d4_xplained_defconfig
configs/atmel_sama5d4ek_defconfig
configs/beaglebone_defconfig
configs/calao_qil_a9260_defconfig
configs/calao_tny_a9g20_lpw_defconfig
configs/calao_usb_a9260_defconfig
configs/calao_usb_a9263_defconfig
configs/calao_usb_a9g20_lpw_defconfig
configs/ci20_defconfig
configs/cubieboard2_defconfig
configs/cubieboard_defconfig
configs/freescale_imx28evk_defconfig
configs/freescale_imx31_3stack_defconfig
configs/freescale_imx6dlsabreauto_defconfig
configs/freescale_imx6dlsabresd_defconfig
configs/freescale_imx6qsabreauto_defconfig
configs/freescale_imx6qsabresd_defconfig
configs/freescale_imx6sololiteevk_defconfig
configs/freescale_imx6sxsabresd_defconfig
configs/freescale_imx6ulevk_defconfig
configs/freescale_mpc8315erdb_defconfig
configs/freescale_p1010rdb_pa_defconfig
configs/freescale_p2020ds_defconfig
configs/galileo_defconfig
configs/kb9202_defconfig
configs/lego_ev3_defconfig
configs/microzed_defconfig
configs/mini2440_defconfig
configs/minnowboard_defconfig
configs/minnowboard_max_defconfig
configs/mx53loco_defconfig
configs/nitrogen6sx_defconfig
configs/nitrogen6x_defconfig
configs/olimex_a20_olinuxino_lime2_defconfig
configs/olimex_a20_olinuxino_lime_defconfig
configs/olimex_a20_olinuxino_lime_mali_defconfig
configs/olimex_a20_olinuxino_micro_defconfig
configs/olimex_imx233_olinuxino_defconfig
configs/openblocks_a6_defconfig
configs/orangepipc_defconfig
configs/pandaboard_defconfig
configs/qemu_aarch64_virt_defconfig
configs/qemu_arm_nuri_defconfig
configs/qemu_arm_versatile_defconfig
configs/qemu_arm_vexpress_defconfig
configs/qemu_microblazebe_mmu_defconfig
configs/qemu_microblazeel_mmu_defconfig
configs/qemu_mips64_malta_defconfig
configs/qemu_mips64el_malta_defconfig
configs/qemu_mips_malta_defconfig
configs/qemu_mipsel_malta_defconfig
configs/qemu_ppc64_pseries_defconfig
configs/qemu_ppc_g3beige_defconfig
configs/qemu_ppc_mpc8544ds_defconfig
configs/qemu_ppc_virtex_ml507_defconfig
configs/qemu_sh4_r2d_defconfig
configs/qemu_sh4eb_r2d_defconfig
configs/qemu_sparc64_sun4u_defconfig
configs/qemu_sparc_ss10_defconfig
configs/qemu_x86_64_defconfig
configs/qemu_x86_defconfig
configs/qemu_xtensa_lx60_defconfig
configs/qmx6_defconfig
configs/raspberrypi2_defconfig
configs/raspberrypi_defconfig
configs/riotboard_defconfig
configs/s6lx9_microboard_defconfig
configs/sheevaplug_defconfig
configs/snps_aarch64_vdk_defconfig
configs/snps_axs101_defconfig
configs/snps_axs103_defconfig
configs/snps_hs38_smp_vdk_defconfig
configs/snps_hs38_vdk_defconfig
configs/telit_evk_pro3_defconfig
configs/ts5x00_defconfig
configs/udoo_quad_defconfig
configs/via_imx6_vab820_defconfig
configs/wandboard_defconfig
configs/warpboard_defconfig
configs/xilinx_zc706_defconfig
configs/zedboard_defconfig