meta-wayland/conf/layer.conf

22 lines
639 B
Plaintext
Raw Normal View History

2021-06-02 16:13:46 +02:00
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
2024-03-26 22:11:20 +01:00
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend ${LAYERDIR}/recipes*/*/*/*.bb ${LAYERDIR}/recipes*/*/*/*.bbappend"
2021-06-02 16:13:46 +02:00
BBFILE_COLLECTIONS += "wayland"
BBFILE_PATTERN_wayland = "^${LAYERDIR}/"
2024-03-26 22:11:20 +01:00
BBFILE_PRIORITY_wayland = "5"
2021-06-02 16:13:46 +02:00
2024-04-05 18:25:26 +02:00
LAYERSERIES_COMPAT_wayland = "scarthgap styhead"
2021-06-02 16:13:46 +02:00
LAYERDEPENDS_wayland = " \
core \
openembedded-layer \
"
BBFILES_DYNAMIC += " \
qt6-layer:${LAYERDIR}/dynamic-layers/meta-qt6/*/*/*.bb \
qt6-layer:${LAYERDIR}/dynamic-layers/meta-qt6/*/*/*.bbappend \
"