Warning, /packaging/yocto-meta-kf6/README.md 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 # yocto-meta-kf6
0011 
0012 KF6, or KDE Frameworks 6, are a set of Qt add-on modules developed by the KDE
0013 project. They extend and improve on Qt.
0014 
0015 ## Links
0016 
0017 * Project page: https://invent.kde.org/packaging/yocto-meta-kf6
0018 * Discussion room: https://matrix.to/#/#yocto:kde.org
0019 * KF6 apidocs: http://api.kde.org/frameworks-api/frameworks5-apidocs/
0020 
0021 ## Dependencies
0022 
0023 yocto-meta-kf6 layer depends on:
0024 
0025 * URI: git://code.qt.io/yocto/meta-qt6.git
0026   * branch: 6.4.0 or newer
0027 
0028 * URI:  git://git.yoctoproject.org/poky
0029   * branch: dunfell, gatesgarth, hardknott, honister, kirkstone, langdale or master
0030 
0031 * URI: git://git.openembedded.org/meta-openembedded
0032   * layers: meta-oe, meta-networking
0033   * branch: dunfell, gatesgarth, hardknott, honister, kirkstone, langdale or master
0034 
0035 
0036 ## Getting started
0037 
0038 Add the kf6 layer and dependencies to bblayers.conf:
0039 ```
0040 BBLAYERS ?= " \
0041   /path/to/project/poky/meta \
0042   /path/to/project/poky/meta-poky \
0043   /path/to/project/poky/meta-yocto-bsp \
0044   /path/to/project/meta-raspberrypi \
0045   /path/to/project/meta-openembedded/meta-networking \
0046   /path/to/project/meta-openembedded/meta-oe \
0047   /path/to/project/meta-qt6 \
0048   /path/to/project/yocto-meta-kf6 \
0049   "
0050 ```
0051 
0052 Add polkit to DISTRO_FEATURES in local.conf
0053 ```
0054 DISTRO_FEATURES:append = " polkit"
0055 ```