blob: 8ae7db1a7f170a09f89565f6fafbc70812d4c36e [file] [log] [blame]
Charles Kearney7237a3e2023-04-07 21:15:03 +00001# 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 += "common-layer"
9BBFILE_PATTERN_common-layer := "^${LAYERDIR}/"
10LAYERSERIES_COMPAT_common-layer = "mickledore"