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

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

BBFILE_COLLECTIONS += "mono"
BBFILE_PATTERN_mono := "^${LAYERDIR}/"
BBFILE_PRIORITY_mono = "1"

# Default tested with qemux86/qemuarm
PREFERRED_VERSION_mono ?= "5.12.0.226"
PREFERRED_VERSION_mono-native ?= "5.12.0.226"

PREFERRED_VERSION_nuget ?= "3.5.0"

LAYERSERIES_COMPAT_mono = "sumo thud"