* [Buildroot] [PATCH] config/odroidc2: force host kernel version to 5.7
@ 2020-10-10 12:56 Dagg Stompler
2020-10-13 15:35 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Dagg Stompler @ 2020-10-10 12:56 UTC (permalink / raw)
To: buildroot
as the current kernel version used for this board is 5.7,
make sure that the host kernel version is the same to prevent
build failure due to version miss match.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/779210973
Signed-off-by: Dagg Stompler <daggs@gmx.com>
---
configs/odroidc2_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig
index 3ed08710e9..6a54046adf 100644
--- a/configs/odroidc2_defconfig
+++ b/configs/odroidc2_defconfig
@@ -35,5 +35,6 @@ BR2_PACKAGE_ODROIDC2_FIRMWARE=y
# Required tools to create the SD image
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_7=y
BR2_PACKAGE_HOST_MESON_TOOLS=y
BR2_PACKAGE_HOST_MTOOLS=y
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-13 15:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-10 12:56 [Buildroot] [PATCH] config/odroidc2: force host kernel version to 5.7 Dagg Stompler
2020-10-13 15:35 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox