Skip to content

distro-core-curated-mirrors/yocto-meta-kf6

Repository files navigation

yocto-meta-kf6

KF6, or KDE Frameworks 6, are a set of Qt add-on modules developed by the KDE project. They extend and improve on Qt.

Links

Dependencies

yocto-meta-kf6 layer depends on:

  • URI: git://code.qt.io/yocto/meta-qt6.git

    • branch: 6.4.0 or newer
  • URI: git://git.yoctoproject.org/poky

    • branch: dunfell, gatesgarth, hardknott, honister, kirkstone, langdale or master
  • URI: git://git.openembedded.org/meta-openembedded

    • layers: meta-oe, meta-networking
    • branch: dunfell, gatesgarth, hardknott, honister, kirkstone, langdale or master

Getting started

Add the kf6 layer and dependencies to bblayers.conf:

BBLAYERS ?= " \
  /path/to/project/poky/meta \
  /path/to/project/poky/meta-poky \
  /path/to/project/poky/meta-yocto-bsp \
  /path/to/project/meta-raspberrypi \
  /path/to/project/meta-openembedded/meta-networking \
  /path/to/project/meta-openembedded/meta-oe \
  /path/to/project/meta-qt6 \
  /path/to/project/yocto-meta-kf6 \
  "

Add polkit to DISTRO_FEATURES in local.conf

DISTRO_FEATURES:append = " polkit"