From 34f52203d45d5e8af8a1aee6e37240aabf7f08c3 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 2 Mar 2018 13:08:39 +0200 Subject: Rename recipes Add _git postfix to recipes which use sources from git and rename recipes to match their git repositories Change-Id: Idc67d136f280c7d224d586f79c5e7ce6f7e20fa2 Reviewed-by: Mikko Gronoff --- .../recipes/qt5/b2qt-appcontroller.bbappend | 38 ---------------------- .../qt5/b2qt-appcontroller/appcontroller.conf | 8 ----- .../recipes/qt5/b2qt-appcontroller/kms.conf | 4 --- .../qt5/boot2qt-appcontroller/appcontroller.conf | 8 +++++ .../recipes/qt5/boot2qt-appcontroller/kms.conf | 4 +++ .../recipes/qt5/boot2qt-appcontroller_git.bbappend | 38 ++++++++++++++++++++++ 6 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 meta-renesas-extras/recipes/qt5/b2qt-appcontroller.bbappend delete mode 100644 meta-renesas-extras/recipes/qt5/b2qt-appcontroller/appcontroller.conf delete mode 100644 meta-renesas-extras/recipes/qt5/b2qt-appcontroller/kms.conf create mode 100644 meta-renesas-extras/recipes/qt5/boot2qt-appcontroller/appcontroller.conf create mode 100644 meta-renesas-extras/recipes/qt5/boot2qt-appcontroller/kms.conf create mode 100644 meta-renesas-extras/recipes/qt5/boot2qt-appcontroller_git.bbappend (limited to 'meta-renesas-extras') diff --git a/meta-renesas-extras/recipes/qt5/b2qt-appcontroller.bbappend b/meta-renesas-extras/recipes/qt5/b2qt-appcontroller.bbappend deleted file mode 100644 index 708ed85e..00000000 --- a/meta-renesas-extras/recipes/qt5/b2qt-appcontroller.bbappend +++ /dev/null @@ -1,38 +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$ -## -############################################################################ - -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI += "file://kms.conf" - -FILES_${PN} += "${sysconfdir}/kms.conf" - -do_install_append() { - install -m 0644 ${WORKDIR}/kms.conf ${D}${sysconfdir}/ -} diff --git a/meta-renesas-extras/recipes/qt5/b2qt-appcontroller/appcontroller.conf b/meta-renesas-extras/recipes/qt5/b2qt-appcontroller/appcontroller.conf deleted file mode 100644 index 2b4919df..00000000 --- a/meta-renesas-extras/recipes/qt5/b2qt-appcontroller/appcontroller.conf +++ /dev/null @@ -1,8 +0,0 @@ -env=QML2_IMPORT_PATH=/data/user/qt/qmlplugins -env=QT_QPA_EGLFS_KMS_CONFIG=/etc/kms.conf -env=QT_IM_MODULE=qtvirtualkeyboard -env=QT_QPA_EGLFS_FORCE888=0 -env=QT_QUICK_CONTROLS_1_STYLE=Flat -env=XDG_RUNTIME_DIR=/tmp -env=QSG_RENDER_LOOP=basic -base=linux diff --git a/meta-renesas-extras/recipes/qt5/b2qt-appcontroller/kms.conf b/meta-renesas-extras/recipes/qt5/b2qt-appcontroller/kms.conf deleted file mode 100644 index db7a5032..00000000 --- a/meta-renesas-extras/recipes/qt5/b2qt-appcontroller/kms.conf +++ /dev/null @@ -1,4 +0,0 @@ -{ - "device": "/dev/dri/card0", - "hwcursor": false -} diff --git a/meta-renesas-extras/recipes/qt5/boot2qt-appcontroller/appcontroller.conf b/meta-renesas-extras/recipes/qt5/boot2qt-appcontroller/appcontroller.conf new file mode 100644 index 00000000..2b4919df --- /dev/null +++ b/meta-renesas-extras/recipes/qt5/boot2qt-appcontroller/appcontroller.conf @@ -0,0 +1,8 @@ +env=QML2_IMPORT_PATH=/data/user/qt/qmlplugins +env=QT_QPA_EGLFS_KMS_CONFIG=/etc/kms.conf +env=QT_IM_MODULE=qtvirtualkeyboard +env=QT_QPA_EGLFS_FORCE888=0 +env=QT_QUICK_CONTROLS_1_STYLE=Flat +env=XDG_RUNTIME_DIR=/tmp +env=QSG_RENDER_LOOP=basic +base=linux diff --git a/meta-renesas-extras/recipes/qt5/boot2qt-appcontroller/kms.conf b/meta-renesas-extras/recipes/qt5/boot2qt-appcontroller/kms.conf new file mode 100644 index 00000000..db7a5032 --- /dev/null +++ b/meta-renesas-extras/recipes/qt5/boot2qt-appcontroller/kms.conf @@ -0,0 +1,4 @@ +{ + "device": "/dev/dri/card0", + "hwcursor": false +} diff --git a/meta-renesas-extras/recipes/qt5/boot2qt-appcontroller_git.bbappend b/meta-renesas-extras/recipes/qt5/boot2qt-appcontroller_git.bbappend new file mode 100644 index 00000000..708ed85e --- /dev/null +++ b/meta-renesas-extras/recipes/qt5/boot2qt-appcontroller_git.bbappend @@ -0,0 +1,38 @@ +############################################################################ +## +## 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$ +## +############################################################################ + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://kms.conf" + +FILES_${PN} += "${sysconfdir}/kms.conf" + +do_install_append() { + install -m 0644 ${WORKDIR}/kms.conf ${D}${sysconfdir}/ +} -- cgit v1.2.3