8d5d083ed6
Also switch repository from old freescale site to codeaurora: https://source.codeaurora.org/external/imx/ Cc: Fabio Estevam <festevam@gmail.com> Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
21 lines
597 B
Plaintext
21 lines
597 B
Plaintext
# architecture
|
|
BR2_arm=y
|
|
BR2_arm1136jf_s=y
|
|
BR2_ARM_EABIHF=y
|
|
|
|
# Linux headers same as kernel, a 4.9 series
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
|
|
|
|
# system
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
|
|
|
|
# kernel
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
|
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx.git"
|
|
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_4.9.x_1.0.0_ga"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
|
|
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/freescale/imx31_3stack/linux.fragment"
|
|
BR2_TARGET_ROOTFS_CPIO_GZIP=y
|
|
BR2_TARGET_ROOTFS_INITRAMFS=y
|