summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-08-26 11:21:40 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-08-26 11:21:44 +0300
commit925af8ef05293e550f8fa8586ef3549e913b690c (patch)
treef1ac7c009711bb7afe7e338dfb33d2db048d98e7 /conf
parent0f231fb1eb7b24f4a839106dc22ea472e6bc8eb4 (diff)
parent36529af42c25c3e14aa0918a6012f336151f9c2a (diff)
downloadmeta-boot2qt-925af8ef05293e550f8fa8586ef3549e913b690c.tar.gz
Merge remote-tracking branch 'origin/dizzy' into dev
* origin/dizzy: Add atk and atk-dev packages ca-certificates: update to latest version Add touch_frame events to Weston 1.5.0 kontron: Add support for Kontron SMARC-sARX6i bootfs: make sure deploy dir exists before using it Change-Id: I5c58c6ad47c0689c15e71948a486530f5504b329
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/smarc-samx6i.conf46
1 files changed, 46 insertions, 0 deletions
diff --git a/conf/distro/include/smarc-samx6i.conf b/conf/distro/include/smarc-samx6i.conf
new file mode 100644
index 0000000..8e69ac8
--- /dev/null
+++ b/conf/distro/include/smarc-samx6i.conf
@@ -0,0 +1,46 @@
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/imx6.inc
24
25KERNEL_IMAGETYPE = "uImage"
26
27BOOTFS_CONTENT = " "
28
29MACHINE_EXTRA_INSTALL = "\
30 libgal-mx6 \
31 libegl-mx6 \
32 libgles2-mx6 \
33 ${@base_contains("DISTRO_FEATURES", "gstreamer010", "gst-fsl-plugin", "", d)} \
34 ${@base_contains("DISTRO_FEATURES", "gstreamer", "gstreamer1.0-plugins-imx-meta", "", d)} \
35 kernel-devicetree \
36 "
37
38MACHINE_EXTRA_INSTALL_SDK = " \
39 libgal-mx6 \
40 libegl-mx6 \
41 libegl-mx6-dev \
42 libgles2-mx6 \
43 libgles2-mx6-dev \
44 "
45
46KERNEL_MODULE_AUTOLOAD += "mxc_v4l2_capture"