configs/chromebook_elm_defconfig: use linux headers same as kernel (5.9 series)
authorPeter Seiderer <ps.report@gmx.net>
Sat, 19 Dec 2020 19:24:45 +0000 (20:24 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 20 Dec 2020 08:51:03 +0000 (09:51 +0100)
Use linux headers same as kernel (5.9 series).

Fixes:

  - https://gitlab.com/buildroot.org/buildroot/-/jobs/917539050

  Incorrect selection of kernel headers: expected 5.10.x, got 5.9.x

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/chromebook_elm_defconfig

index 05e82ffc313bb8ee6efa08304ead0f7842b288b0..4f82370fb9a38147fcbe1aa78108524a1003be52 100644 (file)
@@ -9,6 +9,9 @@ BR2_GLOBAL_PATCH_DIR="board/chromebook/elm/patches/"
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 
+# Linux headers same as kernel (5.9 series)
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_9=y
+
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y