Skip to content
Snippets Groups Projects
Commit 2c8fcd08 authored by Daniel Morais's avatar Daniel Morais Committed by Mikko Gronoff
Browse files

toradex: add support for colibri-imx7-emmc


All u-boot scripts were updated and one added.
Colibri-imx7-emmc only supports tezi, so dumb
toradex u-boot scripts were created.

Change-Id: I39c4472d781da03e60ef992eb2974f9f764c29ee
Reviewed-by: default avatarSamuli Piippo <samuli.piippo@qt.io>
parent 364b1180
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ get_groups() {
apalis-imx8|imx8qmlpddr4arm2)
PROJECT_GROUPS="fsl-imx8"
;;
apalis-imx6|colibri-imx6|colibri-imx6ull|colibri-vf|colibri-imx7)
apalis-imx6|colibri-imx6|colibri-imx6ull|colibri-vf|colibri-imx7|colibri-imx7-emmc)
PROJECT_GROUPS="toradex"
;;
nitrogen6x|nitrogen7)
......
############################################################################
##
## 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/toradex.inc
DEPLOY_CONF_NAME = "Toradex Colibri iMX7 eMMC"
QBSP_IMAGE_CONTENT += "\
${IMAGE_LINK_NAME}.tezi.tar \
"
IMAGE_BOOT_FILES += " \
u-boot.imx;${MACHINEDIR}/u-boot.imx \
"
PREFERRED_PROVIDER_virtual/egl = "opengldummy"
PREFERRED_PROVIDER_virtual/libgles2 = "opengldummy"
DISTRO_FEATURES_remove = "webengine wayland vulkan"
# try to limit the maximum size of the tezi image
RDEPENDS_packagegroup-b2qt-embedded-base_remove_pn-packagegroup-b2qt-embedded-base = "linux-firmware"
echo 'Legacy update is not supported for this module type'
echo 'Legacy update is not supported for this module type'
......@@ -59,7 +59,7 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
apalis-imx8|imx8qmlpddr4arm2)
LAYERSCONF="bblayers.conf.fsl-imx8.sample"
;;
apalis-imx6|colibri-imx6|colibri-imx6ull|colibri-vf|colibri-imx7)
apalis-imx6|colibri-imx6|colibri-imx6ull|colibri-vf|colibri-imx7|colibri-imx7-emmc)
LAYERSCONF="bblayers.conf.toradex.sample"
;;
nitrogen6x|nitrogen7)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment