summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/layer.conf
blob: f11d8edfacbaa4ba9b10a0ff7dbb0365aab7f960 (plain)
1
2
3
4
5
6
7
8
9
10
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"

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

BBFILE_COLLECTIONS += "yocto"
BBFILE_PATTERN_yocto := "^${LAYERDIR}/"
BBFILE_PRIORITY_yocto = "5"

OpenPOWER on IntegriCloud