1 # We have a conf and classes directory, append to BBPATH
2 BBPATH .= ":${LAYERDIR}"
3 # We have recipes-* directories, add to BBFILESS
4 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
6 BBFILE_COLLECTIONS += "opendreambox-layer"
7 BBFILE_PATTERN_opendreambox-layer = "^${LAYERDIR}/"
8 BBFILE_PRIORITY_opendreambox-layer = "20"
10 # This should only be incremented on significant changes that will
11 # cause compatibility issues with other layers
12 LAYERVERSION_opendreambox-layer = "1"
14 SIGGEN_EXCLUDERECIPES_ABISAFE += " \
18 # Set a variable to get to the top of the metadata location
19 OPENDREAMBOX_BASE := '${@os.path.normpath("${LAYERDIR}/../")}'
21 LICENSE_PATH += "${LAYERDIR}/licenses"