blob: 710b11f09e007288ee30931a432e0876c42996b5 [file] [log] [blame]
Peter Yin5e4a1aa2023-11-23 13:23:39 +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 += "harma-layer"
9BBFILE_PATTERN_harma-layer := "^${LAYERDIR}/"
10
11LAYERSERIES_COMPAT_harma-layer := "nanbield scarthgap"