aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 4741e7ed872282b7f158d4b8248a27c0691a23d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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 ?= "6.8.0.105"
PREFERRED_VERSION_mono-native ?= "6.8.0.105"

PREFERRED_VERSION_libgdiplus ?= "6.0.4"
PREFERRED_VERSION_libgdiplus-native ?= "6.0.4"

PREFERRED_VERSION_nuget ?= "5.2.0"
PREFERRED_VERSION_nuget-native ?= "5.2.0"

PREFERRED_VERSION_msbuild ?= "15.4"
PREFERRED_VERSION_msbuild-native ?= "15.4"

LAYERSERIES_COMPAT_mono = "sumo thud warrior zeus"