diff options
Diffstat (limited to 'conf/distro/include/tegra-t18x.conf')
| -rw-r--r-- | conf/distro/include/tegra-t18x.conf | 50 |
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 | ||
| 23 | include conf/distro/include/tegra.inc | ||
| 24 | |||
| 23 | TARGET_CFLAGS += " -DWIN_INTERFACE_CUSTOM" | 25 | TARGET_CFLAGS += " -DWIN_INTERFACE_CUSTOM" |
| 24 | DISTRO_FEATURES_DEFAULT += "wayland weston" | 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" | ||
| 25 | 31 | ||
| 26 | MACHINE_EXTRA_INSTALL = "\ | 32 | MACHINE_EXTRA_INSTALL = "\ |
| 27 | tegra-firmware-fecs \ | 33 | tegra-firmware-fecs \ |
| 28 | tegra-firmware-gmicrocode \ | 34 | tegra-firmware-gmicrocode \ |
| 29 | tegra-firmware-gpccs \ | 35 | tegra-firmware-gpccs \ |
| 30 | tegra-firmware-gpmu \ | 36 | tegra-firmware-gpmu \ |
| 31 | tegra-firmware-gshader \ | 37 | tegra-firmware-gshader \ |
| 32 | tegra-firmware-pmu \ | 38 | tegra-firmware-pmu \ |
| 33 | tegra-firmware-prod-fuse \ | 39 | tegra-firmware-prod-fuse \ |
| 34 | tegra-firmware-xusb \ | 40 | tegra-firmware-xusb \ |
| 35 | tegra-firmware-vic \ | 41 | tegra-firmware-vic \ |
| 36 | tegra-firmware-nvdec \ | 42 | tegra-firmware-nvdec \ |
| 37 | tegra-firmware-nvenc \ | 43 | tegra-firmware-nvenc \ |
| 38 | tegra-firmware-nvjpeg \ | 44 | tegra-firmware-nvjpeg \ |
| 39 | tegra-drivers \ | 45 | tegra-drivers \ |
| 40 | virtual/libegl \ | 46 | virtual/libegl \ |
| 41 | virtual/libgles2 \ | 47 | virtual/libgles2 \ |
| 42 | libdrm-nv \ | 48 | libdrm-nv \ |
| 43 | asound-conf \ | 49 | asound-conf \ |
| 44 | " | 50 | " |
| 45 | 51 | ||
| 46 | PREFERRED_PROVIDER_virtual/libgles2 ?= "tegra-drivers" | 52 | PREFERRED_PROVIDER_virtual/libgles2 ?= "tegra-drivers" |
| 47 | PREFERRED_PROVIDER_virtual/libgles2-dev ?= "tegra-drivers" | 53 | PREFERRED_PROVIDER_virtual/libgles2-dev ?= "tegra-drivers" |
| 48 | PREFERRED_PROVIDER_virtual/libegl ?= "tegra-drivers" | 54 | PREFERRED_PROVIDER_virtual/libegl ?= "tegra-drivers" |
| 49 | PREFERRED_PROVIDER_virtual/libegl-dev ?= "tegra-drivers" | 55 | PREFERRED_PROVIDER_virtual/libegl-dev ?= "tegra-drivers" |
| 50 | PREFERRED_PROVIDER_virtual/egl ?= "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" | ||
| 51 | 60 | ||
| 52 | PREFERRED_PROVIDER_wayland ?= "wayland-nv" | 61 | PREFERRED_PROVIDER_wayland ?= "wayland-nv" |
| 53 | PREFERRED_PROVIDER_wayland-native ?= "wayland-nv" | 62 | PREFERRED_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 | " |
