summaryrefslogtreecommitdiffstats
path: root/meta-speech-framework/conf/include/agl-speech-framework.inc
blob: 9b7a0f07378015aecf34a5c3e8e3780d19d62217 (plain)
1
2
# Currently no default voiceagent
PREFERRED_RPROVIDER_virtual/voiceagent ?= ""
{@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \ for layer in BBFILE_COLLECTIONS.split())}" # or we prepend it with meta- (e.g. rpi, fsl*) BBFILES += "${@' '.join('${LAYERDIR}/meta-%s/recipes*/*/*.bbappend' % layer \ for layer in BBFILE_COLLECTIONS.split())}" BBFILES += "${@' '.join('${LAYERDIR}/meta-%s/recipes*/*/*.bb' % layer \ for layer in BBFILE_COLLECTIONS.split())}" # Add shared recipes among BSPs BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "aglbsp" BBFILE_PATTERN_aglbsp = "^${LAYERDIR}/" BBFILE_PRIORITY_aglbsp = "10"