summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-06-03 09:57:24 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2014-06-17 13:17:00 +0300
commitdd03ec840cce03388a054b35fd36372c1799b297 (patch)
tree53c90aaffb96df2abc02dfb0c6e658b3e94c2273
parentfcf5aebfc13d2b0bb10855a70e0cfab99e0fcd8e (diff)
downloadmeta-boot2qt-dd03ec840cce03388a054b35fd36372c1799b297.tar.gz
Include support for Toradox Apalis iMX6
Change-Id: I816971a8a6285fe558007e4ee40c0ad2d3a4d538 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
-rw-r--r--conf/distro/include/apalis-imx6.conf50
1 files changed, 50 insertions, 0 deletions
diff --git a/conf/distro/include/apalis-imx6.conf b/conf/distro/include/apalis-imx6.conf
new file mode 100644
index 0000000..114c8b8
--- /dev/null
+++ b/conf/distro/include/apalis-imx6.conf
@@ -0,0 +1,50 @@
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://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
23IMAGE_FSTYPES = "tar.gz"
24
25BOOTFS_CONTENT = "\
26 ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \
27 u-boot-${MACHINE}.imx:u-boot.imx \
28 "
29BOOTFS_DEPENDS = "u-boot:do_deploy"
30
31PREFERRED_VERSION_gpu-viv-bin-mx6q = "3.10.9-1.0.0-hfp"
32
33MACHINE_EXTRA_INSTALL = "\
34 libgal-mx6 \
35 libegl-mx6 \
36 libgles2-mx6 \
37 "
38
39MACHINE_EXTRA_INSTALL_SDK = " \
40 libgal-mx6 \
41 libegl-mx6 \
42 libegl-mx6-dev \
43 libgles2-mx6 \
44 libgles2-mx6-dev \
45 "
46
47ADB_PRODUCTID = "0x0000"
48
49SERIAL_CONSOLES = "115200;ttymxc0 \
50 115200;ttymxc1"