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
|
|
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
|
|
|
|
BBFILE_COLLECTIONS += "wayland"
|
|
|
|
BBFILE_PATTERN_wayland = "^${LAYERDIR}/"
|
2021-09-01 18:02:21 +02:00
|
|
|
BBFILE_PRIORITY_wayland = "8"
|
2021-06-02 16:13:46 +02:00
|
|
|
|
2023-09-30 15:55:16 +02:00
|
|
|
LAYERSERIES_COMPAT_wayland = "nanbield scarthgap"
|
2021-06-02 16:13:46 +02:00
|
|
|
|
|
|
|
LAYERDEPENDS_wayland = " \
|
|
|
|
core \
|
|
|
|
openembedded-layer \
|
|
|
|
"
|
2023-06-20 22:16:03 +02:00
|
|
|
|
|
|
|
BBFILES_DYNAMIC += " \
|
|
|
|
qt6-layer:${LAYERDIR}/dynamic-layers/meta-qt6/*/*/*.bb \
|
|
|
|
qt6-layer:${LAYERDIR}/dynamic-layers/meta-qt6/*/*/*.bbappend \
|
|
|
|
"
|