aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
AgeCommit message (Collapse)Author
2020-02-10layer.conf: Default to mono 6.8.0.105zeus-nextwarrior-nextthud-nextAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-02-09Merge branch 'master' into new-nugetAlex Lennon
2020-02-04conf/layer.conf: Prefer libgdiplus 6.0.4Böszörményi Zoltán
Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
2020-02-04nuget: Add recipe for version 5.2.0Böszörményi Zoltán
Also use it as the default preferred version. Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
2020-02-03Merge pull request #20 from ThadHouse/frc2020Alex Lennon
Add support for mono 6.8 and the 6.xx branches
2020-01-31Add support for mono 6.8 and the 6.xx branchesThad House
2020-01-23layer.conf: add zeus releaseKraag Gorim
Add zeus release to the list of compatible yocto releases. Signed-off-by: Kraag Gorim <kraaggorim@gmail.com>
2019-06-25layer.conf: Add 'warrior' to layer compatibility.Robin Mugridge
Signed-off-by: Robin Mugridge <robin.mugridge@oxinst.com>
2019-03-21conf/layer.conf: Add PREFERRED_VERSION for msbuild and msbuild-nativeBöszörményi Zoltán
Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
2018-11-13layer.conf: default to use nuget 4.7.0Böszörményi Zoltán
This is bundled with the official Mono 5.14.0.177 build. Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
2018-11-13layer.conf: Default to build 5.14.0.177Böszörményi Zoltán
Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
2018-11-06layer.conf: Default to use nuget 4.3.0Böszörményi Zoltán
This should work with Mono 5.12. Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
2018-10-11layer.conf: Add 'thud' to layer compatibilityAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2018-06-15layer.conf: Default to build 5.12.0.226Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2018-06-13layer.conf: define LAYERSERIES_COMPAT_mono = "sumo"Ioan-Adrian Ratiu
Newer versions of bitbake require each layer to explicitely state their OE/Yocto release compatibility. The consensus is for each layer to use the latest released version codename for the master branch. Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
2017-11-11layer.conf: default to mono 5.4.1.6Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2017-10-31layer.conf: default to mono 5.4.0.201Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2017-06-08Add recipe for NuGetZoltán Böszörményi
NuGet is the package manager for dotNet / Mono and is used to download already built 3rd party modules. Two stable versions are provided: 3.5.0 and 4.1.0. Preferred version is 3.5.0. A nuget script is provided both for the package and a cross-script to execute the native mono binary. NuGet absolutely needs the SSL certificate store to be populated. Either as root for the system-wide store under /usr/share/.mono: $ sudo mozroots --import --machine --sync $ sudo certmgr -ssl -m https://go.microsoft.com $ sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net $ sudo certmgr -ssl -m https://nuget.org or for the Bitbake build user under $HOME/.config/.mono: $ mozroots --import --sync $ certmgr -ssl https://go.microsoft.com $ certmgr -ssl https://nugetgallery.blob.core.windows.net $ certmgr -ssl https://nuget.org Since these commands don't populate the SSL certificate store for BoringTLS introduced in Mono 4.8, either build Mono with --disable-btls (like it's done for Mono 5.x in meta-mono) or find out yourself how to populate the BTLS certificate store. Signed-off-by: Zoltán Böszörményi <zboszor@pr.hu>
2017-05-30conf: update mono default to 5.0.1.1Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2016-12-01layer.conf: default mono to 4.8.0.371Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2016-11-30layer.conf: Default to Mono 4.6.1.5Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2016-01-27layer.conf: default to mono 4.2.2.30Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2015-07-20layer.conf: default to build mono 4.0.3.13Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2015-07-17layer.conf: default to Mono 4.0.2.4Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2015-04-27conf: Support general recipe-foo foldersAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2015-03-09mono: Updated to Mono 3.12.1Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2015-01-15mono: Updated to Mono 3.12.0Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2014-10-20mono: Update Mono to 3.10.0Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2014-09-12mono: Updated to Mono 3.8.0Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2014-05-31layer.conf: Default to building latest release of Mono (3.4.0)Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2013-02-27layer.conf: Use .= for adding to BBPATH and += to BBFILESKhem Raj
Fixes parsing errors which is appearing after this commit to meta-openembedded http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f This triggers exception NameError: name 'base_contains' is not defined without this change Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Autif Khan <autifk@gmail.com>
2012-02-22first postAutif Khan