diff mbox

[1/3] configs: beaglebaordx15: fixate the header series

Message ID 20170310123558.22033-1-arnout@mind.be
State Accepted
Commit 88090d98461d06c7b3ad9f6e3e2c7f2fdbf143af
Headers show

Commit Message

Arnout Vandecappelle March 10, 2017, 12:35 p.m. UTC
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>
---
 configs/beagleboardx15_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard March 10, 2017, 1:21 p.m. UTC | #1
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 > 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>

Committed after fixing the typo in $SUBJECT, thanks.

> ---
 >  configs/beagleboardx15_defconfig | 1 +
 >  1 file changed, 1 insertion(+)

 > 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
 > -- 
 > 2.11.0

 > _______________________________________________
 > buildroot mailing list
 > buildroot@busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

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