]> Git Repo - buildroot-mgba.git/blame - configs/acmesystems_arietta_g25_256mb_defconfig
configs/acmesystems_aria_g25: bump Linux and AT91Bootstrap versions
[buildroot-mgba.git] / configs / acmesystems_arietta_g25_256mb_defconfig
CommitLineData
e173aeec
AC
1# Architecture
2BR2_arm=y
3
85af101c
BM
4# Kernel headers
5BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_7=y
e173aeec 6
85af101c
BM
7# System configuration
8BR2_TARGET_GENERIC_ISSUE="Welcome to Arietta-G25 Buildroot"
9BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
10BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y
11BR2_ROOTFS_POST_IMAGE_SCRIPT="board/acmesystems/arietta-g25/post-image.sh"
12
13# Kernel configuration
e173aeec
AC
14BR2_LINUX_KERNEL=y
15BR2_LINUX_KERNEL_CUSTOM_VERSION=y
85af101c 16BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.7.4"
e173aeec 17BR2_LINUX_KERNEL_DEFCONFIG="at91_dt"
e173aeec 18BR2_LINUX_KERNEL_DTS_SUPPORT=y
85af101c
BM
19BR2_LINUX_KERNEL_INTREE_DTS_NAME="at91-ariettag25"
20
21# Root filesystem
22BR2_TARGET_ROOTFS_EXT2=y
23BR2_TARGET_ROOTFS_EXT2_4=y
24BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs"
e173aeec 25
85af101c 26# AT91bootstrap bootloader
e173aeec
AC
27BR2_TARGET_AT91BOOTSTRAP3=y
28BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
85af101c
BM
29BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
30BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.6"
e173aeec
AC
31BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="arietta-256m"
32
85af101c 33# Tools to build sdcard.img
e173aeec 34BR2_PACKAGE_HOST_DOSFSTOOLS=y
85af101c 35BR2_PACKAGE_HOST_GENIMAGE=y
e173aeec 36BR2_PACKAGE_HOST_MTOOLS=y
This page took 0.305165 seconds and 4 git commands to generate.