49f836380a
Commit a0b6faa
("gdb: convert to the package infrastructure") changed
the name of the host gdb configuration option, and added it to the
legacy option set, leading to a build breakage for the
armadeus_apf9328_defconfig.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
37 lines
888 B
Plaintext
37 lines
888 B
Plaintext
# Architecture
|
|
BR2_arm=y
|
|
BR2_arm920t=y
|
|
|
|
# Toolchain
|
|
BR2_STRIP_sstrip=y
|
|
BR2_GCC_VERSION_4_4_X=y
|
|
BR2_PACKAGE_GDB=y
|
|
BR2_PACKAGE_HOST_GDB=y
|
|
BR2_ENABLE_LOCALE_PURGE=y
|
|
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
|
|
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
|
|
BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
|
|
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
|
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
|
|
|
|
|
# Lock down headers to avoid breaking with new defaults
|
|
BR2_KERNEL_HEADERS_VERSION=y
|
|
BR2_DEFAULT_KERNEL_VERSION="3.1.1"
|
|
|
|
# System
|
|
BR2_TARGET_GENERIC_HOSTNAME="apf9328"
|
|
BR2_TARGET_GENERIC_ISSUE="Welcome to Armadeus development platform !"
|
|
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
|
|
|
|
# Filesystem
|
|
BR2_TARGET_ROOTFS_JFFS2=y
|
|
|
|
# Kernel
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.1.1"
|
|
BR2_LINUX_KERNEL_PATCH="board/armadeus/apf9328"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="mx1"
|