summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/conf/layer.conf
blob: bbedc1343ff71eb21c6d2978b356fc05a510b458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 += "boundary-layer"
BBFILE_PATTERN_boundary-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_boundary-layer = "8"
LAYERSERIES_COMPAT_boundary-layer = "sumo thud"

LICENSE_PATH += "${LAYERDIR}/licenses"

# The dynamic-layers directory hosts the extensions and layer specific
# modifications related to Boundary Devices products.
#
# The .bbappend and .bb files are included (only) if the respective layer
# collection is available.
BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bbappend' % layer \
               for layer in BBFILE_COLLECTIONS.split())}"
BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \
               for layer in BBFILE_COLLECTIONS.split())}"