浏览代码

qemu_riscv64_nommu_virt_defconfig: specify kernel headers version

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

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 2 年之前
父节点
当前提交
61c8dfe7d7
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      configs/qemu_riscv64_nommu_virt_defconfig

+ 3 - 0
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"