From d1014d8b2e40f36cd85d75cfd3732f6b124dab2f Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 31 Oct 2016 16:17:43 +0200 Subject: sdk: do not explicitly define Qt dependency packages Until now, the toolchain used by CI has been created without Qt, but with all (best guess) Qt dependencies. Now toolchain is created with Qt and we get all Qt dependencies correctly into the toolchain. As a consequence, CI will now need to build Qt, which has not been covered in CI before. The difference between embedded-sdk and embedded-qt5-sdk is that the former does not include files needed for debugging. Change-Id: Ie2be156c07e51119c0d4782494d6bcde6f34ed60 Reviewed-by: Risto Avila --- .../meta/meta-toolchain-b2qt-embedded-sdk.bb | 32 ++++++++++++++++++++++ ...kagegroup-b2qt-embedded-qt5-toolchain-target.bb | 6 ++-- 2 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 recipes-qt/meta/meta-toolchain-b2qt-embedded-sdk.bb (limited to 'recipes-qt') diff --git a/recipes-qt/meta/meta-toolchain-b2qt-embedded-sdk.bb b/recipes-qt/meta/meta-toolchain-b2qt-embedded-sdk.bb new file mode 100644 index 0000000..777bffe --- /dev/null +++ b/recipes-qt/meta/meta-toolchain-b2qt-embedded-sdk.bb @@ -0,0 +1,32 @@ +############################################################################ +## +## 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$ +## +############################################################################ + +require recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb + +SDKIMAGE_FEATURES = "dev-pkgs" diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb index 6900190..6c1f022 100644 --- a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb +++ b/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb @@ -35,11 +35,11 @@ inherit packagegroup qtquickcompiler PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" -MACHINE_EXTRA_INSTALL_QT_SDK ?= "" +MACHINE_EXTRA_INSTALL_SDK ?= "" RDEPENDS_${PN} += " \ - ${MACHINE_EXTRA_INSTALL_QT_SDK} \ - packagegroup-b2qt-embedded-toolchain-target \ + ${MACHINE_EXTRA_INSTALL_SDK} \ + packagegroup-core-standalone-sdk-target \ \ qt3d-dev \ qtbase-dev \ -- cgit v1.2.3-54-g00ecf