summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/tegra-t18x.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/include/tegra-t18x.conf')
-rw-r--r--conf/distro/include/tegra-t18x.conf79
1 files changed, 79 insertions, 0 deletions
diff --git a/conf/distro/include/tegra-t18x.conf b/conf/distro/include/tegra-t18x.conf
new file mode 100644
index 0000000..50ed829
--- /dev/null
+++ b/conf/distro/include/tegra-t18x.conf
@@ -0,0 +1,79 @@
1#############################################################################
2##
3## Copyright (C) 2016 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/tegra.inc
24
25TARGET_CFLAGS += " -DWIN_INTERFACE_CUSTOM"
26DISTRO_FEATURES_DEFAULT += "wayland"
27
28KERN_DIR ?= '${@os.path.normpath("${TOPDIR}/../sources/vibrante-t186/kernel")}'
29PLATFORM_TOPDIR ?= '${@os.path.normpath("${TOPDIR}/../sources/vibrante-t186/vibrante-t186ref-linux")}'
30NVLAYER_DIR ?= "${TOPDIR}/../sources/nvidia-layer"
31
32MACHINE_EXTRA_INSTALL += "\
33 tegra-firmware-fecs \
34 tegra-firmware-gmicrocode \
35 tegra-firmware-gpccs \
36 tegra-firmware-gpmu \
37 tegra-firmware-gshader \
38 tegra-firmware-pmu \
39 tegra-firmware-prod-fuse \
40 tegra-firmware-xusb \
41 tegra-firmware-vic \
42 tegra-firmware-nvdec \
43 tegra-firmware-nvenc \
44 tegra-firmware-nvjpeg \
45 tegra-drivers \
46 virtual/libegl \
47 virtual/libgles2 \
48 libdrm-nv \
49 asound-conf \
50 "
51
52PREFERRED_PROVIDER_virtual/libgles2 ?= "tegra-drivers"
53PREFERRED_PROVIDER_virtual/libgles2-dev ?= "tegra-drivers"
54PREFERRED_PROVIDER_virtual/libegl ?= "tegra-drivers"
55PREFERRED_PROVIDER_virtual/libegl-dev ?= "tegra-drivers"
56PREFERRED_PROVIDER_virtual/egl ?= "tegra-drivers"
57PREFERRED_PROVIDER_virtual/libgl ?= "tegra-drivers"
58PREFERRED_PROVIDER_virtual/libgles1 ?= "tegra-drivers"
59PREFERRED_PROVIDER_virtual/mesa ?= "tegra-drivers"
60
61PREFERRED_PROVIDER_wayland ?= "wayland-nv"
62PREFERRED_PROVIDER_wayland-native ?= "wayland-nv"
63PREFERRED_PROVIDER_nativesdk-wayland ?= "wayland-nv"
64
65BBMASK ?= " "
66BBMASK .= "\
67|meta-vib4/recipes-connectivity/connman\
68|meta-vib4/recipes-core/busybox\
69|meta-vib4/recipes-core/images\
70|meta-vib4/recipes-core/meta\
71|meta-vib4/recipes-core/packagegroups\
72|meta-vib4/recipes-core/systemd/systemd\
73|meta-vib4/recipes-devtools\
74|meta-vib4/recipes-extended\
75|meta-vib4/recipes-multimedia/audiomanager\
76|meta-vib4/recipes-core/glibc\
77|meta-vib4/recipes-support/lvm2\
78|meta-vib4/recipes-kernel/linux-libc-headers\
79"