blob: 652c8a85df38dde86a09dcf08a77d55783e432f6 [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
Patrick Williamsce142622021-08-23 16:26:20 -050011LAYERSERIES_COMPAT_neptune = "hardknott"