############################################################################ ## ## Copyright (C) 2021 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/fsl.inc # include file from meta-toradex-nxp include conf/machine/include/${MACHINE}.inc PREFERRED_PROVIDER_virtual/dtb:use-nxp-bsp = "device-tree-overlays" IMAGE_CLASSES += "image_type_tezi_b2qt" QBSP_IMAGE_CONTENT += "\ ${IMAGE_LINK_NAME}.tezi.tar \ " BBMASK += "\ meta-toradex-nxp/backports \ meta-toradex-nxp/recipes-bsp/u-boot/u-boot-tools_%.bbappend \ " DEPLOY_CONF_NAME = "Toradex ${MACHINE_NAME}" DEPLOY_CONF_NAME:apalis-imx6 = "Toradex Apalis iMX6" DEPLOY_CONF_NAME:apalis-imx8 = "Toradex Apalis iMX8" DEPLOY_CONF_NAME:colibri-imx6 = "Toradex Colibri iMX6" DEPLOY_CONF_NAME:colibri-imx6ull = "Toradex Colibri iMX6 ULL" DEPLOY_CONF_NAME:colibri-imx6ull-emmc = "Toradex Colibri iMX6 ULL eMMC" DEPLOY_CONF_NAME:colibri-imx7 = "Toradex Colibri iMX7" DEPLOY_CONF_NAME:colibri-imx7-emmc = "Toradex Colibri iMX7 eMMC" DEPLOY_CONF_NAME:colibri-imx8x = "Toradex Colibri iMX8X" DEPLOY_CONF_NAME:verdin-imx8mm = "Toradex Verdin iMX8M Mini" DEPLOY_CONF_NAME:verdin-imx8mp = "Toradex Verdin iMX8M Plus" GPULESS_FEATURES = "wayland opengl vulkan webengine" GPULESS_FEATURES:imxgpu = "" DISTRO_FEATURES:remove = "${GPULESS_FEATURES}" # Suitable DRI device DRI_DEVICE:apalis-imx6 = "card1" DRI_DEVICE:colibri-imx6 = "card1" DRI_DEVICE:colibri-imx7-emmc = "card0" DRI_DEVICE:apalis-imx8 = "card1" DRI_DEVICE:apalis-imx8x = "card0" DRI_DEVICE:colibri-imx8x = "card1" DRI_DEVICE:colibri-imx8x-v10b = "card1" DRI_DEVICE:verdin-imx8mm = "card0" DRI_DEVICE:verdin-imx8mp = "card0" # remove support for 256MB version colibri-imx6ull in tezi image, since image will be too large for it. TORADEX_PRODUCT_IDS:remove:colibri-imx6ull = "0036" # fix u-boot build UBOOT_SUFFIX:colibri-imx6ull = "img" # fix tezi build TAR_IMAGE_ROOTFS:task-image-bootfs = "${WORKDIR}/bootfs"