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