blob: 11f708973a34fa14deabaf7665e93cf503fa06db [file] [log] [blame]
Holger Hans Peter Freyther447e9fa2011-12-11 15:19:18 +01001# We have a conf and classes directory, add to BBPATH
2BBPATH := "${BBPATH}:${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "telephony"
9BBFILE_PATTERN_telephony := "^${LAYERDIR}/"
10BBFILE_PRIORITY_telephony = "5"
11
Holger Hans Peter Freytherf88c9a62012-08-15 17:09:28 +020012META_TELEPHONY_OSMO_INC = "6"