blob: 81fb5b6ca41c49456fd74ad3e1fa945ce862ab4e [file] [log] [blame]
Waldemar Brodkorb3adc7f52016-09-29 12:55:20 +02001# Architecture
2BR2_arm=y
3BR2_arm926t=y
4
5# Toolchain
6BR2_PACKAGE_HOST_ELF2FLT=y
7# BR2_USE_MMU is not set
8
9# Patches
10BR2_GLOBAL_PATCH_DIR="board/qemu/arm-versatile/patches"
11
12# Busybox with hush
13BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"
14
15# System
16BR2_SYSTEM_DHCP="eth0"
17BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
18
19# Filesystem
20# BR2_TARGET_ROOTFS_EXT2 is not set
21# BR2_TARGET_ROOTFS_TAR is not set
22BR2_TARGET_ROOTFS_INITRAMFS=y
23
Gerome Burlatsfd8a02f2019-02-12 23:24:13 +010024# Linux headers same as kernel, a 4.19 series
25BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
Waldemar Brodkorb3adc7f52016-09-29 12:55:20 +020026
27# Kernel
28BR2_LINUX_KERNEL=y
29BR2_LINUX_KERNEL_CUSTOM_VERSION=y
Gerome Burlatsfd8a02f2019-02-12 23:24:13 +010030BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.16"
Waldemar Brodkorb3adc7f52016-09-29 12:55:20 +020031BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
Waldemar Brodkorb03fb00f2018-06-02 22:07:20 +020032BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-nommu.config"
33BR2_LINUX_KERNEL_DTS_SUPPORT=y
34BR2_LINUX_KERNEL_INTREE_DTS_NAME="versatile-pb"