layer.conf: update

This commit is contained in:
Markus Volk 2024-03-26 22:11:20 +01:00
parent 51e48bc82c
commit ded5310195

View File

@ -2,13 +2,13 @@
BBPATH .= ":${LAYERDIR}" BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES # We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend ${LAYERDIR}/recipes*/*/*/*.bb ${LAYERDIR}/recipes*/*/*/*.bbappend"
BBFILE_COLLECTIONS += "wayland" BBFILE_COLLECTIONS += "wayland"
BBFILE_PATTERN_wayland = "^${LAYERDIR}/" BBFILE_PATTERN_wayland = "^${LAYERDIR}/"
BBFILE_PRIORITY_wayland = "8" BBFILE_PRIORITY_wayland = "5"
LAYERSERIES_COMPAT_wayland = "nanbield scarthgap" LAYERSERIES_COMPAT_wayland = "scarthgap"
LAYERDEPENDS_wayland = " \ LAYERDEPENDS_wayland = " \
core \ core \