blob: f428ace73aac391b93ad613f65d4faf9bdc46827 [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 Freyther8479f832012-08-15 16:26:29 +020012META_TELEPHONY_OSMO_INC = "5"