developer | ec4ebe4 | 2022-04-12 11:17:45 +0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
4 | # We have a recipes-* directories, add to BBFILES | ||||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
7 | |||||
8 | BBFILE_COLLECTIONS += "filogic" | ||||
9 | BBFILE_PATTERN_filogic = "^${LAYERDIR}/" | ||||
10 | BBFILE_PRIORITY_filogic = "8" | ||||
11 | |||||
12 | LAYERSERIES_COMPAT_filogic = "dunfell" |