]> Git Repo - buildroot-mgba.git/blob - configs/qemu_xtensa_lx60_nommu_defconfig
configs/qemu: bump to the latest version
[buildroot-mgba.git] / configs / qemu_xtensa_lx60_nommu_defconfig
1 # Architecture
2 BR2_xtensa=y
3 BR2_XTENSA_CUSTOM=y
4 BR2_XTENSA_CUSTOM_NAME="dc233c"
5 BR2_XTENSA_CORE_NAME="lx60"
6 BR2_XTENSA_OVERLAY_DIR="board/qemu/xtensa-lx60"
7
8 # Toolchain
9 BR2_PACKAGE_HOST_ELF2FLT=y
10 # BR2_USE_MMU is not set
11
12 # Patches
13 BR2_GLOBAL_PATCH_DIR="board/qemu/xtensa-lx60"
14
15 # System
16 BR2_SYSTEM_DHCP="eth0"
17 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
18
19 # Filesystem
20 # BR2_TARGET_ROOTFS_TAR is not set
21 BR2_TARGET_ROOTFS_INITRAMFS=y
22
23 # Linux headers same as kernel, a 4.4 series
24 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
25
26 # Kernel
27 BR2_LINUX_KERNEL=y
28 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
29 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.4.9"
30 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
31 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/xtensa-lx60/linux-4.4-nommu.config"
32 BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
33 BR2_LINUX_KERNEL_IMAGE_NAME="Image.elf"
34 BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="zImage"
This page took 0.028498 seconds and 4 git commands to generate.