2012-09-24 22:42:58 +02:00
|
|
|
# architecture
|
|
|
|
BR2_arm=y
|
|
|
|
BR2_cortex_a9=y
|
|
|
|
|
|
|
|
# system
|
|
|
|
BR2_TARGET_GENERIC_GETTY=y
|
|
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1"
|
|
|
|
BR2_ROOTFS_POST_BUILD_SCRIPT="board/boundarydevices/nitrogen6x/post-build.sh"
|
|
|
|
|
|
|
|
# filesystem
|
|
|
|
BR2_TARGET_ROOTFS_EXT2=y
|
|
|
|
|
|
|
|
# bootloader
|
|
|
|
BR2_TARGET_UBOOT=y
|
|
|
|
BR2_TARGET_UBOOT_BOARDNAME="mx6q_sabrelite"
|
2012-10-05 15:02:59 +02:00
|
|
|
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
|
|
|
|
BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-2009-08/tarball/1f7edab/u-boot-1f7edab.tar.gz"
|
2012-09-24 22:42:58 +02:00
|
|
|
|
|
|
|
# kernel
|
|
|
|
BR2_LINUX_KERNEL=y
|
2012-10-05 15:02:59 +02:00
|
|
|
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
2012-10-19 13:03:50 +02:00
|
|
|
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/linux-imx6/tarball/5f84e92/linux-imx6-5f84e92.tar.gz"
|
2012-09-24 22:42:58 +02:00
|
|
|
BR2_LINUX_KERNEL_DEFCONFIG="nitrogen6x"
|
|
|
|
BR2_LINUX_KERNEL_INSTALL_TARGET=y
|