Yocto packaging metadata for KDE Frameworks https://invent.kde.org/packaging/yocto-meta-kf5
Find a file
Hannah Kiekens f096b1e511 Fix lmdb QA issue in Baloo
Summary:
Revert "Fix lmdb package QA with latest poky"

This reverts commit 518ddaefbf.
Also do not add binaries to dev packages

Reviewers: #kde_yocto, vkrause

Reviewed By: #kde_yocto, vkrause

Differential Revision: https://phabricator.kde.org/D19660
2019-03-12 18:39:01 +01:00
classes Port native tools to use KF5_HOST_TOOLING 2019-02-16 13:32:41 +01:00
conf conf/layer.conf: Specify compatible layers 2018-12-20 11:32:45 -08:00
recipes-kdesupport phonon: Upgrade to Phonon 4.10.1 2018-07-09 20:11:24 +02:00
recipes-kf5 Properly cross-compile kpackagetool5 2019-03-10 12:30:27 +01:00
recipes-support Fix lmdb QA issue in Baloo 2019-03-12 18:39:01 +01:00
scripts Update to KDE Frameworks 5.42.0 2018-01-16 19:36:16 +01: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 Update layer dependencies in the README 2018-06-04 20:37:52 +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/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