Yocto packaging metadata for KDE Frameworks https://invent.kde.org/packaging/yocto-meta-kf5
Find a file
Andreas Cord-Landwehr e248665881 Make project REUSE compatible
The change was performed as follows:
- it was checked that the COPYING.MIT license was present with the
  initial commit and such each contributor was awere of the license
- mail was around to all previous contributors to check this assumption
  (mail was not replied by Hannah and Sebastian); every reply was a
  confirmation of the assumed MIT licensing
- all copyright information were recovered from the respective Git
  commits
- reuse lint was to used to check the REUSE conformance
2020-09-26 18:29:02 +02:00
classes Make project REUSE compatible 2020-09-26 18:29:02 +02:00
conf Make project REUSE compatible 2020-09-26 18:29:02 +02:00
LICENSES Add MIT license text according to REUSE specification 2020-09-12 18:21:54 +02:00
recipes-kdesupport Make project REUSE compatible 2020-09-26 18:29:02 +02:00
recipes-kf5 Make project REUSE compatible 2020-09-26 18:29:02 +02:00
recipes-support Make project REUSE compatible 2020-09-26 18:29:02 +02:00
scripts Make project REUSE compatible 2020-09-26 18:29:02 +02:00
.gitignore Make project REUSE compatible 2020-09-26 18:29:02 +02:00
COPYING.MIT Initial configuration 2014-07-10 23:20:51 +02:00
README Make project REUSE compatible 2020-09-26 18:29:02 +02:00

<!--
  SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
  SPDX-FileCopyrightText: 20118 Volker Krause <vkrause@kde.org>
  SPDX-FileCopyrightText: 2019 Hannah Kiekens <hannahkiekens@gmail.com>
  SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
  
  SPDX-License-Identifier: MIT
-->

Dependencies
============

This layer depends on:

  URI: git://github.com/meta-qt5/meta-qt5
  branch: master

  URI: git://git.openembedded.org/bitbake
  branch: master

  URI: git://git.openembedded.org/openembedded-core
  layers: meta
  branch: master

Patches
=======

Please submit any patches against the kf5 layer on KDE GitLab project.
Project available on https://invent.kde.org/packaging/yocto-meta-kf5
GitLab guide on https://community.kde.org/Infrastructure/GitLab


Table of Contents
=================

  I. Adding the kf5 layer to your build
 II. KF5


I. Adding the kf5 layer to your build
=================================================

In order to use this layer, you need to make the build system aware of
it.

Assuming the kf5 layer exists at the top-level of your
yocto build tree, you can add it to the build system by adding the
location of the kf5 layer to bblayers.conf, along with any
other layers needed. e.g.:

  BBLAYERS ?= " \
    /path/to/poky/meta \
    /path/to/poky/meta-yocto \
    /path/to/poky/meta-yocto-bsp \
    /path/to/meta-openembedded/meta-networking \
    /path/to/meta-openembedded/meta-python \
    /path/to/meta-openembedded/meta-oe \
    /path/to/yocto/meta-kf5 \
    /path/to/yocto/meta-qt5 \
    "


II. KF5
=======

KF5, or KDE Frameworks 5, are a set of Qt add-on modules developed by the KDE
project. They extend and improve on Qt. User documentation can be found here:

http://api.kde.org/frameworks-api/frameworks5-apidocs/

Information regarding the development of KF5 can be found here:

https://community.kde.org/Frameworks