blob: b236eec21d48aaa21cfbc633549e79490280e2dd [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 Geisslerc0ef7ee2022-09-30 14:09:35 -050010LAYERSERIES_COMPAT_kudo-layer = "kirkstone langdale"
William A. Kennington III7a94f6e2021-11-17 15:46:15 -080011LAYERDEPENDS_kudo-layer = "core phosphor-layer google-layer fii-layer"