[Buildroot] [PATCH 10/11] qemu_riscv64_nommu_virt_defconfig: specify kernel headers version

Peter Korsgaard peter at korsgaard.com
Tue Oct 4 19:50:38 UTC 2022


The defconfigs uses a 5.19 kernel, so specify 5.19 kernel headers now that
is available.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 configs/qemu_riscv64_nommu_virt_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/qemu_riscv64_nommu_virt_defconfig b/configs/qemu_riscv64_nommu_virt_defconfig
index 5fab255d88..ee70beb208 100644
--- a/configs/qemu_riscv64_nommu_virt_defconfig
+++ b/configs/qemu_riscv64_nommu_virt_defconfig
@@ -3,6 +3,9 @@ BR2_riscv=y
 BR2_RISCV_64=y
 # BR2_RISCV_USE_MMU is not set
 
+# Linux headers same as kernel, a 5.19 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y
+
 # Busybox with hush
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"
 
-- 
2.30.2




More information about the buildroot mailing list