blob: 8c8d1fc5da31615e3d0e1504ef5ed13fc2b8ba07 [file] [log] [blame]
Oskar Senft4091a0d2021-11-30 16:05:59 -05001# 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 += "s7106-layer"
9BBFILE_PATTERN_s7106-layer = "^${LAYERDIR}/"
10BBFILE_PRIORITY_s7106-layer = "5"
Patrick Williams9d21a942023-11-24 18:20:05 -060011LAYERSERIES_COMPAT_s7106-layer = "nanbield scarthgap"