citadel/meta-gnome/conf/layer.conf

13 lines
378 B
Plaintext
Raw Normal View History

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
2023-09-25 13:09:28 -04:00
LAYERSERIES_COMPAT_meta-gnome = "mickledore"
# We have recipes-* directories, add to BBFILES
2018-03-02 22:11:26 -05:00
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
2018-03-02 16:02:01 -05:00
BBFILE_COLLECTIONS += "meta-gnome"
BBFILE_PATTERN_meta-gnome = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-gnome = "5"