conf: Introduce the conf/layer.conf to make it work as a layer

This commit is contained in:
Holger Hans Peter Freyther 2011-12-11 15:19:18 +01:00
parent 8083eb0be3
commit 447e9fa77d
1 changed files with 11 additions and 0 deletions

11
conf/layer.conf Normal file
View File

@ -0,0 +1,11 @@
# 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 \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "telephony"
BBFILE_PATTERN_telephony := "^${LAYERDIR}/"
BBFILE_PRIORITY_telephony = "5"