Yocto packaging metadata for KDE Frameworks https://invent.kde.org/packaging/yocto-meta-kf5
Find a file
Volker Krause 1a5c284799 Add script to add or remove framework releases
Summary:
Also, move external dependencies out of recipes-kf5, which makes
automation easier.

Reviewers: cordlandwehr

Reviewed By: cordlandwehr

Maniphest Tasks: T6612

Differential Revision: https://phabricator.kde.org/D7392
2017-08-19 15:58:19 +02:00
classes Move ECM to tier 1, and give it a more descriptive name 2017-08-02 18:53:31 +02:00
conf Add KNotification recipe 2017-07-31 20:41:05 +02:00
recipes-kdesupport Get rid of the widget designer plugin for Phonon 2017-08-02 19:17:14 +02:00
recipes-kf5 Add script to add or remove framework releases 2017-08-19 15:58:19 +02:00
recipes-support Add script to add or remove framework releases 2017-08-19 15:58:19 +02:00
scripts Add script to add or remove framework releases 2017-08-19 15:58:19 +02:00
.arcconfig Add .arcconfig and .gitignore 2017-07-29 17:26:24 +02:00
.gitignore Add .arcconfig and .gitignore 2017-07-29 17:26:24 +02:00
COPYING.MIT Initial configuration 2014-07-10 23:20:51 +02:00
README Fixed BBLAYERS in README 2017-07-27 12:00:04 +02:00

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 as pull requests to the github
project available from https://github.com/e8johan/meta-kf5 .


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/yocto/meta \
    /path/to/yocto/meta-yocto \
    /path/to/yocto/meta-yocto-bsp \
    /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