aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-02-09Support CI buildszeusAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-05-27Merge branch 'master' into zeusAlex J Lennon
2020-05-27mono: add support for 6.8.0.123Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-05-26git-sharp: Change file ownership to fix build issue with dunfellAlex J Lennon
Without this file ownership change we get an error File: '/data_drive/git/monotest/poky/meta/lib/oe/sstatesig.py', lineno: 548, function: process 0544: add_perm(stat.S_IXOTH, 'x') 0545: 0546: if include_owners: 0547: try: *** 0548: update_hash(" %10s" % pwd.getpwuid(s.st_uid).pw_name) 0549: update_hash(" %10s" % grp.getgrgid(s.st_gid).gr_name) 0550: except KeyError: 0551: bb.warn("KeyError in %s" % path) 0552: raise Exception: KeyError: 'getpwuid(): uid not found: 1000' Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-05-17Merge pull request #43 from kraag-gorim/update-compatAlex Lennon
layer.conf: update compatibility list
2020-05-17layer.conf: update compatibility listKraag Gorim
Update layer compatibility list: - remove sumo (EOL) - add dunfell (april 2020 release) Signed-off-by: Kraag Gorim <kraaggorim@gmail.com>
2020-03-12msbuild: Apply do_install_append() to native modeBöszörményi Zoltán
When used with Mono 5.20 or 6.x, projects using msbuild complain about missing directories that previously were conflicting with Mono. Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
2020-03-12Merge pull request #37 from zboszor/fix-msbuildAlex Lennon
msbuild: Apply do_install_append() to native mode
2020-03-12msbuild: Apply do_install_append() to native modeBöszörményi Zoltán
When used with Mono 5.20 or 6.x, projects using msbuild complain about missing directories that previously were conflicting with Mono. Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
2020-02-12layer.conf: Make BBFILE_PRIORITY_mono a more useful valueAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-02-12COPYING.MIT: Add copyright for meta-dataAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-02-12Merge branch 'master' of github.com:DynamicDevices/meta-monoAlex J Lennon
2020-02-12README: Clarify layer dependenciesAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-02-11Merge pull request #32 from DynamicDevices/masterAlex Lennon
Uodate Zeus
2020-02-11Merge pull request #31 from kraag-gorim/python3-test-fixAlex Lennon
mono-6: expand python3 patch
2020-02-11mono-6: expand python3 patchKraag Gorim
Change versions.mk and versions.py in scripts/submodules to also use python 3. This is used by acceptance tests and jemalloc. Signed-off-by: Kraag Gorim <kraaggorim@gmail.com>
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 pull request #30 from DynamicDevices/ajl/add-hitcountAlex Lennon
Ajl/add hitcount
2020-02-09README: Add hitcountAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-02-09mono: Update to 6.8.0.105Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-02-09README: Update patch policyAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-02-09README: Update to support 6.8.0Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-02-09Merge pull request #22 from zboszor/new-nugetAlex Lennon
nuget: Add recipe for version 5.2.0
2020-02-09Merge branch 'master' into new-nugetAlex Lennon
2020-02-08Merge pull request #29 from DynamicDevices/ajl/fix-system.windows.formsAlex Lennon
mono-native_6.8.0.96: Fix issue initialising Windows Form. Issue #18
2020-02-08mono-native_6.8.0.96: Fix issue initialising Windows Form. Issue #18Alex J Lennon
Issue with DefineCursor causes an exception to be thrown. @see: https://github.com/mono/mono/issues/13049 Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-02-07Merge pull request #28 from DynamicDevices/ajl/workaround-libnative-packagingAlex Lennon
mono: Workaround libmono-native.so packaging issue
2020-02-07mono: Workaround libmono-native.so packaging issueAlex J Lennon
Mono is expecting /usr/lib/libmono-native.so but this was being packaged in mono-dev. When we package in the mono-libs package we get a QA error as symlinks should be in mono-dev. I've not been able to change the build to require a different library name, as this breaks mono-native build so for now have packaged the .so symlink in mono-libs and disabled the QA dev-so check. Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-02-07Merge pull request #27 from kraag-gorim/python3-fixAlex Lennon
Python3 fixes and minor mono-6.xx.inc fix
2020-02-07mono-6.xx: add zlib dependencyKraag Gorim
To avoid QA issues regarding monolibs and REDEPENDS this adds zlib as RDEPENDS like in 5.xx. Signed-off-by: Kraag Gorim <kraaggorim@gmail.com>
2020-02-06mono-helloworld: Fix build by depending on mono-native not monoAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-02-06mono-5.xx -6.xx: change makefiles to python3Kraag Gorim
Add patch to switch build releated python script and makefiles to use python 3 instead of python. In newer versions of yocto no python binary is accessible. Only python3 is present. Signed-off-by: Kraag Gorim <kraaggorim@gmail.com>
2020-02-06mono-6.xx: fix files directoryKraag Gorim
Use the correct version for the file path. Fix copy paste error. Signed-off-by: Kraag Gorim <kraaggorim@gmail.com>
2020-02-05Merge pull request #26 from zboszor/consolidate-libgdiplusAlex Lennon
libgdiplus: Consolidate 6.0.x recipes
2020-02-05libgdiplus: Consolidate 6.0.x recipesBöszörményi Zoltán
Use the patch from 6.0.2 on 6.0.4 and make the 6.0.2 recipe smaller. Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
2020-02-05Merge pull request #21 from kraag-gorim/python3-switchAlex Lennon
Python3 switch
2020-02-05Merge pull request #23 from zboszor/new-libgdiplusAlex Lennon
New libgdiplus 6.0.4
2020-02-05Merge pull request #25 from mnme/mnme/libgdiplus_6.0.2Alex Lennon
libgdiplus: Add support for 6.0.2
2020-02-05libgdiplus: Add support for 6.0.2Nicolas Jeker
2020-02-04libgdiplus: Apply 01-remove-libjpeg-path.patch adapted to 6.0.4Böszörményi Zoltán
Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
2020-02-04libgdiplus-native: Depend on tiff-nativeBöszörményi Zoltán
Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
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-04libgdiplus, libgdiplus-native: Add version 6.0.4Böszörményi Zoltán
Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
2020-02-04libgdiplus, libgdiplus-native: Split out common parts into include filesBöszörményi Zoltán
Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
2020-02-04gtk-sharp: Fix ambiguity with range class against recent monoAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2020-02-04mono-6.xx: Fix mono-dev dependency on bashAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
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-04mono-6.xx: inherit pythonKraag Gorim
Since mono 5 python is used for several tasks at build time. This is still the same for mono 6. To enable building mono in latest versions of yocto, python should be inherited. Signed-off-by: Kraag Gorim <kraaggorim@gmail.com>
2020-02-04mono-5.xx: switch to python 3Kraag Gorim
Upstream poky is removing python 2 so there is no pythonnative.bbclass anymore. Mono should also follow this change and switch to python 3. Signed-off-by: Kraag Gorim <kraaggorim@gmail.com>
2020-02-03Merge pull request #20 from ThadHouse/frc2020Alex Lennon
Add support for mono 6.8 and the 6.xx branches