aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-08-21 10:26:18 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2020-09-03 14:37:53 +0300
commitdba84d058239a8b3cf377ad90d134e27836d6e62 (patch)
tree9a9bc8f9206f571ee02b54b54e12d818b1732aa7
parent449a9e5e6916ec395967a9b3fc5d5ba5c527f225 (diff)
Remove all automotive related recipes
With the switch to Qt 6, the automotive module will not be supported at the beginning. Bring back recipes once the modules are ported to Qt6. Change-Id: I33dafbd12f9a36e0332fa1935a68568fa2cb0e2d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--meta-boot2qt-distro/conf/distro/include/no-gpl3.inc1
-rw-r--r--meta-boot2qt-distro/recipes-devtools/python/python3_%.bbappend9
-rw-r--r--meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb54
-rw-r--r--meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb50
-rw-r--r--meta-boot2qt-distro/recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb39
-rw-r--r--meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb42
-rw-r--r--meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb49
-rw-r--r--meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb47
-rw-r--r--meta-boot2qt/recipes-qt/automotive/gammaray_git.bb31
-rw-r--r--meta-boot2qt/recipes-qt/automotive/neptune3-ui/0001_hardware_variant_low.patch26
-rw-r--r--meta-boot2qt/recipes-qt/automotive/neptune3-ui/drivedata-simulation-server.service13
-rw-r--r--meta-boot2qt/recipes-qt/automotive/neptune3-ui/intel-corei7-64/kms-qsr.conf10
-rw-r--r--meta-boot2qt/recipes-qt/automotive/neptune3-ui/kms-qsr.conf3
-rw-r--r--meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune-qsr3
-rw-r--r--meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune-qsr.service14
-rw-r--r--meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service18
-rw-r--r--meta-boot2qt/recipes-qt/automotive/neptune3-ui/remotesettings-server.service13
-rw-r--r--meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb124
-rw-r--r--meta-boot2qt/recipes-qt/automotive/qmllive_git.bb45
-rw-r--r--meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb72
-rw-r--r--meta-boot2qt/recipes-qt/automotive/qtivi/0001-Use-QT_HOST_BINS-get-for-getting-correct-path.patch33
-rw-r--r--meta-boot2qt/recipes-qt/automotive/qtivi/ivi-services.target3
-rw-r--r--meta-boot2qt/recipes-qt/automotive/qtivi/ivimedia-simulation-server.service13
-rw-r--r--meta-boot2qt/recipes-qt/automotive/qtivi/ivivehiclefunctions-simulation-server.service13
-rw-r--r--meta-boot2qt/recipes-qt/automotive/qtivi_git.bb94
-rw-r--r--meta-boot2qt/recipes-qt/automotive/qtsaferenderer/0001-Fix-yocto-build-issues.patch47
-rw-r--r--meta-boot2qt/recipes-qt/automotive/qtsaferenderer_git.bb59
-rw-r--r--meta-boot2qt/recipes-qt/automotive/qtwebbrowser_git.bb45
-rw-r--r--meta-boot2qt/recipes-qt/qt5/qface_git.bb54
29 files changed, 0 insertions, 1024 deletions
diff --git a/meta-boot2qt-distro/conf/distro/include/no-gpl3.inc b/meta-boot2qt-distro/conf/distro/include/no-gpl3.inc
index ffb97411..0ec9ea6a 100644
--- a/meta-boot2qt-distro/conf/distro/include/no-gpl3.inc
+++ b/meta-boot2qt-distro/conf/distro/include/no-gpl3.inc
@@ -34,7 +34,6 @@
INCOMPATIBLE_LICENSE += "*GPLv3"
IMAGE_FEATURES_remove_pn-b2qt-embedded-qt5-image = "tools-debug debug-tweaks"
-IMAGE_FEATURES_remove_pn-b2qt-automotive-qt5-image = "tools-debug debug-tweaks"
RDEPENDS_packagegroup-b2qt-embedded-tools_remove_pn-packagegroup-b2qt-embedded-tools = "binutils binutils-symlinks perf"
RDEPENDS_packagegroup-b2qt-embedded-base_remove_pn-packagegroup-b2qt-embedded-base = "ttf-freefont-mono"
diff --git a/meta-boot2qt-distro/recipes-devtools/python/python3_%.bbappend b/meta-boot2qt-distro/recipes-devtools/python/python3_%.bbappend
deleted file mode 100644
index 57d0530a..00000000
--- a/meta-boot2qt-distro/recipes-devtools/python/python3_%.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-# We need to install the python3 binary into the sysroot to let qtivi install that binary
-# into the correct location.
-# We can't install it directly into ${bindir} as this would be picked up by other recipes
-# and produce a lot of errors. Instead put it inside a qt5 folder where only qtivi picks it up
-# This is a workaround and needs to be replaced by a proper solution discussed here:
-# https://bugreports.qt.io/browse/AUTOSUITE-176
-sysroot_stage_all_append_class-nativesdk () {
- sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir}/qt5
-}
diff --git a/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb b/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb
deleted file mode 100644
index 010ca22c..00000000
--- a/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb
+++ /dev/null
@@ -1,54 +0,0 @@
-############################################################################
-##
-## 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$
-##
-############################################################################
-
-DESCRIPTION = "B2Qt Automotive Qt5 image"
-LICENSE = "The-Qt-Company-Commercial"
-LIC_FILES_CHKSUM = "file://${BOOT2QTBASE}/licenses/The-Qt-Company-Commercial;md5=c8b6dd132d52c6e5a545df07a4e3e283"
-
-DEPLOY_CONF_TYPE = "Qt Automotive Suite $QT_VERSION"
-
-IMAGE_FEATURES += "\
- package-management \
- ssh-server-dropbear \
- tools-debug \
- tools-profile \
- debug-tweaks \
- hwcodecs \
- "
-
-inherit core-image qbsp-image
-inherit consistent_timestamps
-
-IMAGE_INSTALL += "\
- packagegroup-b2qt-embedded-base \
- packagegroup-b2qt-embedded-tools \
- ${@bb.utils.contains("DISTRO_FEATURES", "gstreamer", "packagegroup-b2qt-embedded-gstreamer", "", d)} \
- packagegroup-b2qt-qt5-modules \
- packagegroup-b2qt-automotive-addons \
- "
diff --git a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb b/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb
deleted file mode 100644
index eef2c1d8..00000000
--- a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb
+++ /dev/null
@@ -1,50 +0,0 @@
-############################################################################
-##
-## 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$
-##
-############################################################################
-
-DESCRIPTION = "Meta task for QBSP creation"
-
-LICENSE = "The-Qt-Company-Commercial"
-LIC_FILES_CHKSUM = "file://${BOOT2QTBASE}/licenses/The-Qt-Company-Commercial;md5=c8b6dd132d52c6e5a545df07a4e3e283"
-
-# get Qt version number
-require recipes-qt/qt5/qt5-git.inc
-S = "${WORKDIR}"
-
-inherit qbsp
-
-PV := "${@d.getVar('PV').split('+')[0]}"
-
-VERSION_SHORT = "${@d.getVar('PV').replace('.','')}"
-QBSP_NAME = "Automotive ${PV}"
-QBSP_MACHINE = "${@d.getVar('MACHINE').replace('-','')}"
-QBSP_INSTALLER_COMPONENT = "automotive.${VERSION_SHORT}.yocto.${QBSP_MACHINE}"
-QBSP_INSTALL_PATH = "/${PV}/Automotive/${MACHINE}"
-
-QBSP_SDK_TASK = "meta-toolchain-b2qt-automotive-qt5-sdk"
-QBSP_IMAGE_TASK = "b2qt-automotive-qt5-image"
diff --git a/meta-boot2qt-distro/recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb b/meta-boot2qt-distro/recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb
deleted file mode 100644
index 4d06cde6..00000000
--- a/meta-boot2qt-distro/recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb
+++ /dev/null
@@ -1,39 +0,0 @@
-############################################################################
-##
-## 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$
-##
-############################################################################
-
-DESCRIPTION = "B2Qt embedded Qt5 SDK toolchain"
-
-LICENSE = "The-Qt-Company-Commercial"
-LIC_FILES_CHKSUM = "file://${BOOT2QTBASE}/licenses/The-Qt-Company-Commercial;md5=c8b6dd132d52c6e5a545df07a4e3e283"
-
-inherit populate_b2qt_qt5_sdk
-
-TOOLCHAIN_HOST_TASK += "nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host"
-TOOLCHAIN_TARGET_TASK += "packagegroup-b2qt-embedded-qt5-toolchain-target \
- packagegroup-b2qt-automotive-qt5-toolchain-target"
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb
deleted file mode 100644
index 383ad07e..00000000
--- a/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb
+++ /dev/null
@@ -1,42 +0,0 @@
-############################################################################
-##
-## 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$
-##
-############################################################################
-
-DESCRIPTION = "Host packages for B2Qt automotive Qt5 SDK"
-LICENSE = "The-Qt-Company-Commercial"
-PR = "r0"
-
-inherit nativesdk packagegroup
-
-RDEPENDS_${PN} += "\
- nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host \
- nativesdk-qtapplicationmanager-tools \
- nativesdk-qtivi-tools \
- "
-
-RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'qtsaferenderer', 'nativesdk-qtsaferenderer-tools', '', d)}"
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb
deleted file mode 100644
index c9fc07ce..00000000
--- a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb
+++ /dev/null
@@ -1,49 +0,0 @@
-############################################################################
-##
-## 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$
-##
-############################################################################
-
-DESCRIPTION = "Automotive specific Qt packages"
-LICENSE = "The-Qt-Company-Commercial"
-
-inherit packagegroup
-
-PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
-
-RDEPENDS_${PN} += " \
- boot2qt-appcontroller \
- qtivi \
- neptune3-ui \
- neptune3-ui-apps \
- ${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebbrowser', '', d)} \
- gammaray \
- qmllive \
- qdb \
- avs-device-sdk \
- "
-
-RDEPENDS_${PN} += "${@bb.utils.filter('DISTRO_FEATURES', 'qtsaferenderer', d)}"
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb
deleted file mode 100644
index 2b3d1162..00000000
--- a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb
+++ /dev/null
@@ -1,47 +0,0 @@
-############################################################################
-##
-## 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$
-##
-############################################################################
-
-DESCRIPTION = "Target packages for B2Qt Automotive Qt5 SDK"
-LICENSE = "The-Qt-Company-Commercial"
-PR = "r0"
-
-inherit packagegroup
-
-PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
-
-RDEPENDS_${PN} += " \
- qtivi-dev \
- libarchive-dev \
- qtapplicationmanager-dev \
- qtapplicationmanager-staticdev \
- avs-device-sdk \
- "
-
-RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'qtsaferenderer', \
- 'qtsaferenderer-dev qtsaferenderer-staticdev', '', d)}"
diff --git a/meta-boot2qt/recipes-qt/automotive/gammaray_git.bb b/meta-boot2qt/recipes-qt/automotive/gammaray_git.bb
deleted file mode 100644
index d9aca20f..00000000
--- a/meta-boot2qt/recipes-qt/automotive/gammaray_git.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-SUMMARY = "GammaRay Qt introspection probe"
-HOMEPAGE = "http://www.kdab.com/gammaray"
-
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://LICENSE.GPL.txt;md5=7020efa50785f41b29f7229ba36ce169"
-
-inherit cmake_qt5
-
-SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}"
-
-BRANCH = "5.15"
-SRCREV = "7cd17bca4fb8369b5e1c5822ac1c79574766d3e7"
-PV = "${BRANCH}+git${SRCPV}"
-
-DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml qtscxml-native \
- ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)} \
- elfutils"
-
-S = "${WORKDIR}/git"
-
-EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF -DGAMMARAY_CORE_ONLY_LAUNCHER=ON"
-
-FILES_${PN}-dev += " \
- /usr/lib/cmake/* \
- /usr/mkspecs/modules/* \
-"
-FILES_${PN}-dbg += " \
- /usr/lib/.debug/* \
- /usr/lib/gammaray/*/*/.debug \
- /usr/lib/gammaray/*/*/styles/.debug \
-"
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/0001_hardware_variant_low.patch b/meta-boot2qt/recipes-qt/automotive/neptune3-ui/0001_hardware_variant_low.patch
deleted file mode 100644
index 36889289..00000000
--- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/0001_hardware_variant_low.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/am-config-lucee.yaml b/am-config-lucee.yaml
-index d78860d5..944084aa 100644
---- a/am-config-lucee.yaml
-+++ b/am-config-lucee.yaml
-@@ -45,7 +45,7 @@ systemProperties:
- showHUD: yes
- devMode: yes
- enableCursorManagement: no
-- hardwareVariant: 'high'
-+ hardwareVariant: 'low'
- #Qt Safe Renderer settings
- qsrEnabled: no
- qsrServerAddress: '127.0.0.1'
-diff --git a/am-config-neptune.yaml b/am-config-neptune.yaml
-index 96699d9b..6b01c83d 100644
---- a/am-config-neptune.yaml
-+++ b/am-config-neptune.yaml
-@@ -43,7 +43,7 @@ systemProperties:
- showHUD: yes
- devMode: yes
- enableCursorManagement: no
-- hardwareVariant: 'high'
-+ hardwareVariant: 'low'
- #Qt Safe Renderer settings
- qsrEnabled: no
- qsrServerAddress: '127.0.0.1'
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/drivedata-simulation-server.service b/meta-boot2qt/recipes-qt/automotive/neptune3-ui/drivedata-simulation-server.service
deleted file mode 100644
index c4ab3959..00000000
--- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/drivedata-simulation-server.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=drivedata-simulation-server
-PartOf=ivi-services.target
-Before=ivi-services.target
-
-[Service]
-User=root
-ExecStart=/opt/neptune3/drivedata-simulation-server
-Restart=on-failure
-Environment=SERVER_CONF_PATH=/opt/neptune3/server.conf
-
-[Install]
-WantedBy=ivi-services.target
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/intel-corei7-64/kms-qsr.conf b/meta-boot2qt/recipes-qt/automotive/neptune3-ui/intel-corei7-64/kms-qsr.conf
deleted file mode 100644
index 9d898b2f..00000000
--- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/intel-corei7-64/kms-qsr.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "hwcursor": false,
- "outputs": [
- {
- "name": "DP3",
- "virtualIndex": 0,
- "primary": true
- }
- ]
-}
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/kms-qsr.conf b/meta-boot2qt/recipes-qt/automotive/neptune3-ui/kms-qsr.conf
deleted file mode 100644
index f003a7fd..00000000
--- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/kms-qsr.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "hwcursor": false
-}
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune-qsr b/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune-qsr
deleted file mode 100644
index 5544a53a..00000000
--- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune-qsr
+++ /dev/null
@@ -1,3 +0,0 @@
-QT_QPA_EGLFS_KMS_CONFIG=/etc/kms-qsr.conf
-QSR_SHOW_TEXT_ON_STARTUP=1
-QSR_FILL_BLACK_BACKGROUND=1
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune-qsr.service b/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune-qsr.service
deleted file mode 100644
index 78b26749..00000000
--- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune-qsr.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Neptune3-UI-QSR
-After=dbus-session.service systemd-user-sessions.service ivi-services.target
-Wants=ivi-services.target
-After=neptune.service
-Conflicts=neptune.service
-
-[Service]
-User=root
-ExecStart=/opt/neptune3/neptune3-ui-qsr-cluster
-Restart=on-failure
-WorkingDirectory=/opt/neptune3
-EnvironmentFile=/etc/default/qt
-EnvironmentFile=/etc/default/neptune-qsr
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service b/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service
deleted file mode 100644
index e2822e74..00000000
--- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service
+++ /dev/null
@@ -1,18 +0,0 @@
-[Unit]
-Description=Neptune3-UI
-After=dbus.service dbus-session@root.service systemd-user-sessions.service ivi-services.target
-Wants=ivi-services.target dbus-session@root.service
-Conflicts=neptune-qsr.service
-Before=neptune-qsr.service
-OnFailure=neptune-qsr.service
-
-[Service]
-User=root
-ExecStart=/opt/neptune3/neptune3-ui -r --dbus session -c am-config-neptune.yaml
-WorkingDirectory=/opt/neptune3
-EnvironmentFile=/etc/default/qt
-Environment=AM_STARTUP_TIMER=1
-Environment=QT_QPA_EGLFS_HIDECURSOR=1
-
-[Install]
-WantedBy=multi-user.target
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/remotesettings-server.service b/meta-boot2qt/recipes-qt/automotive/neptune3-ui/remotesettings-server.service
deleted file mode 100644
index 7d661bbb..00000000
--- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/remotesettings-server.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=remotesettings-server
-PartOf=ivi-services.target
-Before=ivi-services.target
-
-[Service]
-User=root
-ExecStart=/opt/neptune3/remotesettings-server
-Restart=on-failure
-Environment=SERVER_CONF_PATH=/opt/neptune3/server.conf
-
-[Install]
-WantedBy=ivi-services.target
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb b/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb
deleted file mode 100644
index f2c12db7..00000000
--- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb
+++ /dev/null
@@ -1,124 +0,0 @@
-############################################################################
-##
-## Copyright (C) 2019 The Qt Company Ltd.
-## Copyright (C) 2019 Pelagicore AG.
-## 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$
-##
-############################################################################
-
-DESCRIPTION = "Neptune 3 IVI UI"
-LICENSE = "BitstreamVera & ( GPL-3.0 | The-Qt-Company-Commercial )"
-LIC_FILES_CHKSUM = "\
- file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
- file://imports_shared/assets/fonts/LICENSE;md5=b5c5273ad988fb6b52bcb7b5a2a1f370 \
-"
-
-inherit qt5-module systemd
-require recipes-qt/qt5/qt5-git.inc
-
-QT_GIT = "git://codereview.qt-project.org/${QT_GIT_PROJECT}"
-QT_GIT_PROTOCOL = "http"
-QT_GIT_PROJECT = "qt-apps"
-
-SRC_URI += " \
- file://neptune.service \
- file://neptune-qsr.service \
- file://drivedata-simulation-server.service \
- file://remotesettings-server.service \
- file://kms-qsr.conf \
- file://neptune-qsr \
- "
-SRC_URI_append_mx6 = " file://0001_hardware_variant_low.patch"
-SRC_URI_append_rpi = " file://0001_hardware_variant_low.patch"
-
-SRCREV = "e17a5b6f144492e3447afb4869115f0a85fa076a"
-
-QMAKE_PROFILES = "${S}/neptune3-ui.pro"
-
-DEPENDS = "\
- qtbase \
- qtdeclarative \
- qttools-native \
- qtquickcontrols2 \
- qtapplicationmanager qtapplicationmanager-native \
- qtivi qtivi-native \
- qtremoteobjects qtremoteobjects-native \
- "
-RDEPENDS_${PN} = "\
- dbus dbus-session \
- default-qt-envs \
- otf-noto otf-noto-arabic ttf-opensans \
- qtapplicationmanager qtapplicationmanager-tools \
- qtvirtualkeyboard \
- qtquickcontrols2-qmlplugins \
- qtgraphicaleffects-qmlplugins \
- qttools-tools qtivi-tools \
- ${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)} \
- "
-
-PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'qtsaferenderer', d)} ogl-runtime"
-PACKAGECONFIG[qtsaferenderer] = "CONFIG+=use_qsr,,qtsaferenderer qtsaferenderer-native"
-PACKAGECONFIG[ogl-runtime] = ",,ogl-runtime,ogl-runtime"
-
-EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
-
-do_install_append() {
- install -m 0755 -d ${D}${systemd_unitdir}/system
- install -m 0644 ${WORKDIR}/neptune.service ${D}${systemd_unitdir}/system/
- install -m 0644 ${WORKDIR}/drivedata-simulation-server.service ${D}${systemd_unitdir}/system/
- install -m 0644 ${WORKDIR}/remotesettings-server.service ${D}${systemd_unitdir}/system/
-
- if ${@bb.utils.contains('PACKAGECONFIG','qtsaferenderer','true','false',d)}; then
- install -m 0644 ${WORKDIR}/neptune-qsr.service ${D}${systemd_unitdir}/system/
- install -m 0755 -d ${D}${sysconfdir}/default
- install -m 0644 ${WORKDIR}/kms-qsr.conf ${D}${sysconfdir}/
- install -m 0644 ${WORKDIR}/neptune-qsr ${D}${sysconfdir}/default/
- fi
-
- # Don't install duplicate fonts, they are same as ttf-opensans
- rm -rf ${D}/opt/neptune3/imports_shared/assets/fonts/
-
- # Don't package tests
- rm -rf ${D}/usr/share/tests
-}
-
-PACKAGES =+ "${PN}-apps"
-RRECOMMENDS_${PN} += "${PN}-apps"
-
-FILES_${PN}-apps += "/opt/neptune3/apps"
-FILES_${PN} += "\
- /opt/neptune3 \
- ${datadir}/fonts/ttf \
- "
-FILES_${PN}-dev += "\
- /opt/neptune3/lib/*.so \
- "
-
-SYSTEMD_SERVICE_${PN} = "\
- neptune.service \
- drivedata-simulation-server.service \
- remotesettings-server.service \
- ${@bb.utils.contains('PACKAGECONFIG','qtsaferenderer','neptune-qsr.service','',d)} \
- "
diff --git a/meta-boot2qt/recipes-qt/automotive/qmllive_git.bb b/meta-boot2qt/recipes-qt/automotive/qmllive_git.bb
deleted file mode 100644
index a0ed4e50..00000000
--- a/meta-boot2qt/recipes-qt/automotive/qmllive_git.bb
+++ /dev/null
@@ -1,45 +0,0 @@
-############################################################################
-##
-## 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$
-##
-############################################################################
-
-DESCRIPTION = "QML Live target runtime"
-
-LICENSE = "GPL-3.0 | The-Qt-Company-Commercial"
-LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504"
-
-inherit qmake5
-require recipes-qt/qt5/qt5-git.inc
-
-QT_GIT_PROJECT = "qt-apps"
-
-SRCREV = "ae8ead36e590e27724ff5347280948cdf10a4a0d"
-
-DEPENDS = "qtbase qtdeclarative"
-
-EXTRA_QMAKEVARS_PRE += "CONFIG+=skip-tests CONFIG+=skip-examples"
-EXTRA_QMAKEVARS_POST += "QMAKE_RPATHDIR="
diff --git a/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb b/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb
deleted file mode 100644
index c0eff51d..00000000
--- a/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb
+++ /dev/null
@@ -1,72 +0,0 @@
-############################################################################
-##
-## 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$
-##
-############################################################################
-
-DESCRIPTION = "Qt component for application lifecycle management"
-LICENSE = "(GFDL-1.3 & The-Qt-Company-GPL-Exception-1.0 & (LGPL-3.0 | GPL-2.0+)) | The-Qt-Company-Commercial"
-LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504"
-
-inherit qt5-module
-require recipes-qt/qt5/qt5-git.inc
-
-SRCREV = "d4277ed9597a2277f6a32f3f8480d746cd020a82"
-
-DEPENDS = "qtbase qtdeclarative libyaml libarchive \
- ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland qtwayland-native", "", d)}"
-
-RDEPENDS_${PN}_class-target = "libcrypto ${PN}-tools"
-
-EXTRA_QMAKEVARS_PRE += "\
- ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "-config force-multi-process", "-config force-single-process", d)} \
- -config install-prefix=/usr \
- -config systemd-workaround \
- -config hardware-id=neptune \
- "
-
-do_install_append() {
- install -m 0755 -d ${D}/opt/am/
- install -m 0644 ${S}/template-opt/am/config.yaml ${D}/opt/am/
-}
-
-FILES_${PN} += "\
- /opt/am \
- "
-
-BBCLASSEXTEND += "nativesdk native"
-
-# nativesdk-qtdeclarative is added only to make build deterministic, can be removed once
-# there is a configure option to disable its usage.
-DEPENDS_class-nativesdk = "qtbase nativesdk-qtdeclarative nativesdk-glibc-locale nativesdk-libarchive"
-DEPENDS_class-nativesdk_remove_mingw32 = "nativesdk-glibc-locale nativesdk-libarchive"
-
-EXTRA_QMAKEVARS_PRE_class-nativesdk = "\
- -config tools-only \
- "
-EXTRA_QMAKEVARS_PRE_class-native = "\
- -config tools-only \
- "
diff --git a/meta-boot2qt/recipes-qt/automotive/qtivi/0001-Use-QT_HOST_BINS-get-for-getting-correct-path.patch b/meta-boot2qt/recipes-qt/automotive/qtivi/0001-Use-QT_HOST_BINS-get-for-getting-correct-path.patch
deleted file mode 100644
index 256f706f..00000000
--- a/meta-boot2qt/recipes-qt/automotive/qtivi/0001-Use-QT_HOST_BINS-get-for-getting-correct-path.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 2d99a2a0c728cb28332fb35dac3af88b0f256116 Mon Sep 17 00:00:00 2001
-From: Samuli Piippo <samuli.piippo@qt.io>
-Date: Thu, 7 Sep 2017 10:24:11 +0300
-Subject: [PATCH] Use QT_HOST_BINS/get for getting correct path
-
-Patch QT_HOST_BINS same way as is done it qtbase for getting
-the EffectivePath instead of installation path.
-
-Change-Id: I3e9c04019c432e182dcb5c0898275173f20de1e2
----
- mkspecs/features/ivigenerator.prf | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/mkspecs/features/ivigenerator.prf b/mkspecs/features/ivigenerator.prf
-index 8d36aae..149116c 100644
---- a/mkspecs/features/ivigenerator.prf
-+++ b/mkspecs/features/ivigenerator.prf
-@@ -36,9 +36,11 @@ equals(QMAKE_HOST.os, Windows): ENV = chcp 65001 &&
- else: ENV = LC_ALL="en_US.UTF-8"
-
- # Detect whether we are using the feature inside the qtivi repository
--VIRTUALENV_PATH = $$[QT_HOST_BINS]/ivigenerator/qtivi_qface_virtualenv
-+VIRTUALENV_PATH = $$[QT_HOST_BINS/get]/ivigenerator/qtivi_qface_virtualenv
- INTERNAL_VIRTUALENV_PATH = $$QTIVI_BUILD_ROOT/src/tools/ivigenerator/qtivi_qface_virtualenv
- IVI_GENERATOR_PATH = $$[QT_HOST_BINS]/ivigenerator
-+IVI_GENERATOR_PATH = $$[QT_HOST_BINS/get]/ivigenerator
-+
- QTEST_ENVIRONMENT = $$upper($$(QTEST_ENVIRONMENT))
-
- # Try to use the internal virtualenv when building qtivi
---
-2.17.1
-
diff --git a/meta-boot2qt/recipes-qt/automotive/qtivi/ivi-services.target b/meta-boot2qt/recipes-qt/automotive/qtivi/ivi-services.target
deleted file mode 100644
index ba7ae341..00000000
--- a/meta-boot2qt/recipes-qt/automotive/qtivi/ivi-services.target
+++ /dev/null
@@ -1,3 +0,0 @@
-[Unit]
-Description=IVI services
-After=systemd-user-sessions.service
diff --git a/meta-boot2qt/recipes-qt/automotive/qtivi/ivimedia-simulation-server.service b/meta-boot2qt/recipes-qt/automotive/qtivi/ivimedia-simulation-server.service
deleted file mode 100644
index 9b405327..00000000
--- a/meta-boot2qt/recipes-qt/automotive/qtivi/ivimedia-simulation-server.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=ivimedia-simulation-server
-PartOf=ivi-services.target
-Before=ivi-services.target
-
-[Service]
-User=root
-ExecStart=/usr/bin/ivimedia-simulation-server
-Restart=on-failure
-Environment=SERVER_CONF_PATH=/opt/neptune3/server.conf
-
-[Install]
-WantedBy=ivi-services.target
diff --git a/meta-boot2qt/recipes-qt/automotive/qtivi/ivivehiclefunctions-simulation-server.service b/meta-boot2qt/recipes-qt/automotive/qtivi/ivivehiclefunctions-simulation-server.service
deleted file mode 100644
index 2cf2d2df..00000000
--- a/meta-boot2qt/recipes-qt/automotive/qtivi/ivivehiclefunctions-simulation-server.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=ivivehiclefunctions-simulation-server
-PartOf=ivi-services.target
-Before=ivi-services.target
-
-[Service]
-User=root
-ExecStart=/usr/bin/ivivehiclefunctions-simulation-server
-Restart=on-failure
-Environment=SERVER_CONF_PATH=/opt/neptune3/server.conf
-
-[Install]
-WantedBy=ivi-services.target
diff --git a/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb b/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb
deleted file mode 100644
index e06fbcb4..00000000
--- a/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb
+++ /dev/null
@@ -1,94 +0,0 @@
-############################################################################
-##
-## Copyright (C) 2019 The Qt Company Ltd.
-## Copyright (C) 2019 Luxoft
-## 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$
-##
-############################################################################
-
-DESCRIPTION = "Qt IVI"
-LICENSE = "(GFDL-1.3 & BSD & The-Qt-Company-GPL-Exception-1.0 & (LGPL-3.0 | GPL-2.0+)) | The-Qt-Company-Commercial"
-LIC_FILES_CHKSUM = "file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
- file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
- file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
- file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
- file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02"
-
-DEPENDS = "qtbase qtdeclarative qtmultimedia qtivi-native qtquickcontrols2"
-DEPENDS_class-native = "qtbase"
-DEPENDS_class-nativesdk = "qtbase qtivi-native"
-RDEPENDS_${PN}-tools += " ${@bb.utils.contains('PACKAGECONFIG','ivigenerator-native','qface','', d)}"
-RDEPENDS_${PN}-dev += " ${PN}-staticdev"
-
-inherit qt5-module
-inherit python3native
-inherit systemd
-require recipes-qt/qt5/qt5-git.inc
-
-SRC_URI += " \
- file://0001-Use-QT_HOST_BINS-get-for-getting-correct-path.patch \
- file://ivimedia-simulation-server.service \
- file://ivivehiclefunctions-simulation-server.service \
- file://ivi-services.target \
-"
-
-SRCREV = "6bfdd24d0f988b47df8027dd8eb60d786a8a5571"
-
-PACKAGECONFIG ?= "taglib ivigenerator remoteobjects"
-PACKAGECONFIG[taglib] = "QMAKE_EXTRA_ARGS+=-feature-taglib,QMAKE_EXTRA_ARGS+=-no-feature-taglib,taglib"
-PACKAGECONFIG[dlt] = "QMAKE_EXTRA_ARGS+=-feature-dlt,QMAKE_EXTRA_ARGS+=-no-feature-dlt,dlt-daemon"
-PACKAGECONFIG[geniviextras-only] = "QMAKE_EXTRA_ARGS+=--geniviextras-only"
-# For cross-compiling tell qtivi to use the system-ivigenerator, which is installed by the native recipe"
-PACKAGECONFIG[ivigenerator] = "QMAKE_EXTRA_ARGS+=-system-qface QMAKE_EXTRA_ARGS+=-system-ivigenerator"
-PACKAGECONFIG[ivigenerator-native] = "QMAKE_EXTRA_ARGS+=-system-qface QMAKE_EXTRA_ARGS+=-qt-ivigenerator,,qface"
-PACKAGECONFIG[host-tools-only] = "QMAKE_EXTRA_ARGS+=-host-tools-only"
-PACKAGECONFIG[remoteobjects] = "QMAKE_EXTRA_ARGS+=-feature-remoteobjects,,qtremoteobjects qtremoteobjects-native"
-PACKAGECONFIG[remoteobjects-native] = "QMAKE_EXTRA_ARGS+=-feature-remoteobjects QMAKE_EXTRA_ARGS+=--force-ivigenerator-qtremoteobjects"
-
-PACKAGECONFIG_class-native ??= "host-tools-only ivigenerator-native remoteobjects-native"
-PACKAGECONFIG_class-nativesdk ??= "${PACKAGECONFIG_class-native}"
-
-ALLOW_EMPTY_${PN}-tools = "1"
-
-EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS} ${@bb.utils.contains_any('PACKAGECONFIG', 'ivigenerator ivigenerator-native', '', 'QMAKE_EXTRA_ARGS+=-no-ivigenerator', d)}"
-
-do_install_append_class-target() {
- install -m 0755 -d ${D}${systemd_unitdir}/system
- install -m 0644 ${WORKDIR}/ivimedia-simulation-server.service ${D}${systemd_unitdir}/system/
- install -m 0644 ${WORKDIR}/ivivehiclefunctions-simulation-server.service ${D}${systemd_unitdir}/system/
- install -m 0644 ${WORKDIR}/ivi-services.target ${D}${systemd_unitdir}/system/
-}
-
-SYSTEMD_PACKAGES = "${PN}-tools"
-SYSTEMD_SERVICE_${PN}-tools = " \
- ivimedia-simulation-server.service \
- ivivehiclefunctions-simulation-server.service \
- ivi-services.target \
- "
-
-FILES_${PN}-tools += "${systemd_unitdir}/system"
-
-BBCLASSEXTEND += "native nativesdk"
-
diff --git a/meta-boot2qt/recipes-qt/automotive/qtsaferenderer/0001-Fix-yocto-build-issues.patch b/meta-boot2qt/recipes-qt/automotive/qtsaferenderer/0001-Fix-yocto-build-issues.patch
deleted file mode 100644
index e4a75cad..00000000
--- a/meta-boot2qt/recipes-qt/automotive/qtsaferenderer/0001-Fix-yocto-build-issues.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From d4d20f0d0c3592bdc736513bc594f6d0fa0f6a15 Mon Sep 17 00:00:00 2001
-From: Samuli Piippo <samuli.piippo@qt.io>
-Date: Thu, 30 May 2019 09:54:57 +0300
-Subject: [PATCH] Fix yocto build issues
-
-- use QT_PLUGIN_PATH for qtsafelayouttool calls. Builds are using qt.conf
- (from OE_QMAKE_QTCONF_PATH env in yocto builds) and from QT_HOST_BINS
- directory in the nativesdk, which has target paths for QT_INSTALL_PLUGINS
- that causes qtsafelayouttool to fail to find any plugins.
-
-- Use QT_HOST_BINS/get to point to the native sysroot
-
-Change-Id: Ie042b7ef45c7a5e03b36008a2e2cbce1a9193139
----
- tools/featurespec/qtsaferenderer-tools.prf | 8 ++++++--
- 1 file changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/tools/featurespec/qtsaferenderer-tools.prf b/tools/featurespec/qtsaferenderer-tools.prf
-index b4daf86..773c8e5 100644
---- a/tools/featurespec/qtsaferenderer-tools.prf
-+++ b/tools/featurespec/qtsaferenderer-tools.prf
-@@ -1,3 +1,7 @@
-+pluginpath.name = QT_PLUGIN_PATH
-+pluginpath.value = $$[QT_HOST_LIBS/get]/plugins
-+QT_TOOL_ENV += pluginpath
-+
- defineTest(addSafeTargetEnv) {
- cmd = $$3
- $${1}_EXE = $$cmd
-@@ -17,7 +21,7 @@ defineTest(addSafeTargetEnv) {
- defineTest(prepareSafeTool) {
- cmd = $$eval(QT_TOOL.$${2}.binary)
- isEmpty(cmd)|!exists($$cmd) {
-- cmd = $$[QT_HOST_BINS]/$${2}
-+ cmd = $$[QT_HOST_BINS/get]/$${2}
- contains(QMAKE_HOST.os, Windows) {
- cmd = $${cmd}.exe
- }
-@@ -44,7 +48,7 @@ prepareSafeTool(QMAKE_SAFELAYOUT, qtsafelayouttool)
- prepareSafeTool(QMAKE_SAFERCC, qtsafercctool)
- SAFERCC_FILE = $$QMAKE_SAFERCC_EXE
- isEmpty(SAFERCC_FILE)|!exists($$SAFERCC_FILE) {
-- cmd = $$absolute_path("rcc", $$[QT_HOST_BINS])
-+ cmd = $$absolute_path("rcc", $$[QT_HOST_BINS/get])
- contains(QMAKE_HOST.os, Windows) {
- cmd = $$system_path($${cmd}.exe)
- }
diff --git a/meta-boot2qt/recipes-qt/automotive/qtsaferenderer_git.bb b/meta-boot2qt/recipes-qt/automotive/qtsaferenderer_git.bb
deleted file mode 100644
index 117e6558..00000000
--- a/meta-boot2qt/recipes-qt/automotive/qtsaferenderer_git.bb
+++ /dev/null
@@ -1,59 +0,0 @@
-############################################################################
-##
-## Copyright (C) 2020 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$
-##
-############################################################################
-
-DESCRIPTION = "Qt Safe Renderer"
-
-LICENSE = "GPL-3.0 | The-Qt-Company-Commercial"
-LIC_FILES_CHKSUM = "file://${BOOT2QTBASE}/licenses/The-Qt-Company-Commercial;md5=c8b6dd132d52c6e5a545df07a4e3e283"
-
-inherit qt5-module sdk-sources features_check
-
-# the sources are not generally available, support must be explicitly enabled
-REQUIRED_DISTRO_FEATURES = "qtsaferenderer"
-
-require recipes-qt/qt5/qt5-git.inc
-
-PACKAGECONFIG ?= ""
-PACKAGECONFIG_class-native = "tools-only"
-PACKAGECONFIG_class-nativesdk = "tools-only"
-PACKAGECONFIG[tools-only] = "CONFIG+=tools-only,,"
-
-EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
-
-PV = "1.1.2"
-BRANCH = "1.1"
-SRC_URI = "\
- git://codereview.qt-project.org/tqtc-boot2qt/qtsaferenderer;branch=${BRANCH};protocol=ssh;sdk-uri=Src/QtSafeRenderer-1.1.2 \
- file://0001-Fix-yocto-build-issues.patch \
- "
-SRCREV = "af22b3329df5167c69dffe1e606e28193f1f88b5"
-
-DEPENDS = "qtbase qtdeclarative"
-
-BBCLASSEXTEND = "nativesdk native"
diff --git a/meta-boot2qt/recipes-qt/automotive/qtwebbrowser_git.bb b/meta-boot2qt/recipes-qt/automotive/qtwebbrowser_git.bb
deleted file mode 100644
index 0496659d..00000000
--- a/meta-boot2qt/recipes-qt/automotive/qtwebbrowser_git.bb
+++ /dev/null
@@ -1,45 +0,0 @@
-############################################################################
-##
-## 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$
-##
-############################################################################
-
-DESCRIPTION = "Qt Web Browser"
-LICENSE = "GPL-3.0 | The-Qt-Company-Commercial"
-LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=a40e2bb02b1ac431f461afd03ff9d1d6"
-
-inherit qmake5
-require recipes-qt/qt5/qt5-git.inc
-
-QT_GIT_PROJECT = "qt-apps"
-QT_MODULE_BRANCH = "dev"
-
-SRCREV = "a09ec269e8b296d39d78b45ae251edb3d7bada41"
-
-DEPENDS = "qtbase qtdeclarative qtwebengine"
-
-FILES_${PN} += "/data/user/qt/qtwebbrowser-app"
-FILES_${PN}-dbg += "/data/user/qt/qtwebbrowser-app/.debug"
diff --git a/meta-boot2qt/recipes-qt/qt5/qface_git.bb b/meta-boot2qt/recipes-qt/qt5/qface_git.bb
deleted file mode 100644
index fe25d5a9..00000000
--- a/meta-boot2qt/recipes-qt/qt5/qface_git.bb
+++ /dev/null
@@ -1,54 +0,0 @@
-############################################################################
-##
-## Copyright (C) 2019 Luxoft
-## 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$
-##
-############################################################################
-
-inherit pypi setuptools3
-
-DEPS += " python3-jinja2 \
- python3-click \
- python3-pyyaml \
- python3-pytest \
- python3-six \
- python3-path.py \
- antlr4-python3-runtime \
- python3-watchdog \
- python3-markupsafe \
- python3-setuptools \
- "
-DEPENDS += "${DEPS}"
-RDEPENDS_${PN} += "${DEPS}"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=eee61e10a40b0e3045ee5965bcd9a8b5"
-SRC_URI = "git://code.qt.io/qt/qtivi-qface.git;protocol=https;nobranch=1"
-SRCREV = "fbf55d919222a5c90f037842958f055ed3bd1eb3"
-PV = "2.0.3"
-S = "${WORKDIR}/git"
-CLEANBROKEN = "1"
-
-BBCLASSEXTEND = "nativesdk native"