aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-10-01 13:07:15 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2019-10-01 16:01:23 +0300
commitb2db909e843d753dd66c53bed57d9d4ced8f39a8 (patch)
tree91388e148e67db02838d4252d35ec0a5d2d9a110
parent68a114b7724e0b6abe6040053b836308a620e918 (diff)
tegra: use default threaded render loop
The jetson-tx2 can now use use default threaded render loop, remove environment override for it. Task-number: AUTOSUITE-1229 Change-Id: I362a1523832bac7c7df708c4359e18315d8da066 Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com>
-rw-r--r--meta-tegra-extras/recipes-qt/boot2qt-addons/default-qt-envs.bbappend32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-tegra-extras/recipes-qt/boot2qt-addons/default-qt-envs.bbappend b/meta-tegra-extras/recipes-qt/boot2qt-addons/default-qt-envs.bbappend
deleted file mode 100644
index 7c5b7d68..00000000
--- a/meta-tegra-extras/recipes-qt/boot2qt-addons/default-qt-envs.bbappend
+++ /dev/null
@@ -1,32 +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$
-##
-############################################################################
-
-do_configure_append() {
- echo "QSG_RENDER_LOOP=basic" >> ${WORKDIR}/defaults
-}