aboutsummaryrefslogtreecommitdiff
path: root/meta-optee/conf/layer.conf
blob: 17b4fb4da07b878ac45bd657dbf018d0ddf8a0d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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"

LAYERSERIES_COMPAT_meta-optee = "zeus"