meta-wayland/conf/layer.conf

17 lines
421 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
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "wayland"
BBFILE_PATTERN_wayland = "^${LAYERDIR}/"
BBFILE_PRIORITY_wayland = "8"
2021-06-02 16:13:46 +02:00
2023-04-11 13:47:23 +02:00
LAYERSERIES_COMPAT_wayland = "mickledore nanbield"
2021-06-02 16:13:46 +02:00
LAYERDEPENDS_wayland = " \
core \
openembedded-layer \
"