qemu_ppc64_e5500_defconfig 536 B

123456789101112131415161718192021
  1. # Architecture
  2. BR2_powerpc64=y
  3. BR2_powerpc_e5500=y
  4. # Serial port config
  5. BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
  6. # Linux headers same as the kernel
  7. BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y
  8. # Kernel
  9. BR2_LINUX_KERNEL=y
  10. BR2_LINUX_KERNEL_CUSTOM_VERSION=y
  11. BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.7"
  12. BR2_LINUX_KERNEL_DEFCONFIG="corenet64_smp"
  13. BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/qemu/ppc64-e5500/linux.fragment"
  14. BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
  15. # Filesystem
  16. BR2_TARGET_ROOTFS_EXT2=y
  17. # BR2_TARGET_ROOTFS_TAR is not set