summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/colibri-imx7.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/include/colibri-imx7.conf')
-rw-r--r--conf/distro/include/colibri-imx7.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/conf/distro/include/colibri-imx7.conf b/conf/distro/include/colibri-imx7.conf
new file mode 100644
index 0000000..877177e
--- /dev/null
+++ b/conf/distro/include/colibri-imx7.conf
@@ -0,0 +1,39 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://www.qt.io/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
23include conf/distro/include/toradex.inc
24
25DEPLOY_CONF_NAME = "Toradex Colibri iMX7"
26
27IMAGE_FSTYPES += "ext3 sdcard"
28
29BOOTFS_CONTENT = "\
30 ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \
31 ${KERNEL_IMAGETYPE}-imx7d-colibri-eval-v3.dtb:imx7d-colibri-eval-v3.dtb \
32 ${KERNEL_IMAGETYPE}-imx7s-colibri-eval-v3.dtb:imx7s-colibri-eval-v3.dtb \
33 "
34BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-script-toradex:do_deploy virtual/kernel:do_deploy"
35BOOT_SCRIPTS += " \
36 u-boot-nand.imx:${MACHINEDIR}/u-boot-nand.imx \
37 "
38
39DISTRO_FEATURES_remove = "webengine"