blob: 807437a6686f5723b54ccfe0968704d8ad9ae7e4 [file] [log] [blame]
FranHsu96dc8632019-01-29 14:57:38 +08001# 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 += "gsj-layer"
Patrick Ventureba2a85c2019-05-07 14:55:01 -07009BBFILE_PATTERN_gsj-layer := "^${LAYERDIR}/"
Andrew Geisslerc0ef7ee2022-09-30 14:09:35 -050010LAYERSERIES_COMPAT_gsj-layer = "kirkstone langdale"
William A. Kennington III81d53442021-11-17 15:22:58 -080011LAYERDEPENDS_gsj-layer = "core phosphor-layer google-layer quanta-layer"