]> Git Repo - buildroot-mgba.git/blame - configs/qemu_ppc_g3beige_defconfig
configs/at91sam9x5ek_dev_defconfig: fix Linux compilation error with binutils 2.41+
[buildroot-mgba.git] / configs / qemu_ppc_g3beige_defconfig
CommitLineData
0db36d8d
TP
1# Architecture
2BR2_powerpc=y
0242ae4c 3BR2_powerpc_750=y
0db36d8d 4
61c03fea
GZ
5# System
6BR2_SYSTEM_DHCP="eth0"
7
05ccc70b 8# Filesystem
319815a5 9BR2_TARGET_ROOTFS_EXT2=y
f12b1771 10# BR2_TARGET_ROOTFS_TAR is not set
319815a5 11
302d3bc4
RN
12# Image
13BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
14BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
15
459be36b 16# Linux headers same as kernel
9982e0b5 17BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
0ecb386a 18
0db36d8d
TP
19# Kernel
20BR2_LINUX_KERNEL=y
21BR2_LINUX_KERNEL_CUSTOM_VERSION=y
9982e0b5 22BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.18"
0db36d8d 23BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
03fb00f2 24BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/ppc-g3beige/linux.config"
0db36d8d
TP
25BR2_LINUX_KERNEL_VMLINUX=y
26
27# Serial port config
28BR2_TARGET_GENERIC_GETTY=y
29BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
29e1cb88
JB
30
31# host-qemu for gitlab testing
32BR2_PACKAGE_HOST_QEMU=y
33BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 1.020357 seconds and 4 git commands to generate.