blob: 5a79cbe7d4461058b84eac2e57d1d2fefd51181b [file] [log] [blame]
developerf11ee162022-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
developer93e97202024-01-17 12:29:44 +080012LAYERSERIES_COMPAT_filogic = "dunfell kirkstone"