summaryrefslogtreecommitdiff
path: root/conf/layer.conf
blob: cff35e98f0c700a4d9f36f1e0b381292b71186be (plain)
1
2
3
4
5
6
7
8
9
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-toradex"
BBFILE_PATTERN_meta-toradex := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-toradex = "90"