# Layer configuration for meta-opie layer # Copyright 2011 Intel Corporation # 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 += "meta-opie" BBFILE_PATTERN_meta-opie := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-opie = "8"