summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/conf/layer.conf
blob: b674b2de68d54162fba52e61115e29533d68c92b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

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

BBFILE_COLLECTIONS += "iot-cloud"
BBFILE_PATTERN_iot-cloud := "^${LAYERDIR}/"
BBFILE_PRIORITY_iot-cloud = "10"
LAYERSERIES_COMPAT_iot-cloud = "dunfell"
LAYERDEPENDS_iot-cloud = "\
    core \
    openembedded-layer \
    meta-python \
    networking-layer \
"