mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-02-28 04:19:40 +01:00
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "kf5"
|
|
BBFILE_PATTERN_kf5 = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_kf5 = "6"
|