blob: d67459b3e64d86c7f833cd09ef7955ee3862ba01 [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 Freyther6a7ee082015-06-26 09:39:36 +020012META_TELEPHONY_OSMO_INC = "17"