blob: 3490fd1d82310ca19ca8cb71bcf302612e19d3e1 [file] [log] [blame]
Holger Hans Peter Freyther447e9fa2011-12-11 15:19:18 +01001# We have a conf and classes directory, add to BBPATH
Christopher Larson3a01a4f2013-03-18 19:34:45 -07002BBPATH .= ":${LAYERDIR}"
Holger Hans Peter Freyther447e9fa2011-12-11 15:19:18 +01003
4# We have a packages directory, add to BBFILES
Christopher Larson3a01a4f2013-03-18 19:34:45 -07005BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
Holger Hans Peter Freyther447e9fa2011-12-11 15:19:18 +01006 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "telephony"
Christopher Larson3a01a4f2013-03-18 19:34:45 -07009BBFILE_PATTERN_telephony = "^${LAYERDIR}/"
Holger Hans Peter Freyther447e9fa2011-12-11 15:19:18 +010010BBFILE_PRIORITY_telephony = "5"
11
Holger Hans Peter Freytherb4d863a2014-01-20 11:21:06 +010012META_TELEPHONY_OSMO_INC = "11"