blob: 54d3515cf0e3e3f1d68f030452953859ecfec9a0 [file] [log] [blame]
Brad Bishopc7d1cd92020-09-09 09:57:07 -04001# 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 += "ethanolx-layer"
9BBFILE_PATTERN_ethanolx-layer = "^${LAYERDIR}/"
10BBFILE_PRIORITY_ethanolx-layer = "6"
11
Andrew Geisslerc0ef7ee2022-09-30 14:09:35 -050012LAYERSERIES_COMPAT_ethanolx-layer = "kirkstone langdale"