blob: 6d8a52c3fe4001517e562477993f479a46bbe30f [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 Freyther65238f82014-09-25 17:08:51 +020012META_TELEPHONY_OSMO_INC = "14"