5dd68b2cb9f4fadf6d9cf0ef6875d95aa40f2313
[AGL/meta-agl-devel.git] / meta-agl-jailhouse / 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-jailhouse"
8 BBFILE_PATTERN_agl-jailhouse := "^${LAYERDIR}/"
9 BBFILE_PRIORITY_agl-jailhouse = "61"
10
11 # This should only be incremented on significant changes that will
12 # cause compatibility issues with other layers
13 LAYERVERSION_agl-jailhouse = "1"
14 LAYERSERIES_COMPAT_agl-jailhouse = "kirkstone"
15
16 # This is only needed for Raspberry Pi
17 # TODO: can this be expressed dynamically?
18 LAYERDEPENDS_agl-jailhouse = "meta-arm meta-arm-toolchain"
19
20 BBFILES_DYNAMIC += " \
21     raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bbappend \
22 "
23