blob: bf32761640cf9f15c9c8db34ccf992506d5e8b85 [file] [log] [blame]
Lancelot Kao31c45662020-09-22 14:53:57 -05001# 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 += "kudo-layer"
9BBFILE_PATTERN_kudo-layer = "^${LAYERDIR}/"
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060010LAYERSERIES_COMPAT_kudo-layer = "langdale mickledore"
William A. Kennington III7a94f6e2021-11-17 15:46:15 -080011LAYERDEPENDS_kudo-layer = "core phosphor-layer google-layer fii-layer"