linux-headers: aarch64: Prevent selecting unsupported versions
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 6 Aug 2017 13:40:11 +0000 (15:40 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 8 Aug 2017 15:50:39 +0000 (17:50 +0200)
commit1291528bde602120ab4b60d23d1a362d44cc5e04
tree0937dd00be72401a697b27b85418674292d66dc4
parent2f33e4556bf5bf078777e88141dc09d0a1a23927
linux-headers: aarch64: Prevent selecting unsupported versions

Versions older than Linux v3.7 do not support the aarch64 architecture
so disable them, for reference see https://kernelnewbies.org/Linux_3.7

Without this patch these defconfigs fail to build

BR2_aarch64=y
BR2_KERNEL_HEADERS_3_2=y

BR2_aarch64=y
BR2_KERNEL_HEADERS_3_4=y

with error messages like this:

make[1]: Entering directory '/home/buildroot/br5_next/output/build/linux-headers-3.2.89'
Makefile:567: /home/buildroot/br5_next/output/build/linux-headers-3.2.89/arch/arm64/Makefile: No such file or directory

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/linux-headers/Config.in.host