]> Git Repo - buildroot-mgba.git/blame - configs/qemu_ppc_mac99_defconfig
configs/ti_am62x_sk: bump Linux to 6.8.12 and U-Boot to 2024.07
[buildroot-mgba.git] / configs / qemu_ppc_mac99_defconfig
CommitLineData
a0105e95 1# Architecture
a8fac3fc
JS
2BR2_powerpc=y
3BR2_powerpc_7400=y
a0105e95 4
d037d9c2
WB
5# Hashes
6BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
7BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
8
a0105e95 9# System
a8fac3fc 10BR2_SYSTEM_DHCP="eth0"
a0105e95 11
193547fd 12# Linux headers same as kernel
9982e0b5 13BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
a0105e95
RN
14
15# Kernel
a8fac3fc
JS
16BR2_LINUX_KERNEL=y
17BR2_LINUX_KERNEL_CUSTOM_VERSION=y
d037d9c2 18BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.32"
a8fac3fc
JS
19BR2_LINUX_KERNEL_DEFCONFIG="pmac32"
20BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/qemu/ppc-mac99/linux.fragment"
21BR2_LINUX_KERNEL_VMLINUX=y
0a29fff7 22BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
a0105e95
RN
23
24# Serial port config
25BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
26
27# Filesystem
a8fac3fc
JS
28BR2_TARGET_ROOTFS_CPIO=y
29BR2_TARGET_ROOTFS_EXT2=y
30# BR2_TARGET_ROOTFS_TAR is not set
722f8eff 31
302d3bc4
RN
32# Image
33BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
34BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
35
722f8eff
RN
36# host-qemu for gitlab testing
37BR2_PACKAGE_HOST_QEMU=y
38BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 0.481986 seconds and 4 git commands to generate.