[Buildroot] [git commit] qemu_riscv64_virt_defconfig: fix linux header selection

Peter Korsgaard peter at korsgaard.com
Mon Jan 28 21:04:33 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=15320d0060892473a3d713f2d998a86b2760a3e5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

When the kernel is built by Buildroot BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_X_YY
must be used and not BR2_KERNEL_HEADERS_X_YY.

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou at trabucayre.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 configs/qemu_riscv64_virt_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/qemu_riscv64_virt_defconfig b/configs/qemu_riscv64_virt_defconfig
index 705ec1293a..65dbef4135 100644
--- a/configs/qemu_riscv64_virt_defconfig
+++ b/configs/qemu_riscv64_virt_defconfig
@@ -11,7 +11,7 @@ BR2_TARGET_GENERIC_GETTY=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
 
 # Linux headers same as kernel, a 4.20 series
-BR2_KERNEL_HEADERS_4_20=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_20=y
 
 # Kernel
 BR2_LINUX_KERNEL=y



More information about the buildroot mailing list