summaryrefslogtreecommitdiff
path: root/conf/layer.conf
blob: 3b1e852e83eb1a6ae4fe6c2b601d0d4c9062ce76 (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 = "99"