aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gpe/conf/layer.conf
blob: 6c018b1e6e3f46a03950aa63756c19b8823656bc (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 += "gpe-layer"
BBFILE_PATTERN_gpe-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_gpe-layer = "7"