blob: 519dbd33a49e7d8459e281351686a68bc0717243 [file] [log] [blame]
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += " \
${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend \
"
BBFILES_DYNAMIC += " \
fii-layer:${LAYERDIR}/dynamic-layers/fii-layer/recipes-*/*/*.bb \
fii-layer:${LAYERDIR}/dynamic-layers/fii-layer/recipes-*/*/*.bbappend \
"
BBFILE_COLLECTIONS += "gbmc-staging-layer"
BBFILE_PATTERN_gbmc-staging-layer := "^${LAYERDIR}/"
LAYERSERIES_COMPAT_gbmc-staging-layer = "kirkstone langdale"
LAYERDEPENDS_gbmc-staging-layer += "google-layer"