blob: f208e424969727bda4d65297bf6862f17d712830 [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 Freyther3e4ffca2012-12-21 18:43:56 +010012META_TELEPHONY_OSMO_INC = "8"