From 418de6c1309ceb4bf3add3f62f6eaea7ec8802d3 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 28 Aug 2019 07:53:26 +0300 Subject: Add config for NXP i.MX8QXP Change-Id: If7cdb523878f0b6b371d622318b675ac603e2891 Reviewed-by: Kari Hormi --- b2qt-init-build-env | 2 +- .../conf/distro/include/imx8qxpmek.conf | 32 ++++++++++++++++++++++ scripts/setup-environment.sh | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 meta-boot2qt-distro/conf/distro/include/imx8qxpmek.conf 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) -- cgit v1.2.3 From 0407488e1ecfb207c41e1f97f6978a9ad694552b Mon Sep 17 00:00:00 2001 From: Jukka Jokiniva Date: Tue, 3 Sep 2019 07:53:57 +0300 Subject: Update automotive sha1s in QtAS-5.12.4 branch Change-Id: I6a62feb13128a43d8d2929b792c3569598cf532c Reviewed-by: Samuli Piippo --- meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb | 2 +- meta-boot2qt/recipes-qt/automotive/qtivi_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb b/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb index aefabbe4..4660a0e4 100644 --- a/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb +++ b/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb @@ -34,7 +34,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504" inherit qt5-module require recipes-qt/qt5/qt5-git.inc -SRCREV = "457ba7b13a8fa21803ea52ec39aaddd7eee5e44a" +SRCREV = "4ae1c55c4776c0c5465ddc5a7142c346b42f305d" DEPENDS = "qtbase qtdeclarative libyaml libarchive \ ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland qtwayland-native", "", d)}" diff --git a/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb b/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb index f572cd4d..fa84ab5b 100644 --- a/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb +++ b/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb @@ -50,7 +50,7 @@ SRC_URI += " \ file://0001-Use-QT_HOST_BINS-get-for-getting-correct-path.patch \ " -SRCREV_qtivi = "910b074f1819e0b3c3a67a7d98f20a97f96ec993" +SRCREV_qtivi = "582c91cda2c2831f666fa99d39e4637d7828927f" SRCREV_qface = "0a3ae7686e1100be452b8c435bdcd84ec242340e" SRCREV = "${SRCREV_qtivi}" SRCREV_FORMAT = "qtivi_qface" -- cgit v1.2.3 From 5d275d7362718ca2994c329cbc6d08bc38bf75fc Mon Sep 17 00:00:00 2001 From: Jukka Jokiniva Date: Tue, 3 Sep 2019 21:17:22 +0300 Subject: Update automotive sha1s in QtAS-5.12.4 branch Change-Id: Id60a2c8b7ba3d66bf152a76a9721fb77c6249b9b Reviewed-by: Jukka Jokiniva --- meta-boot2qt/recipes-qt/automotive/qtivi_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb b/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb index fa84ab5b..c99f8943 100644 --- a/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb +++ b/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb @@ -50,7 +50,7 @@ SRC_URI += " \ file://0001-Use-QT_HOST_BINS-get-for-getting-correct-path.patch \ " -SRCREV_qtivi = "582c91cda2c2831f666fa99d39e4637d7828927f" +SRCREV_qtivi = "346d123b3e8c7f0e24fd465a00974f4d2189fd08" SRCREV_qface = "0a3ae7686e1100be452b8c435bdcd84ec242340e" SRCREV = "${SRCREV_qtivi}" SRCREV_FORMAT = "qtivi_qface" -- cgit v1.2.3 From a0b92009f8b7cd7516c88a9b0cfde244aea55bf5 Mon Sep 17 00:00:00 2001 From: Jukka Jokiniva Date: Wed, 4 Sep 2019 07:42:04 +0300 Subject: Update automotive sha1s in QtAS-5.12.4 branch Change-Id: I6d80eaca0361edb64f54b0cc2fc7696ec4d81fa3 Reviewed-by: Samuli Piippo --- meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb b/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb index 4660a0e4..bf8d7732 100644 --- a/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb +++ b/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb @@ -34,7 +34,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504" inherit qt5-module require recipes-qt/qt5/qt5-git.inc -SRCREV = "4ae1c55c4776c0c5465ddc5a7142c346b42f305d" +SRCREV = "ff4bc7cbaf5827736fda4b1a8c85fcdd351680c1" DEPENDS = "qtbase qtdeclarative libyaml libarchive \ ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland qtwayland-native", "", d)}" -- cgit v1.2.3