1 # We have a conf directory, add to BBPATH
2 BBPATH .= ":${LAYERDIR}"
3 # We have a recipes directory, add to BBFILES
4 BBFILES += "${LAYERDIR}/recipes/*/*.bb"
6 BBFILE_COLLECTIONS += "bsp-common"
7 BBFILE_PATTERN_bsp-common = "^${LAYERDIR}/"
8 BBFILE_PRIORITY_bsp-common = "30"
10 # This should only be incremented on significant changes that will
11 # cause compatibility issues with other layers
12 LAYERVERSION_bsp-common = "1"
14 SIGGEN_EXCLUDERECIPES_ABISAFE += " \
16 dreambox-secondstage \