]> Git Repo - buildroot-mgba.git/blob - configs/qemu_ppc64_e5500_defconfig
configs/qemu_*: bump kernel version to 5.4.42
[buildroot-mgba.git] / configs / qemu_ppc64_e5500_defconfig
1 # Architecture
2 BR2_powerpc64=y
3 BR2_powerpc_e5500=y
4
5 # Serial port config
6 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
7
8 # Image
9 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
10 BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
11
12 # Linux headers same as the kernel
13 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_4=y
14
15 # Kernel
16 BR2_LINUX_KERNEL=y
17 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
18 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.4.42"
19 BR2_LINUX_KERNEL_DEFCONFIG="corenet64_smp"
20 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/qemu/ppc64-e5500/linux.fragment"
21 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
22
23 # Filesystem
24 BR2_TARGET_ROOTFS_EXT2=y
25 # BR2_TARGET_ROOTFS_TAR is not set
26
27 # host-qemu for gitlab testing
28 BR2_PACKAGE_HOST_QEMU=y
29 BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 0.02589 seconds and 4 git commands to generate.