blob: 79ef3a14414a96875f8b722a9907c1128751153e [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
Patrick Williams73bd93f2024-02-20 08:07:48 -060011LAYERSERIES_COMPAT_meta-arm-systemready = "nanbield scarthgap"
Patrick Williamsac13d5f2023-11-24 18:59:46 -060012
13LAYERDEPENDS_meta-arm-systemready = "core"
14
15addpylib ${LAYERDIR}/lib oeqa