summaryrefslogtreecommitdiffstats
path: root/meta-offline-voice-agent/conf/layer.conf
blob: e5dca632520af2d25af53b904ac4d169a90da1d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /*
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-offline-voice-agent"
BBFILE_PATTERN_meta-offline-voice-agent = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-offline-voice-agent = "65"

LAYERDEPENDS_meta-offline-voice-agent = "core"
LAYERSERIES_COMPAT_meta-offline-voice-agent = "dunfell kirkstone"

BBFILES_DYNAMIC += " \
    agldemo:${LAYERDIR}/dynamic-layers/meta-agl-demo/*/*/*.bb \
    agldemo:${LAYERDIR}/dynamic-layers/meta-agl-demo/*/*/*.bbappend \
"
Linux is a registered trademark of Linus Torvalds. Please see our privacy policy.