]> Git Repo - buildroot-mgba.git/blame - configs/qemu_arm_versatile_defconfig
configs/qemu*: use the post-image script with "$(BR2_DEFCONFIG)" as argument.
[buildroot-mgba.git] / configs / qemu_arm_versatile_defconfig
CommitLineData
d3789ce3
TP
1# Architecture
2BR2_arm=y
3BR2_arm926t=y
4
05ccc70b 5# System
61c03fea 6BR2_SYSTEM_DHCP="eth0"
e3780480
PK
7BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
8
05ccc70b 9# Filesystem
319815a5 10BR2_TARGET_ROOTFS_EXT2=y
f12b1771 11# BR2_TARGET_ROOTFS_TAR is not set
319815a5 12
302d3bc4
RN
13# Image
14BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
15BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
16
fd8a02fd
GB
17# Linux headers same as kernel, a 4.19 series
18BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
602fe217 19
d3789ce3
TP
20# Kernel
21BR2_LINUX_KERNEL=y
22BR2_LINUX_KERNEL_CUSTOM_VERSION=y
34c67878 23BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.91"
d3789ce3 24BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
03fb00f2 25BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux.config"
5825f103
GZ
26BR2_LINUX_KERNEL_DTS_SUPPORT=y
27BR2_LINUX_KERNEL_INTREE_DTS_NAME="versatile-pb"
29e1cb88
JB
28
29# host-qemu for gitlab testing
30BR2_PACKAGE_HOST_QEMU=y
31BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 0.647011 seconds and 4 git commands to generate.