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.conf50
1 files changed, 31 insertions, 19 deletions
diff --git a/conf/distro/include/tegra-t18x.conf b/conf/distro/include/tegra-t18x.conf
index 12b57d4..baf7f5c 100644
--- a/conf/distro/include/tegra-t18x.conf
+++ b/conf/distro/include/tegra-t18x.conf
@@ -20,34 +20,43 @@
20## 20##
21############################################################################# 21#############################################################################
22 22
23include conf/distro/include/tegra.inc
24
23TARGET_CFLAGS += " -DWIN_INTERFACE_CUSTOM" 25TARGET_CFLAGS += " -DWIN_INTERFACE_CUSTOM"
24DISTRO_FEATURES_DEFAULT += "wayland weston" 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"
25 31
26MACHINE_EXTRA_INSTALL = "\ 32MACHINE_EXTRA_INSTALL = "\
27tegra-firmware-fecs \ 33 tegra-firmware-fecs \
28tegra-firmware-gmicrocode \ 34 tegra-firmware-gmicrocode \
29tegra-firmware-gpccs \ 35 tegra-firmware-gpccs \
30tegra-firmware-gpmu \ 36 tegra-firmware-gpmu \
31tegra-firmware-gshader \ 37 tegra-firmware-gshader \
32tegra-firmware-pmu \ 38 tegra-firmware-pmu \
33tegra-firmware-prod-fuse \ 39 tegra-firmware-prod-fuse \
34tegra-firmware-xusb \ 40 tegra-firmware-xusb \
35tegra-firmware-vic \ 41 tegra-firmware-vic \
36tegra-firmware-nvdec \ 42 tegra-firmware-nvdec \
37tegra-firmware-nvenc \ 43 tegra-firmware-nvenc \
38tegra-firmware-nvjpeg \ 44 tegra-firmware-nvjpeg \
39tegra-drivers \ 45 tegra-drivers \
40virtual/libegl \ 46 virtual/libegl \
41virtual/libgles2 \ 47 virtual/libgles2 \
42libdrm-nv \ 48 libdrm-nv \
43asound-conf \ 49 asound-conf \
44" 50 "
45 51
46PREFERRED_PROVIDER_virtual/libgles2 ?= "tegra-drivers" 52PREFERRED_PROVIDER_virtual/libgles2 ?= "tegra-drivers"
47PREFERRED_PROVIDER_virtual/libgles2-dev ?= "tegra-drivers" 53PREFERRED_PROVIDER_virtual/libgles2-dev ?= "tegra-drivers"
48PREFERRED_PROVIDER_virtual/libegl ?= "tegra-drivers" 54PREFERRED_PROVIDER_virtual/libegl ?= "tegra-drivers"
49PREFERRED_PROVIDER_virtual/libegl-dev ?= "tegra-drivers" 55PREFERRED_PROVIDER_virtual/libegl-dev ?= "tegra-drivers"
50PREFERRED_PROVIDER_virtual/egl ?= "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"
51 60
52PREFERRED_PROVIDER_wayland ?= "wayland-nv" 61PREFERRED_PROVIDER_wayland ?= "wayland-nv"
53PREFERRED_PROVIDER_wayland-native ?= "wayland-nv" 62PREFERRED_PROVIDER_wayland-native ?= "wayland-nv"
@@ -64,4 +73,7 @@ BBMASK .= "\
64|meta-vib4/recipes-devtools\ 73|meta-vib4/recipes-devtools\
65|meta-vib4/recipes-extended\ 74|meta-vib4/recipes-extended\
66|meta-vib4/recipes-multimedia/audiomanager\ 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\
67" 79"