blob: ac2d53f4f85a39247098f470d6cf61068a6b8a7b [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}/"
Patrick Williams9d21a942023-11-24 18:20:05 -060010LAYERSERIES_COMPAT_kudo-layer = "nanbield scarthgap"
William A. Kennington III7a94f6e2021-11-17 15:46:15 -080011LAYERDEPENDS_kudo-layer = "core phosphor-layer google-layer fii-layer"