blob: 48abbd36d10648e7e271f1362b0a68671689e775 [file] [log] [blame]
Vijay Khemka40434ce2018-09-24 12:34:53 -07001# 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
Delphine CC Chiu5c7dabe2023-12-15 17:58:13 +08008BBFILES_DYNAMIC += " \
9 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \
10 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \
11 nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bb \
12 nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bbappend \
13 "
14
Vijay Khemka40434ce2018-09-24 12:34:53 -070015BBFILE_COLLECTIONS += "facebook-layer"
Patrick Williams49f18cb2021-08-09 21:46:55 -050016BBFILE_PATTERN_facebook-layer := "^${LAYERDIR}/"
Patrick Williams9d21a942023-11-24 18:20:05 -060017LAYERSERIES_COMPAT_facebook-layer := "nanbield scarthgap"