2012-09-24 22:42:58 +02:00
|
|
|
# architecture
|
|
|
|
BR2_arm=y
|
|
|
|
BR2_cortex_a9=y
|
2016-09-16 19:18:32 +02:00
|
|
|
BR2_ARM_ENABLE_NEON=y
|
|
|
|
BR2_ARM_ENABLE_VFP=y
|
|
|
|
BR2_ARM_FPU_VFPV3=y
|
2012-09-24 22:42:58 +02:00
|
|
|
|
|
|
|
# system
|
|
|
|
BR2_TARGET_GENERIC_GETTY=y
|
|
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1"
|
2016-03-03 15:57:18 +01:00
|
|
|
BR2_ROOTFS_POST_BUILD_SCRIPT="board/boundarydevices/common/post-build.sh"
|
|
|
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/boundarydevices/common/post-image.sh"
|
2016-01-31 20:41:53 +01:00
|
|
|
BR2_PACKAGE_HOST_GENIMAGE=y
|
2015-05-26 10:19:40 +02:00
|
|
|
BR2_PACKAGE_HOST_UBOOT_TOOLS=y
|
2012-09-24 22:42:58 +02:00
|
|
|
|
|
|
|
# filesystem
|
|
|
|
BR2_TARGET_ROOTFS_EXT2=y
|
2016-01-31 20:41:53 +01:00
|
|
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
2012-09-24 22:42:58 +02:00
|
|
|
|
2016-07-27 15:27:06 +02:00
|
|
|
# Linux headers same as kernel, a 4.1 series
|
|
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
|
2014-09-23 15:31:57 +02:00
|
|
|
|
2012-09-24 22:42:58 +02:00
|
|
|
# bootloader
|
|
|
|
BR2_TARGET_UBOOT=y
|
2013-04-09 16:36:21 +02:00
|
|
|
BR2_TARGET_UBOOT_BOARDNAME="nitrogen6q"
|
2013-09-26 21:13:21 +02:00
|
|
|
BR2_TARGET_UBOOT_FORMAT_IMX=y
|
2012-10-05 15:02:59 +02:00
|
|
|
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
|
2016-07-27 15:27:07 +02:00
|
|
|
# Last version of branch boundary-v2016.03
|
2016-08-03 19:09:49 +02:00
|
|
|
BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/u-boot-imx6/archive/12f31130.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
|
2016-07-27 15:27:06 +02:00
|
|
|
# Last version of branch boundary-imx_4.1.15_1.0.0_ga
|
2016-08-03 19:09:49 +02:00
|
|
|
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/archive/be36042a.tar.gz"
|
2015-10-19 17:02:34 +02:00
|
|
|
BR2_LINUX_KERNEL_DEFCONFIG="boundary"
|
2012-09-24 22:42:58 +02:00
|
|
|
BR2_LINUX_KERNEL_INSTALL_TARGET=y
|
2014-06-30 23:52:13 +02:00
|
|
|
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
2016-03-16 15:56:54 +01:00
|
|
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-nit6xlite imx6dl-nitrogen6_vm imx6dl-nitrogen6x imx6q-nitrogen6x imx6q-nitrogen6_som2 imx6q-nitrogen6_max imx6qp-nitrogen6_max imx6q-sabrelite"
|