1eb8dc403SDave Cobbley# We have a conf and classes directory, add to BBPATH
2eb8dc403SDave CobbleyBBPATH .= ":${LAYERDIR}"
3eb8dc403SDave Cobbley
4eb8dc403SDave Cobbley# We have recipes-* directories, add to BBFILES
5eb8dc403SDave CobbleyBBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6eb8dc403SDave Cobbley            ${LAYERDIR}/recipes-*/*/*.bbappend"
7eb8dc403SDave Cobbley
8eb8dc403SDave CobbleyBBFILE_COLLECTIONS += "yoctobsp"
9eb8dc403SDave CobbleyBBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/"
10eb8dc403SDave CobbleyBBFILE_PRIORITY_yoctobsp = "5"
11eb8dc403SDave CobbleyLAYERVERSION_yoctobsp = "4"
12*73bd93f1SPatrick WilliamsLAYERSERIES_COMPAT_yoctobsp = "scarthgap"
13