blob: 860dfe56f945a9199095afbbcaee22a0eb35a8f0 [file] [log] [blame]
Zev Weiss9eadcfb2022-04-01 16:59:25 -07001# 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 += "romed8hm3-layer"
9BBFILE_PATTERN_romed8hm3-layer = "^${LAYERDIR}/"
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060010LAYERSERIES_COMPAT_romed8hm3-layer = "langdale mickledore"