summaryrefslogtreecommitdiffstats
path: root/meta-agl-core-test/conf/layer.conf
blob: 2ce0c18f1ef620f95bdede44058109734bed2b7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 += "aglcoretest"
BBFILE_PATTERN_aglcoretest = "^${LAYERDIR}/"
BBFILE_PRIORITY_aglcoretest = "60"

LAYERSERIES_COMPAT_aglcoretest = "dunfell"
LAYERDEPENDS_aglcoretest = "core aglcore"
LAYERDEPENDS_aglcoretest += "openembedded-layer"