blob: e9f5412c63fc58ca57cba501309c1f5f2082b1e0 [file] [log] [blame]
Patrick Venture279e2512018-09-14 09:40:26 -07001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5 ${LAYERDIR}/recipes-*/*/*.bbappend"
6
William A. Kennington III409900c2021-03-09 02:51:38 -08007BBFILES_DYNAMIC += " \
8 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \
9 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \
10 nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bb \
11 nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bbappend \
12 "
13
Patrick Venture279e2512018-09-14 09:40:26 -070014BBFILE_COLLECTIONS += "google-layer"
Willy Tuf0585292021-08-07 21:49:09 -070015BBFILE_PATTERN_google-layer := "^${LAYERDIR}/"
16LAYERVERSION_google-layer = "1"
Patrick Williams9d21a942023-11-24 18:20:05 -060017LAYERSERIES_COMPAT_google-layer = "nanbield scarthgap"
William A. Kennington III98460782023-05-26 02:22:24 -070018LAYERDEPENDS_google-layer += "core phosphor-layer tpm-layer"