blob: 4addb78a52101491d492ab56359963b4b23e10b0 [file] [log] [blame]
Amithash Prasad0cc94632018-03-07 17:58:17 -08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "neptune"
9BBFILE_PATTERN_neptune = ""
Patrick Williams34b16902020-11-03 16:15:20 -060010
11LAYERSERIES_COMPAT_neptune = "dunfell gatesgarth"