Add placeholder for IVI trial
[AGL/meta-agl-devel.git] / meta-agl-toyota / meta-agl-basesystem / conf / layer.conf
1 # We have a conf and classes directory, append to BBPATH
2 BBPATH .= ":${LAYERDIR}"
3
4 # We have a recipes directory, add to BBFILES
5 BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7 BBFILE_COLLECTIONS += "agl-basesystem"
8 BBFILE_PATTERN_agl-basesystem := "^${LAYERDIR}/"
9 BBFILE_PRIORITY_agl-basesystem = "60"
10
11 # This should only be incremented on significant changes that will
12 # cause compatibility issues with other layers
13 LAYERVERSION_agl-basesystem = "1"
14 LAYERSERIES_COMPAT_agl-basesystem = "dunfell"
15 LAYERDEPENDS_agl-basesystem = "core"
16