blob: 27bb568e04b94b83f7beae81e4cd07bf8be8b2e2 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001# 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-arm-systemready"
9BBFILE_PATTERN_meta-arm-systemready = "^${LAYERDIR}/"
10
11LAYERSERIES_COMPAT_meta-arm-systemready = "nanbield"
12
13LAYERDEPENDS_meta-arm-systemready = "core"
14
15addpylib ${LAYERDIR}/lib oeqa