xref: /openbmc/openbmc/meta-google/conf/layer.conf (revision 2a25492c)
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5            ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILES_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
14BBFILE_COLLECTIONS += "google-layer"
15BBFILE_PATTERN_google-layer := "^${LAYERDIR}/"
16LAYERVERSION_google-layer = "1"
17LAYERSERIES_COMPAT_google-layer = "langdale mickledore"
18LAYERDEPENDS_google-layer += "core phosphor-layer tpm-layer"
19