]> Git Repo - buildroot-mgba.git/blame - configs/qemu_s390x_defconfig
configs/olimex_a20_olinuxino_lime2: bump to Linux kernel 5.14.13 and u-boot 2021.10
[buildroot-mgba.git] / configs / qemu_s390x_defconfig
CommitLineData
2768db70
AE
1# Architecture
2BR2_s390x=y
3
4# System
5BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
6BR2_SYSTEM_DHCP="eth0"
7
8# Filesystem
9BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
10BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
11BR2_TARGET_ROOTFS_EXT2=y
12# BR2_TARGET_ROOTFS_TAR is not set
13
dd1d4d26
AE
14# Linux headers same as kernel, a 5.10 series
15BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
1981b012 16
2768db70
AE
17# Kernel
18BR2_LINUX_KERNEL=y
19BR2_LINUX_KERNEL_CUSTOM_VERSION=y
ff9241c3 20BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.41"
2768db70
AE
21BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
22BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
8a86b500 23BR2_GLOBAL_PATCH_DIR="board/qemu/s390x/patches"
2768db70
AE
24
25# host-qemu for gitlab testing
26BR2_PACKAGE_HOST_QEMU=y
27BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 0.135135 seconds and 4 git commands to generate.