]> Git Repo - buildroot-mgba.git/blame - configs/qemu_sh4_r2d_defconfig
configs/rockpro64: bump ATF to 2.9, U-Boot to 2023.07 and Linux to 6.5.7
[buildroot-mgba.git] / configs / qemu_sh4_r2d_defconfig
CommitLineData
f66d4b05
PR
1# Architecture
2BR2_sh=y
3BR2_sh4=y
4
05ccc70b 5# System
61c03fea 6BR2_SYSTEM_DHCP="eth0"
40fcbc35 7BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
1836d233 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
80623ea8 17# Linux headers same as kernel
e174343f 18BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
12687de8 19
f66d4b05
PR
20# Linux kernel
21BR2_LINUX_KERNEL=y
22BR2_LINUX_KERNEL_CUSTOM_VERSION=y
d5ed5799 23BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.44"
f66d4b05 24BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
03fb00f2 25BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux.config"
2df5abd7 26BR2_LINUX_KERNEL_ZIMAGE=y
29e1cb88
JB
27
28# host-qemu for gitlab testing
29BR2_PACKAGE_HOST_QEMU=y
30BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 0.964739 seconds and 4 git commands to generate.