blob: bd86a1f23e5c682c11f266819c0484283d76f060 [file] [log] [blame] [edit]
ARM_FPU=neon
MARCH_TUNE="-march=armv7-a -mtune=cortex-a8 -mfpu=${ARM_FPU} -mfloat-abi=hard"
CFLAGS="${CFLAGS} ${MARCH_TUNE}"
CXXFLAGS="${CXXFLAGS} ${MARCH_TUNE}"
LINUX_FIRMWARE="ath9k_htc"
USE="${USE} boot_dts_device_tree hardfp kernel-3_8 legacy_keyboard"
USE="${USE} legacy_power_button neon -opengl opengles pam"
USE="${USE} -tpm"
TTY_CONSOLE="${TTY_CONSOLE} ttyO0"
# TODO(jrbarnette) This is a hack: The builders create beaglebone
# recovery images, even though there's no use for them. There's an
# 8MB image size limit, and we're over that limit. Restricting the
# locales saves enough space to make the images build. But... We
# shouldn't be building the images in the first place. And the 8MB
# limit is bogus, too.
RECOVERY_LOCALES="en-US"