citadel/meta-citadel-distro/conf/layer.conf
2017-12-04 16:33:20 -05:00

19 lines
562 B
Plaintext

# 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 += "citadeldist"
BBFILE_PATTERN_citadeldist = "^${LAYERDIR}/"
BBFILE_PRIORITY_citadeldist = "5"
LAYERSERIES_COMPAT_citadeldist = "rocko"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_citadel = "1"
REQUIRED_POKY_BBLAYERS_CONF_VERSION = "2"