blob: 5e8294dddb9398b2d9df09bea75ebca82f02b079 [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}/meta-common/recipes-*/*/*.bb \
6 ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "tyan-layer"
9BBFILE_PATTERN_tyan-layer = "^${LAYERDIR}/"
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060010LAYERSERIES_COMPAT_tyan-layer = "langdale mickledore"
Oskar Senft4091a0d2021-11-30 16:05:59 -050011