configs: beagleboardx15: fixate the header series
authorArnout Vandecappelle <arnout@mind.be>
Fri, 10 Mar 2017 12:35:56 +0000 (13:35 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 10 Mar 2017 13:21:00 +0000 (14:21 +0100)
The kernel headers version used to be default when the default was
still 4.9. Now, however, we switched the default headers version to
4.10 but the beagleboardx15 kernel is still 4.9, so we have to set
the kernel headers version explicitly.

Fixes https://gitlab.com/buildroot.org/buildroot/builds/11700987

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/beagleboardx15_defconfig

index 25ee21b8f67e9b700953937cec71a82e0ae2d38d..393b29eef0a3f65d3f5b6a89ab43592f3b472620 100644 (file)
@@ -1,5 +1,6 @@
 BR2_arm=y
 BR2_cortex_a15=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/beagleboardx15/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y