summaryrefslogtreecommitdiffstats
path: root/conf/distro
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2016-04-22 11:33:41 +0200
committerAndy Nichols <andy.nichols@qt.io>2016-05-05 07:51:50 +0000
commit5800a3bfe48a2092ac3b8cf250f04840a6397f3f (patch)
tree47738b7b2dd4a576377079ac5eff51129d6acffe /conf/distro
parent61d552148d797866ed33a9cd5e56477873cf801d (diff)
downloadmeta-boot2qt-5800a3bfe48a2092ac3b8cf250f04840a6397f3f.tar.gz
Add support for NXP SABRE iMX7D
Change-Id: Ifef4dc7a1aad2829f2c6978d02efc3b0a7f8720a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/include/imx7dsabresd.conf50
1 files changed, 50 insertions, 0 deletions
diff --git a/conf/distro/include/imx7dsabresd.conf b/conf/distro/include/imx7dsabresd.conf
new file mode 100644
index 0000000..6dbaef0
--- /dev/null
+++ b/conf/distro/include/imx7dsabresd.conf
@@ -0,0 +1,50 @@
1##############################################################################
2##
3## Copyright (C) 2016 The Qt Company Ltd.
4## Contact: http://www.qt.io/licensing/
5##
6## This file is part of the Boot to Qt meta layer.
7##
8## $QT_BEGIN_LICENSE:COMM$
9##
10## Commercial License Usage
11## Licensees holding valid commercial Qt licenses may use this file in
12## accordance with the commercial license agreement provided with the
13## Software or, alternatively, in accordance with the terms contained in
14## a written agreement between you and The Qt Company. For licensing terms
15## and conditions see http://www.qt.io/terms-conditions. For further
16## information use the contact form at http://www.qt.io/contact-us.
17##
18## $QT_END_LICENSE$
19##
20##############################################################################
21
22DEPLOY_CONF_NAME = "NXP SABRE SD i.MX7 Dual"
23
24IMAGE_FSTYPES += "ext3 sdcard"
25
26BOOTFS_CONTENT = "\
27 ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \
28 ${KERNEL_IMAGETYPE}-imx7d-sdb.dtb:imx7d-sdb.dtb \
29 ${KERNEL_IMAGETYPE}-imx7d-sdb-enet.dtb:imx7d-sdb-enet.dtb \
30 ${KERNEL_IMAGETYPE}-imx7d-sdb-epdc.dtb:imx7d-sdb-epdc.dtb \
31 ${KERNEL_IMAGETYPE}-imx7d-sdb-gpmi-weim.dtb:imx7d-sdb-gpmi-weim.dtb \
32 ${KERNEL_IMAGETYPE}-imx7d-sdb-hdmi-audio.dtb:imx7d-sdb-hdmi-audio.dtb \
33 ${KERNEL_IMAGETYPE}-imx7d-sdb-m4.dtb:imx7d-sdb-m4.dtb \
34 ${KERNEL_IMAGETYPE}-imx7d-sdb-qspi.dtb:imx7d-sdb-qspi.dtb \
35 ${KERNEL_IMAGETYPE}-imx7d-sdb-sim.dtb:imx7d-sdb-sim.dtb \
36 ${KERNEL_IMAGETYPE}-imx7d-sdb-touch.dtb:imx7d-sdb-touch.dtb \
37 ${KERNEL_IMAGETYPE}-imx7d-sdb-wm8960.dtb:imx7d-sdb-wm8960.dtb \
38 u-boot-${MACHINE}.imx:u-boot.imx \
39 "
40
41BOOTFS_DEPENDS = "u-boot:do_deploy virtual/kernel:do_deploy"
42
43DISTRO_FEATURES_remove = "webengine"
44
45MACHINE_EXTRA_INSTALL = "\
46 "
47
48MACHINE_EXTRA_INSTALL_SDK = "\
49 "
50