blob: f5c1b1ecc8ae784552275594cdaaf06296117c1b [file] [log] [blame]
Patrick Williamsd849ec72016-08-17 14:59:38 -05001# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "virtualization-layer"
8BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_virtualization-layer = "8"
10
11# Custom licenses used by some packages in this layer
12LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
13
14# This should only be incremented on significant changes that will
15# cause compatibility issues with other layers
16LAYERVERSION_virtualization-layer = "1"
17
18LAYERDEPENDS_virtualization-layer = "core networking-layer"
19
20# Override security flags
21require conf/distro/include/virt_security_flags.inc