Warning, /packaging/yocto-meta-kf5/README is written in an unsupported language. File is not indexed.
0001 <!-- 0002 SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com> 0003 SPDX-FileCopyrightText: 2018 Volker Krause <vkrause@kde.org> 0004 SPDX-FileCopyrightText: 2019 Hannah Kiekens <hannahkiekens@gmail.com> 0005 SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org> 0006 0007 SPDX-License-Identifier: MIT 0008 --> 0009 0010 Dependencies 0011 ============ 0012 0013 This layer depends on: 0014 0015 URI: git://github.com/meta-qt5/meta-qt5 0016 branch: master 0017 0018 URI: git://git.openembedded.org/bitbake 0019 branch: master 0020 0021 URI: git://git.openembedded.org/openembedded-core 0022 layers: meta 0023 branch: master 0024 0025 Patches 0026 ======= 0027 0028 Please submit any patches against the kf5 layer on KDE GitLab project. 0029 Project available on https://invent.kde.org/packaging/yocto-meta-kf5 0030 GitLab guide on https://community.kde.org/Infrastructure/GitLab 0031 0032 0033 Table of Contents 0034 ================= 0035 0036 I. Adding the kf5 layer to your build 0037 II. KF5 0038 0039 0040 I. Adding the kf5 layer to your build 0041 ================================================= 0042 0043 In order to use this layer, you need to make the build system aware of 0044 it. 0045 0046 Assuming the kf5 layer exists at the top-level of your 0047 yocto build tree, you can add it to the build system by adding the 0048 location of the kf5 layer to bblayers.conf, along with any 0049 other layers needed. e.g.: 0050 0051 BBLAYERS ?= " \ 0052 /path/to/poky/meta \ 0053 /path/to/poky/meta-yocto \ 0054 /path/to/poky/meta-yocto-bsp \ 0055 /path/to/meta-openembedded/meta-networking \ 0056 /path/to/meta-openembedded/meta-python \ 0057 /path/to/meta-openembedded/meta-oe \ 0058 /path/to/yocto/meta-kf5 \ 0059 /path/to/yocto/meta-qt5 \ 0060 " 0061 0062 0063 II. KF5 0064 ======= 0065 0066 KF5, or KDE Frameworks 5, are a set of Qt add-on modules developed by the KDE 0067 project. They extend and improve on Qt. User documentation can be found here: 0068 0069 http://api.kde.org/frameworks-api/frameworks5-apidocs/ 0070 0071 Information regarding the development of KF5 can be found here: 0072 0073 https://community.kde.org/Frameworks