aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-08-28 07:53:26 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2019-09-03 07:48:39 +0300
commit418de6c1309ceb4bf3add3f62f6eaea7ec8802d3 (patch)
treeb9a3d64655697f225aa001ca74019a4a559aa377
parent923995f2e0a8c81256faf3737f2dddbbe6da6a8d (diff)
Add config for NXP i.MX8QXP
Change-Id: If7cdb523878f0b6b371d622318b675ac603e2891 Reviewed-by: Kari Hormi <kari.hormi@qt.io>
-rwxr-xr-xb2qt-init-build-env2
-rw-r--r--meta-boot2qt-distro/conf/distro/include/imx8qxpmek.conf32
-rwxr-xr-xscripts/setup-environment.sh2
3 files changed, 34 insertions, 2 deletions
diff --git a/b2qt-init-build-env b/b2qt-init-build-env
index bec9db92..d335f332 100755
--- a/b2qt-init-build-env
+++ b/b2qt-init-build-env
@@ -115,7 +115,7 @@ get_groups() {
all)
PROJECT_GROUPS="external"
;;
- imx8qmmek|imx8mqevk)
+ imx8*)
PROJECT_GROUPS="fsl-imx8"
;;
apalis-imx8|colibri-imx8qxp)
diff --git a/meta-boot2qt-distro/conf/distro/include/imx8qxpmek.conf b/meta-boot2qt-distro/conf/distro/include/imx8qxpmek.conf
new file mode 100644
index 00000000..3445d5c2
--- /dev/null
+++ b/meta-boot2qt-distro/conf/distro/include/imx8qxpmek.conf
@@ -0,0 +1,32 @@
+############################################################################
+##
+## Copyright (C) 2019 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-imx8.inc
+
+DEPLOY_CONF_NAME = "NXP i.MX 8QuadXPlus MEK"
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index c4f6a3d7..05e70159 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -56,7 +56,7 @@ BUILDDIRECTORY=${BUILDDIRECTORY:-build-${MACHINE}}
if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
case ${MACHINE} in
- imx8qmmek|imx8mqevk)
+ imx8*)
LAYERSCONF="bblayers.conf.fsl-imx8.sample"
;;
apalis-imx8|colibri-imx8qxp)