blob: 8d40b7bab4833164f324ad11aa97f2890e6878e3 [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 Freytherdca725b2011-12-11 22:08:19 +010012META_TELEPHONY_OSMO_INC = "1"