meta-openembedded/conf/layer.conf
Koen Kooi 5593814969 angstrom-layers: meta-angstrom: raise priority
meta-openembedded: raise priority
2010-11-02 10:03:48 +01:00

10 lines
326 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
# 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"