aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2022-12-30 07:18:38 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-01-03 15:38:27 +0000
commita8e3745c1ceab3bc68fcba47f7a08a37884429a4 (patch)
tree2eefce96511375d9b6a8adca882b8748ec1d6ba3
parenta8195508925381103f15a37c0b48cbe60e35755e (diff)
rpi: remove unneeded weston fix
Fix is no longer needed since we always default to vc4 graphics. Change-Id: Ia7d496a438fe21ce64fa9895fc619341dd9a57bd Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 442b8511931359139affcec45c2a173635173242) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--meta-boot2qt-distro/dynamic-layers/raspberrypi/recipes-graphics/wayland/weston_%.bbappend31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-boot2qt-distro/dynamic-layers/raspberrypi/recipes-graphics/wayland/weston_%.bbappend b/meta-boot2qt-distro/dynamic-layers/raspberrypi/recipes-graphics/wayland/weston_%.bbappend
deleted file mode 100644
index 3c700372..00000000
--- a/meta-boot2qt-distro/dynamic-layers/raspberrypi/recipes-graphics/wayland/weston_%.bbappend
+++ /dev/null
@@ -1,31 +0,0 @@
-############################################################################
-##
-## Copyright (C) 2017 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$
-##
-############################################################################
-
-# from https://www.mail-archive.com/yocto@yoctoproject.org/msg33193.html
-PACKAGECONFIG:remove:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'fbdev', 'kms', d)}"