]> Git Repo - buildroot-mgba.git/blame_incremental - configs/qemu_ppc_g3beige_defconfig
configs/ti_am62x_sk: bump Linux to 6.8.12 and U-Boot to 2024.07
[buildroot-mgba.git] / configs / qemu_ppc_g3beige_defconfig
... / ...
CommitLineData
1# Architecture
2BR2_powerpc=y
3BR2_powerpc_750=y
4
5# Hashes
6BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
7BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
8
9# System
10BR2_SYSTEM_DHCP="eth0"
11
12# Filesystem
13BR2_TARGET_ROOTFS_EXT2=y
14# BR2_TARGET_ROOTFS_TAR is not set
15
16# Image
17BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
18BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
19
20# Linux headers same as kernel
21BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
22
23# Kernel
24BR2_LINUX_KERNEL=y
25BR2_LINUX_KERNEL_CUSTOM_VERSION=y
26BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.32"
27BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
28BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/ppc-g3beige/linux.config"
29BR2_LINUX_KERNEL_VMLINUX=y
30
31# Serial port config
32BR2_TARGET_GENERIC_GETTY=y
33BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
34
35# host-qemu for gitlab testing
36BR2_PACKAGE_HOST_QEMU=y
37BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 0.020545 seconds and 4 git commands to generate.