aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/conf/layer.conf
blob: 85dbacd141c5afe176ec3627739e04a5d97b6224 (plain)
1
2
3
4
5
6
7
8
9
# We have a conf and classes directory, prepend to BBPATH to prefer our versions
BBPATH := "${LAYERDIR}:${BBPATH}"

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

BBFILE_COLLECTIONS += "efl-layer"
BBFILE_PATTERN_efl-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_efl-layer = "7"