meta-agl: split wireplumber to run in multiple instances
[AGL/meta-agl.git] / meta-app-framework / conf / layer.conf
1 # We have a conf and classes directory, add to BBPATH
2 BBPATH .= ":${LAYERDIR}"
3
4 # We have recipes-* directories, add to BBFILES
5 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6         ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8 BBFILE_COLLECTIONS += "app-framework"
9 BBFILE_PATTERN_app-framework = "^${LAYERDIR}/"
10 BBFILE_PRIORITY_app-framework = "70"
11
12 LAYERSERIES_COMPAT_app-framework = "dunfell"
13
14 # dependency: meta-oe
15 LAYERDEPENDS_app-framework  = "openembedded-layer"
16 # dependency: meta-security
17 LAYERDEPENDS_app-framework += "security"
18
19 # AGL core layer is an optional requirement
20 LAYERRECOMMENDS_app-framework += "aglcore"
21 LAYERRECOMMENDS_app-framework += "qt5-layer"
22
23 BBFILES_DYNAMIC += " \
24     qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/*/*/*.bb \
25     qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/*/*/*.bbappend \
26     aglcore:${LAYERDIR}/dynamic-layers/meta-agl-core/*/*/*.bb \
27     aglcore:${LAYERDIR}/dynamic-layers/meta-agl-core/*/*/*.bbappend \
28 "
29
30
31 # bug in meta-security
32 BBMASK += "packagegroup-core-security-ptest\.bb"
33 #BBMASK += "meta-security/recipes-mac/smack/smack-test_1.0.bb