############################################################################ ## ## 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/imx6.inc include conf/distro/include/imx6-egl.inc include conf/distro/include/imx6-opencv.inc DEPLOY_CONF_NAME = "Boundary Devices i.MX6" BOOTFS_CONTENT = "\ ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \ ${KERNEL_IMAGETYPE}-imx6q-${MACHINE}.dtb:imx6q-${MACHINE}.dtb \ ${KERNEL_IMAGETYPE}-imx6dl-${MACHINE}.dtb:imx6dl-${MACHINE}.dtb \ ${KERNEL_IMAGETYPE}-imx6q-sabrelite.dtb:imx6q-sabrelite.dtb \ ${KERNEL_IMAGETYPE}-imx6dl-nit6xlite.dtb:imx6dl-nit6xlite.dtb \ ${KERNEL_IMAGETYPE}-imx6q-nitrogen6_max.dtb:imx6q-nitrogen6_max.dtb \ 6x_bootscript-${MACHINE}:6x_bootscript \ 6x_upgrade-${MACHINE}:6x_upgrade \ u-boot-${MACHINE}.imx:u-boot.imx \ " BOOTFS_DEPENDS = "u-boot:do_deploy virtual/kernel:do_deploy u-boot-script-boundary:do_deploy" BOOT_SPACE = "16384" BOOT_SCRIPTS += "6x_upgrade-${MACHINE}:6x_upgrade \ u-boot-nit6xlite-*.imx:u-boot.nit6xlite \ u-boot-nit6xlite1g-*.imx:u-boot.nit6xlite1g \ u-boot-nitrogen6dl-*.imx:u-boot.nitrogen6dl \ u-boot-nitrogen6dl2g-*.imx:u-boot.nitrogen6dl2g \ u-boot-nitrogen6q2g-*.imx:u-boot.nitrogen6q2g \ u-boot-nitrogen6q-*.imx:u-boot.nitrogen6q \ u-boot-nitrogen6q_fl-*.imx:u-boot.nitrogen6q_fl \ u-boot-nitrogen6qp_max-*.imx:u-boot.nitrogen6qp_max \ u-boot-nitrogen6s1g-*.imx:u-boot.nitrogen6s1g \ u-boot-nitrogen6s-*.imx:u-boot.nitrogen6s \ u-boot-nitrogen6sx-*.imx:u-boot.nitrogen6sx \ u-boot-nitrogen6_lum_dl1-*.imx:u-boot.nitrogen6_lum_dl1 \ u-boot-nitrogen6_max-*.imx:u-boot.nitrogen6_max \ u-boot-nitrogen6_vm1g-*.imx:u-boot.nitrogen6_vm1g \ u-boot-nitrogen6_vm-*.imx:u-boot.nitrogen6_vm \ " UBOOT_MACHINE = "" UBOOT_CONFIG ??= "nit6xlite nit6xlite1g \ nitrogen6dl nitrogen6dl2g \ nitrogen6q2g nitrogen6q nitrogen6q_fl nitrogen6qp_max \ nitrogen6s1g nitrogen6s nitrogen6sx \ nitrogen6_lum_dl1 nitrogen6_max \ nitrogen6_vm1g nitrogen6_vm \ " UBOOT_CONFIG[nit6xlite] = "nit6xlite_config" UBOOT_CONFIG[nit6xlite1g] = "nit6xlite1g_config" UBOOT_CONFIG[nitrogen6dl] = "nitrogen6dl_config" UBOOT_CONFIG[nitrogen6dl2g] = "nitrogen6dl2g_config" UBOOT_CONFIG[nitrogen6q2g] = "nitrogen6q2g_config" UBOOT_CONFIG[nitrogen6q] = "nitrogen6q_config" UBOOT_CONFIG[nitrogen6q_fl] = "nitrogen6q_fl_config" UBOOT_CONFIG[nitrogen6qp_max] = "nitrogen6qp_max_config" UBOOT_CONFIG[nitrogen6s1g] = "nitrogen6s1g_config" UBOOT_CONFIG[nitrogen6s] = "nitrogen6s_config" UBOOT_CONFIG[nitrogen6sx] = "nitrogen6sx_config" UBOOT_CONFIG[nitrogen6_lum_dl1] = "nitrogen6_lum_dl1_config" UBOOT_CONFIG[nitrogen6_max] = "nitrogen6_max_config" UBOOT_CONFIG[nitrogen6_vm1g] = "nitrogen6_vm1g_config" UBOOT_CONFIG[nitrogen6_vm] = "nitrogen6_vm_config" EXTRA_IMAGEDEPENDS += "u-boot-script-boundary" KERNEL_DEVICETREE += "imx6dl-nit6xlite.dtb" DISTRO_FEATURES_DEFAULT += "wayland" MACHINE_EXTRA_INSTALL = "\ bcm4330-nvram-config \ " ADB_PRODUCTID = "0x0d02"