config/odroidc2: force host kernel version to 5.7
authorDagg Stompler <daggs@gmx.com>
Sat, 10 Oct 2020 12:56:48 +0000 (15:56 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 13 Oct 2020 12:28:34 +0000 (14:28 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/odroidc2_defconfig

index 3ed08710e9fe3b5bd98d98233eee194b5443b1bd..5f97fc3dd8ba11e185a2de05a969ac58727095c9 100644 (file)
@@ -1,6 +1,9 @@
 # Architecture
 BR2_aarch64=y
 
+# Linux headers same as kernel, a 5.7 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_7=y
+
 # System
 BR2_TARGET_GENERIC_HOSTNAME="odroidc2"
 BR2_TARGET_GENERIC_GETTY_PORT="ttyAML0"