aboutsummaryrefslogtreecommitdiff
path: root/meta-optee/conf/layer.conf
blob: 4469295d36f622bfee4e3eb493c18f16677ababb (plain)
1
2
3
4
5
6
7
8
9
# We might 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-optee"
BBFILE_PATTERN_meta-optee := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-optee = "8"