blob: 75861bfe6cf3a012c74a43fcfbc9f7b38bf3f441 [file] [log] [blame]
Troy Lee26bcba22020-12-02 10:34:53 +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 += "meta-evb-ast2600"
9BBFILE_PATTERN_meta-evb-ast2600 = "^${LAYERDIR}/"
10
Andrew Geissler5cbb9c92021-03-31 15:08:43 -050011LAYERSERIES_COMPAT_meta-evb-ast2600 = "gatesgarth hardknott"