aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 6d1b82acf9ad5ba6f2278c7af8c6add4d8a18808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"

BBFILE_COLLECTIONS += "cloud-services-layer"
BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_cloud-services-layer = "5"
LAYERSERIES_COMPAT_cloud-services-layer = "scarthgap"
LAYERDEPENDS_cloud-services-layer = "core \
    filesystems-layer \
    networking-layer \
    virtualization-layer \
"