blob: 3ca3cac682a6bc2ed3c3538381fc7d3998254d6b [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
Andrew Geissler5cbb9c92021-03-31 15:08:43 -050011LAYERSERIES_COMPAT_neptune = "gatesgarth hardknott"