qemu_sh4eb_r2d_defconfig 555 B

12345678910111213141516171819202122
  1. # Architecture
  2. BR2_sh=y
  3. BR2_sh4eb=y
  4. # System
  5. BR2_GLOBAL_PATCH_DIR="board/qemu/sh4eb-r2d/patches"
  6. BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
  7. # Filesystem
  8. BR2_TARGET_ROOTFS_EXT2=y
  9. # BR2_TARGET_ROOTFS_TAR is not set
  10. # Linux headers same as kernel, a 4.19 series
  11. BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
  12. # Linux kernel
  13. BR2_LINUX_KERNEL=y
  14. BR2_LINUX_KERNEL_CUSTOM_VERSION=y
  15. BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.16"
  16. BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
  17. BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4eb-r2d/linux.config"
  18. BR2_LINUX_KERNEL_ZIMAGE=y