summaryrefslogtreecommitdiffstats
path: root/conf/distro
diff options
context:
space:
mode:
authorTeemu Holappa <teemu.holappa@theqtcompany.com>2015-11-27 12:35:49 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-14 15:06:53 +0000
commit0d752a4b59a72f3cc95390083e1c606962b42411 (patch)
treea9d04c6f5acde61a3f29d78fa61f38b66061ba9d /conf/distro
parented793d57679af4065a4326946ce42415fd9484e1 (diff)
downloadmeta-boot2qt-0d752a4b59a72f3cc95390083e1c606962b42411.tar.gz
Added support for Jetson-tk1-pro device.
The configuration has dependency to the interal repositories (meta-tegra and jetson-tk1-pro). Change-Id: I5e13377cf8cfbe4fad3f19215a292b49195f1546 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/include/nvidia-logan.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/conf/distro/include/nvidia-logan.conf b/conf/distro/include/nvidia-logan.conf
new file mode 100644
index 0000000..c39d757
--- /dev/null
+++ b/conf/distro/include/nvidia-logan.conf
@@ -0,0 +1,39 @@
1#############################################################################
2##
3## Copyright (C) 2015 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
23DISTRO_FEATURES_remove += "wayland"
24
25MACHINE_EXTRA_INSTALL = "\
26 libegl \
27 libgles2 \
28 tegra-firmware-gk20a \
29 graphics-fw \
30 libdrm-nv \
31"
32
33MACHINE_EXTRA_INSTALL_SDK = "\
34 libegl-dev \
35 libgles2-dev \
36 graphics-headers-dev \
37 libdrm-nv-dev \
38"
39