############################################################################ ## ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Boot to Qt meta layer. ## ## $QT_BEGIN_LICENSE:GPL$ ## Commercial License Usage ## Licensees holding valid commercial Qt licenses may use this file in ## accordance with the commercial license agreement provided with the ## Software or, alternatively, in accordance with the terms contained in ## a written agreement between you and The Qt Company. For licensing terms ## and conditions see https://www.qt.io/terms-conditions. For further ## information use the contact form at https://www.qt.io/contact-us. ## ## GNU General Public License Usage ## Alternatively, this file may be used under the terms of the GNU ## General Public License version 3 or (at your option) any later version ## approved by the KDE Free Qt Foundation. The licenses are as published by ## the Free Software Foundation and appearing in the file LICENSE.GPL3 ## included in the packaging of this file. Please review the following ## information to ensure the GNU General Public License requirements will ## be met: https://www.gnu.org/licenses/gpl-3.0.html. ## ## $QT_END_LICENSE$ ## ############################################################################ include conf/distro/include/tegra.inc TARGET_CFLAGS += " -DWIN_INTERFACE_CUSTOM" DISTRO_FEATURES_DEFAULT += "wayland" KERN_DIR ?= '${@os.path.normpath("${TOPDIR}/../sources/vibrante-t186/kernel")}' PLATFORM_TOPDIR ?= '${@os.path.normpath("${TOPDIR}/../sources/vibrante-t186/vibrante-t186ref-linux")}' NVLAYER_DIR ?= "${TOPDIR}/../sources/nvidia-layer" MACHINE_EXTRA_INSTALL += "\ tegra-firmware-fecs \ tegra-firmware-gmicrocode \ tegra-firmware-gpccs \ tegra-firmware-gpmu \ tegra-firmware-gshader \ tegra-firmware-pmu \ tegra-firmware-prod-fuse \ tegra-firmware-xusb \ tegra-firmware-vic \ tegra-firmware-nvdec \ tegra-firmware-nvenc \ tegra-firmware-nvjpeg \ tegra-drivers \ virtual/libegl \ virtual/libgles2 \ libdrm-nv \ asound-conf \ " PREFERRED_PROVIDER_virtual/libgles2 ?= "tegra-drivers" PREFERRED_PROVIDER_virtual/libgles2-dev ?= "tegra-drivers" PREFERRED_PROVIDER_virtual/libegl ?= "tegra-drivers" PREFERRED_PROVIDER_virtual/libegl-dev ?= "tegra-drivers" PREFERRED_PROVIDER_virtual/egl ?= "tegra-drivers" PREFERRED_PROVIDER_virtual/libgl ?= "tegra-drivers" PREFERRED_PROVIDER_virtual/libgles1 ?= "tegra-drivers" PREFERRED_PROVIDER_virtual/mesa ?= "tegra-drivers" PREFERRED_PROVIDER_wayland ?= "wayland-nv" PREFERRED_PROVIDER_wayland-native ?= "wayland-nv" PREFERRED_PROVIDER_nativesdk-wayland ?= "wayland-nv" BBMASK ?= " " BBMASK .= "\ |meta-vib4/recipes-connectivity/connman\ |meta-vib4/recipes-core/busybox\ |meta-vib4/recipes-core/images\ |meta-vib4/recipes-core/meta\ |meta-vib4/recipes-core/packagegroups\ |meta-vib4/recipes-core/systemd/systemd\ |meta-vib4/recipes-devtools\ |meta-vib4/recipes-extended\ |meta-vib4/recipes-multimedia/audiomanager\ |meta-vib4/recipes-core/glibc\ |meta-vib4/recipes-support/lvm2\ |meta-vib4/recipes-kernel/linux-libc-headers\ "