diff options
Diffstat (limited to 'conf/distro/include/tegra-t18x.conf')
-rw-r--r-- | conf/distro/include/tegra-t18x.conf | 79 |
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 | |||
23 | include conf/distro/include/tegra.inc | ||
24 | |||
25 | TARGET_CFLAGS += " -DWIN_INTERFACE_CUSTOM" | ||
26 | DISTRO_FEATURES_DEFAULT += "wayland" | ||
27 | |||
28 | KERN_DIR ?= '${@os.path.normpath("${TOPDIR}/../sources/vibrante-t186/kernel")}' | ||
29 | PLATFORM_TOPDIR ?= '${@os.path.normpath("${TOPDIR}/../sources/vibrante-t186/vibrante-t186ref-linux")}' | ||
30 | NVLAYER_DIR ?= "${TOPDIR}/../sources/nvidia-layer" | ||
31 | |||
32 | MACHINE_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 | |||
52 | PREFERRED_PROVIDER_virtual/libgles2 ?= "tegra-drivers" | ||
53 | PREFERRED_PROVIDER_virtual/libgles2-dev ?= "tegra-drivers" | ||
54 | PREFERRED_PROVIDER_virtual/libegl ?= "tegra-drivers" | ||
55 | PREFERRED_PROVIDER_virtual/libegl-dev ?= "tegra-drivers" | ||
56 | PREFERRED_PROVIDER_virtual/egl ?= "tegra-drivers" | ||
57 | PREFERRED_PROVIDER_virtual/libgl ?= "tegra-drivers" | ||
58 | PREFERRED_PROVIDER_virtual/libgles1 ?= "tegra-drivers" | ||
59 | PREFERRED_PROVIDER_virtual/mesa ?= "tegra-drivers" | ||
60 | |||
61 | PREFERRED_PROVIDER_wayland ?= "wayland-nv" | ||
62 | PREFERRED_PROVIDER_wayland-native ?= "wayland-nv" | ||
63 | PREFERRED_PROVIDER_nativesdk-wayland ?= "wayland-nv" | ||
64 | |||
65 | BBMASK ?= " " | ||
66 | BBMASK .= "\ | ||
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 | " | ||