forked from brl/citadel
19 lines
562 B
Plaintext
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"
|