From 6a16112651c0ff8ea14ffcbf120c4e5697492587 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 17 Aug 2018 15:49:18 +0300 Subject: toradex: add support for colibri-imx6ull All u-boot scripts updated and one added for colibri-imx6ull. Colibri-imx6ull supports tezi, but has same size limitation as colibri-imx7. Task-number: QTBUG-70052 Change-Id: Ia05f15c27ceff2b643470c08c3c1be6ace209fb4 Reviewed-by: Mikko Gronoff --- .../conf/distro/include/colibri-imx6ull.conf | 50 ++++++++++++++++++++++ .../qt5/qtbase/mx6ull/oe-device-extra.pri | 2 + 2 files changed, 52 insertions(+) create mode 100644 meta-boot2qt-distro/conf/distro/include/colibri-imx6ull.conf create mode 100644 meta-boot2qt-distro/recipes-qt/qt5/qtbase/mx6ull/oe-device-extra.pri (limited to 'meta-boot2qt-distro') diff --git a/meta-boot2qt-distro/conf/distro/include/colibri-imx6ull.conf b/meta-boot2qt-distro/conf/distro/include/colibri-imx6ull.conf new file mode 100644 index 0000000..9090055 --- /dev/null +++ b/meta-boot2qt-distro/conf/distro/include/colibri-imx6ull.conf @@ -0,0 +1,50 @@ +############################################################################ +## +## Copyright (C) 2018 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/toradex.inc + +DEPLOY_CONF_NAME = "Toradex Colibri iMX6ULL" + +IMAGE_FSTYPES += "teziimg" + +QBSP_IMAGE_CONTENT += "\ + ${IMAGE_LINK_NAME}.tezi.tar \ + " + +BOOT_SCRIPTS += " \ + u-boot-${MACHINE}.imx:${MACHINEDIR}/u-boot.imx \ + " + +PREFERRED_PROVIDER_virtual/egl_b2qt = "opengldummy" +PREFERRED_PROVIDER_virtual/libgles2_b2qt = "opengldummy" + +DISTRO_FEATURES_remove = "webengine wayland" + +# try to limit the maximum size of the tezi image +RDEPENDS_packagegroup-b2qt-embedded-base_remove_pn-packagegroup-b2qt-embedded-base = "linux-firmware" diff --git a/meta-boot2qt-distro/recipes-qt/qt5/qtbase/mx6ull/oe-device-extra.pri b/meta-boot2qt-distro/recipes-qt/qt5/qtbase/mx6ull/oe-device-extra.pri new file mode 100644 index 0000000..9c4f92f --- /dev/null +++ b/meta-boot2qt-distro/recipes-qt/qt5/qtbase/mx6ull/oe-device-extra.pri @@ -0,0 +1,2 @@ +QMAKE_PLATFORM += boot2qt +QT_QPA_DEFAULT_PLATFORM = linuxfb -- cgit v1.2.3-54-g00ecf