[Buildroot] [git commit branch/2021.02.x] configs/bananapi_m1_plus_defconfig: select custom headers

Peter Korsgaard peter at korsgaard.com
Fri Mar 26 22:36:13 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=3d0919a43fa89001c53da583302b093c249def08
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

Board used custom Kernel but did not specify
custom headers. This broke the build when
Linux 5.11 was added in d2fe9c6.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/1089053980

Signed-off-by: Filip Skoneczny <fskoneczny at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 76efcc2f548b307a821b8e4ab284a31a97b1c315)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 configs/bananapi_m1_plus_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/bananapi_m1_plus_defconfig b/configs/bananapi_m1_plus_defconfig
index 8f278f932d..271124f79a 100644
--- a/configs/bananapi_m1_plus_defconfig
+++ b/configs/bananapi_m1_plus_defconfig
@@ -2,6 +2,7 @@ BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_NEON_VFPV4=y
 BR2_GLOBAL_PATCH_DIR="board/sinovoip/m1-plus/patches"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
 BR2_TARGET_GENERIC_HOSTNAME="bananapi"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Banana Pi!"
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y


More information about the buildroot mailing list