citadel/meta-citadel/conf/layer.conf

21 lines
586 B
Plaintext
Raw Normal View History

2017-12-04 21:33:20 +00: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"
2017-12-12 20:31:31 +00:00
LICENSE_PATH += "${LAYERDIR}/licenses"
2017-12-04 21:33:20 +00:00
BBFILE_COLLECTIONS += "citadel"
BBFILE_PATTERN_citadel = "^${LAYERDIR}/"
BBFILE_PRIORITY_citadel = "5"
LAYERSERIES_COMPAT_citadel = "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"