ddea256fe922137814fd7814398ffdace90f382f
[AGL/meta-agl.git] / meta-agl-core / 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 += "aglcore"
9 BBFILE_PATTERN_aglcore = "^${LAYERDIR}/"
10 BBFILE_PRIORITY_aglcore = "60"
11
12 BBFILES_DYNAMIC += " \
13     openembedded-layer:${LAYERDIR}/dynamic-layers/meta-oe/*/*/*.bb \
14     openembedded-layer:${LAYERDIR}/dynamic-layers/meta-oe/*/*/*.bbappend \
15     \
16     selinux:${LAYERDIR}/dynamic-layers/meta-selinux/*/*/*.bb \
17     selinux:${LAYERDIR}/dynamic-layers/meta-selinux/*/*/*.bbappend \
18     \
19     qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/*/*/*.bb \
20     qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/*/*/*.bbappend \
21 "
22
23 LAYERSERIES_COMPAT_aglcore = "kirkstone"
24 LAYERDEPENDS_aglcore = "core"
25
26 # Sanity check for meta-virtualization layer.
27 # Setting SKIP_META_VIRT_SANITY_CHECK to "1" would skip the bbappend files check.
28 #INHERIT += "sanity-meta-agl-core"