]>
Commit | Line | Data |
---|---|---|
913b9165 PK |
1 | # architecture |
2 | BR2_arm=y | |
3 | BR2_cortex_a9=y | |
4 | ||
5 | # system | |
6 | BR2_TARGET_GENERIC_GETTY=y | |
7 | BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1" | |
85721034 GB |
8 | BR2_ROOTFS_POST_BUILD_SCRIPT="board/boundarydevices/common/post-build.sh" |
9 | BR2_ROOTFS_POST_IMAGE_SCRIPT="board/boundarydevices/common/post-image.sh" | |
7df1e23c | 10 | BR2_PACKAGE_HOST_GENIMAGE=y |
5140658c | 11 | BR2_PACKAGE_HOST_UBOOT_TOOLS=y |
913b9165 PK |
12 | |
13 | # filesystem | |
14 | BR2_TARGET_ROOTFS_EXT2=y | |
7df1e23c | 15 | BR2_TARGET_ROOTFS_EXT2_4=y |
913b9165 | 16 | |
674e0996 | 17 | # Linux headers same as kernel, a 3.14 series |
b8e9b975 | 18 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y |
2b8937f2 | 19 | |
913b9165 PK |
20 | # bootloader |
21 | BR2_TARGET_UBOOT=y | |
184850a4 | 22 | BR2_TARGET_UBOOT_BOARDNAME="nitrogen6q" |
844c52ec | 23 | BR2_TARGET_UBOOT_FORMAT_IMX=y |
f85b682a | 24 | BR2_TARGET_UBOOT_CUSTOM_TARBALL=y |
b8e9b975 | 25 | # Last version of branch boundary-v2015.07 |
5e51be2e | 26 | BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-imx6/tarball/a4070a8/u-boot-a4070a8.tar.gz" |
913b9165 PK |
27 | |
28 | # kernel | |
29 | BR2_LINUX_KERNEL=y | |
f85b682a | 30 | BR2_LINUX_KERNEL_CUSTOM_TARBALL=y |
78588a63 GB |
31 | # Last version of branch boundary-imx_3.14.52_1.1.0_ga |
32 | BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/tarball/0d92195d/linux-imx6-0d92195d.tar.gz" | |
5e51be2e | 33 | BR2_LINUX_KERNEL_DEFCONFIG="boundary" |
913b9165 | 34 | BR2_LINUX_KERNEL_INSTALL_TARGET=y |
d8bbfe75 | 35 | BR2_LINUX_KERNEL_DTS_SUPPORT=y |
78588a63 | 36 | 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" |