diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-03-10 13:35:56 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-03-10 14:21:00 +0100 |
commit | 88090d98461d06c7b3ad9f6e3e2c7f2fdbf143af (patch) | |
tree | b14978c8fb68f297ab9c2953364b142e86a94f88 | |
parent | 03128ac1a78bd9f08d52d69e60fcfdad3c83bce2 (diff) | |
download | buildroot-88090d98461d06c7b3ad9f6e3e2c7f2fdbf143af.tar.gz buildroot-88090d98461d06c7b3ad9f6e3e2c7f2fdbf143af.zip |
configs: beagleboardx15: fixate the header series
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>
-rw-r--r-- | configs/beagleboardx15_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/beagleboardx15_defconfig b/configs/beagleboardx15_defconfig index 25ee21b8f6..393b29eef0 100644 --- a/configs/beagleboardx15_defconfig +++ b/configs/beagleboardx15_defconfig @@ -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 |