summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorStephan Hoffmann <sho@relinux.de>2014-07-03 10:46:22 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-07-07 07:55:02 +0200
commit5ac8f8ce10027ac8285a7e9cec16e74aa38ee2c1 (patch)
tree4387db0f5514a5c6836e0677fdfbce4d4363e851 /configs
parentaa9a1a8de21839d44316d62bd57a5b4b6474ef80 (diff)
downloadbuildroot-5ac8f8ce10027ac8285a7e9cec16e74aa38ee2c1.tar.gz
buildroot-5ac8f8ce10027ac8285a7e9cec16e74aa38ee2c1.zip
Add support for Congatec QMX6
Add support for the iMX6 based conga-QMX6 family of Qseven modules. This patch is based on Linux 3.0.35 from Congatec's kernel reporitory [Peter: slightly simplify post build script] Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/qmx6_defconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/qmx6_defconfig b/configs/qmx6_defconfig
new file mode 100644
index 0000000000..fd88e9c36c
--- /dev/null
+++ b/configs/qmx6_defconfig
@@ -0,0 +1,14 @@
+BR2_arm=y
+BR2_cortex_a9=y
+BR2_KERNEL_HEADERS_3_0=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1"
+BR2_ROOTFS_POST_BUILD_SCRIPT="board/congatec/qmx6/post-build.sh"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_GIT=y
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://git.congatec.com/arm/qmx6_kernel.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_3.0.35_4.1.0_QMX6_R1.1.2"
+BR2_LINUX_KERNEL_DEFCONFIG="qmx6"
+BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_3=y
+BR2_PACKAGE_HOST_UBOOT_TOOLS=y
OpenPOWER on IntegriCloud