blob: 39497abe8d2144da1c5dd816a77b3290f5851c7d [file] [log] [blame]
Ali El-Haj-Mahmoudd6165482022-02-16 16:03:02 -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 += "s8036-layer"
9BBFILE_PATTERN_s8036-layer = "^${LAYERDIR}/"
10BBFILE_PRIORITY_s8036-layer = "5"
Patrick Williams9d21a942023-11-24 18:20:05 -060011LAYERSERIES_COMPAT_s8036-layer = "nanbield scarthgap"