meta-openembedded/conf/layer.conf
Koen Kooi 8a3fda48e2 angstrom-layers: meta-openembedded: switch around BBPATH
this gets our classes in first
2010-11-02 11:10:40 +01:00

10 lines
353 B
Plaintext

# 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"
BBFILE_COLLECTIONS += "openembedded-layer"
BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_openembedded-layer = "6"