citadel/meta-gnome/conf/layer.conf

13 lines
372 B
Plaintext
Raw Normal View History

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
2019-01-15 11:27:09 -05:00
LAYERSERIES_COMPAT_meta-gnome = "thud"
# 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 = "6"