John Wang | 988b28b | 2019-05-21 17:46:44 +0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
4 | # We have recipes-* directories, add to BBFILES | ||||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
7 | |||||
8 | BBFILE_COLLECTIONS += "fp5280g2-layer" | ||||
9 | BBFILE_PATTERN_fp5280g2-layer := "^${LAYERDIR}/" | ||||
George Liu | 87b6306 | 2020-11-26 13:57:56 +0800 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_fp5280g2-layer = "dunfell gatesgarth" |