All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] configs/chromebook_elm_defconfig: use linux headers same as kernel (5.9 series)
@ 2020-12-19 19:24 Peter Seiderer
  2020-12-20  8:51 ` Peter Korsgaard
  2020-12-22 10:50 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Seiderer @ 2020-12-19 19:24 UTC (permalink / raw)
  To: buildroot

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>
---
 configs/chromebook_elm_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/chromebook_elm_defconfig b/configs/chromebook_elm_defconfig
index 05e82ffc31..4f82370fb9 100644
--- a/configs/chromebook_elm_defconfig
+++ b/configs/chromebook_elm_defconfig
@@ -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
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v1] configs/chromebook_elm_defconfig: use linux headers same as kernel (5.9 series)
  2020-12-19 19:24 [Buildroot] [PATCH v1] configs/chromebook_elm_defconfig: use linux headers same as kernel (5.9 series) Peter Seiderer
@ 2020-12-20  8:51 ` Peter Korsgaard
  2020-12-22 10:50 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-12-20  8:51 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v1] configs/chromebook_elm_defconfig: use linux headers same as kernel (5.9 series)
  2020-12-19 19:24 [Buildroot] [PATCH v1] configs/chromebook_elm_defconfig: use linux headers same as kernel (5.9 series) Peter Seiderer
  2020-12-20  8:51 ` Peter Korsgaard
@ 2020-12-22 10:50 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-12-22 10:50 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

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

Committed to 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-22 10:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-19 19:24 [Buildroot] [PATCH v1] configs/chromebook_elm_defconfig: use linux headers same as kernel (5.9 series) Peter Seiderer
2020-12-20  8:51 ` Peter Korsgaard
2020-12-22 10:50 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.