summaryrefslogtreecommitdiffstats
path: root/conf/distro/include
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/include')
-rw-r--r--conf/distro/include/apalis-imx6.conf52
-rw-r--r--conf/distro/include/imx6qsabresd.conf3
-rw-r--r--conf/distro/include/nitrogen6x.conf3
3 files changed, 57 insertions, 1 deletions
diff --git a/conf/distro/include/apalis-imx6.conf b/conf/distro/include/apalis-imx6.conf
new file mode 100644
index 0000000..144693d
--- /dev/null
+++ b/conf/distro/include/apalis-imx6.conf
@@ -0,0 +1,52 @@
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"
32PREFERRED_VERSION_imx-lib = "3.10.9-1.0.0"
33
34MACHINE_EXTRA_INSTALL = "\
35 libgal-mx6 \
36 libegl-mx6 \
37 libgles2-mx6 \
38 gst-fsl-plugin \
39 "
40
41MACHINE_EXTRA_INSTALL_SDK = " \
42 libgal-mx6 \
43 libegl-mx6 \
44 libegl-mx6-dev \
45 libgles2-mx6 \
46 libgles2-mx6-dev \
47 "
48
49ADB_PRODUCTID = "0x0000"
50
51SERIAL_CONSOLES = "115200;ttymxc0 \
52 115200;ttymxc1"
diff --git a/conf/distro/include/imx6qsabresd.conf b/conf/distro/include/imx6qsabresd.conf
index 1298ee4..a19f85f 100644
--- a/conf/distro/include/imx6qsabresd.conf
+++ b/conf/distro/include/imx6qsabresd.conf
@@ -31,6 +31,9 @@ BOOTFS_CONTENT = "\
31 " 31 "
32BOOTFS_DEPENDS = "u-boot:do_deploy" 32BOOTFS_DEPENDS = "u-boot:do_deploy"
33 33
34PREFERRED_VERSION_gpu-viv-bin-mx6q = "3.10.17-1.0.0-hfp"
35PREFERRED_VERSION_imx-lib = "3.10.17-1.0.0"
36
34MACHINE_EXTRA_INSTALL = "\ 37MACHINE_EXTRA_INSTALL = "\
35 libgal-mx6 \ 38 libgal-mx6 \
36 libegl-mx6 \ 39 libegl-mx6 \
diff --git a/conf/distro/include/nitrogen6x.conf b/conf/distro/include/nitrogen6x.conf
index 8066936..9af8417 100644
--- a/conf/distro/include/nitrogen6x.conf
+++ b/conf/distro/include/nitrogen6x.conf
@@ -34,7 +34,8 @@ BOOTFS_DEPENDS = "u-boot:do_deploy virtual/kernel:do_deploy u-boot-script-bounda
34 34
35EXTRA_IMAGEDEPENDS += "u-boot-script-boundary" 35EXTRA_IMAGEDEPENDS += "u-boot-script-boundary"
36 36
37PREFERRED_VERSION_linux-boundary = "3.10.17" 37PREFERRED_VERSION_gpu-viv-bin-mx6q = "3.10.17-1.0.0-hfp"
38PREFERRED_VERSION_imx-lib = "3.10.17-1.0.0"
38 39
39MACHINE_EXTRA_INSTALL = "\ 40MACHINE_EXTRA_INSTALL = "\
40 libgal-mx6 \ 41 libgal-mx6 \