blob: 5e1a6e5d14c46e799697a3cb0277b4e391c2a040 [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 Williams757831f2022-02-25 15:28:30 -060010LAYERSERIES_COMPAT_kudo-layer = "honister kirkstone"
William A. Kennington III7a94f6e2021-11-17 15:46:15 -080011LAYERDEPENDS_kudo-layer = "core phosphor-layer google-layer fii-layer"