591bed40ff
A terminating '"' was missing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
27 lines
795 B
Plaintext
27 lines
795 B
Plaintext
# 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
|
|
BR2_TARGET_ROOTFS_EXT2_2r1=y
|
|
|
|
# bootloader
|
|
BR2_TARGET_UBOOT=y
|
|
BR2_TARGET_UBOOT_BOARDNAME="nitrogen6q"
|
|
BR2_TARGET_UBOOT_FORMAT_IMX=y
|
|
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
|
|
BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-imx6/tarball/4034391/u-boot-4034391.tar.gz"
|
|
|
|
# kernel
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/linux-imx6/tarball/5809938/linux-imx6-5809938.tar.gz"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="nitrogen6x"
|
|
BR2_LINUX_KERNEL_INSTALL_TARGET=y
|