]> Git Repo - buildroot-mgba.git/blame - configs/qemu_or1k_defconfig
configs/qemu*: use the post-image script with "$(BR2_DEFCONFIG)" as argument.
[buildroot-mgba.git] / configs / qemu_or1k_defconfig
CommitLineData
c1395b34
WB
1# Architecture
2BR2_or1k=y
3
c1395b34
WB
4# Filesystem
5# BR2_TARGET_ROOTFS_TAR is not set
6BR2_TARGET_ROOTFS_INITRAMFS=y
7
302d3bc4
RN
8# Image
9BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
10BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
11
fd8a02fd
GB
12# Linux headers same as kernel, a 4,19 series
13BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
c1395b34
WB
14
15# Kernel
16BR2_LINUX_KERNEL=y
17BR2_LINUX_KERNEL_CUSTOM_VERSION=y
34c67878 18BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.91"
c1395b34 19BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
913c822e 20BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/or1k/linux.config"
29e1cb88
JB
21
22# host-qemu for gitlab testing
23BR2_PACKAGE_HOST_QEMU=y
24BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 0.293628 seconds and 4 git commands to generate.