]> Git Repo - buildroot-mgba.git/blame - configs/qemu_xtensa_lx60_nommu_defconfig
toolchain/toolchain-external/toolchain-external-custom: remove mentions of eglibc
[buildroot-mgba.git] / configs / qemu_xtensa_lx60_nommu_defconfig
CommitLineData
20e738bc
MF
1# Architecture
2BR2_xtensa=y
3BR2_XTENSA_CUSTOM=y
6e69eabe 4BR2_XTENSA_OVERLAY_FILE="https://github.com/jcmvbkbc/xtensa-toolchain-build/raw/95291b7c39e6f790d0b2f062c945a630290f2c81/overlays/xtensa_dc233c.tar.gz"
20e738bc
MF
5
6# Toolchain
20e738bc
MF
7# BR2_USE_MMU is not set
8
8f3cfe41
VS
9# Use minimal busybox with hush and networking tools
10BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"
11
20e738bc
MF
12# System
13BR2_SYSTEM_DHCP="eth0"
14BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
15
16# Filesystem
17# BR2_TARGET_ROOTFS_TAR is not set
18BR2_TARGET_ROOTFS_INITRAMFS=y
19
302d3bc4
RN
20# Image
21BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
22BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
23
80623ea8
RN
24# Linux headers same as kernel
25BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
20e738bc
MF
26
27# Kernel
28BR2_LINUX_KERNEL=y
29BR2_LINUX_KERNEL_CUSTOM_VERSION=y
f540edcc 30BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.18"
20e738bc 31BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
03fb00f2 32BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/xtensa-lx60/linux-nommu.config"
20e738bc
MF
33BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
34BR2_LINUX_KERNEL_IMAGE_NAME="Image.elf"
28d97609 35BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="Image"
7cf13b9b
YM
36
37# Kernel needs mkimage
38BR2_PACKAGE_HOST_UBOOT_TOOLS=y
29e1cb88
JB
39
40# host-qemu for gitlab testing
41BR2_PACKAGE_HOST_QEMU=y
42BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 0.591981 seconds and 4 git commands to generate.