aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-04-08Msbuild replace libhostfxr with dotnet with fixes and update dotnet 6 to ↵langdaleBenjamin Szőke
6.0.15 in langdale (#178)
2023-04-07Add python3-clr-loader and python3-pythonnet recipe to langdale (#174)Benjamin Szőke
2023-04-06CI_github: Update CI to Node 16 to remove warningsAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-11-10README: Update support status update dateAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-11-09layer.conf: Add langdale supportAlex J Lennon
2022-11-09CI_github: Support building for langdaleAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-11-09dotnet: update to v6.0.11 (#158)Benjamin Szőke
2022-10-15CI_github: Set timeout to ten hoursAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-07-18mono: Adds patch for aot-compiler Makefile (#145)Jan Kraemer
Adds compatibility for GNU Make versions >= 4.3 which changed behaviour around appending to empty variables Signed-off-by: Jan Kraemer <jan.kraemer@mbition.io>
2022-07-17dotnet: update to v6.0.7 (#133)Hichem
- update the dotnet6 recipes - patch the library to not use liblttng-ust instead of deleting it completely - for x86 correct the interpreter path instead of creating a link - replace RUNTIME by DOTNET_RUNTIME, since RUNTIME is too general Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de>
2022-05-08update dotnet recipes (#131)Hichem
* dotnet: update to v6.0.4 Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de> * drop dotnet 5 recipe since microsoft will end the support on May 2022 Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de> * add arm64 to the github - CI so we can test for qemuarm64 Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de>
2022-05-07Update README.mdAlex Lennon
2022-05-07Update README.mdAlex Lennon
Remove "master" build and replace kirkstone label from master branch as we now build kirkstone for commits to master, for various reasons including that poky master breaks from time to time and changes means that builds take a long time
2022-05-07Update README.mdAlex Lennon
Update on kirkstone release
2022-04-26dotnet 5: remove the dependency to lttng-ust (#130)Hichem
* dotnet 5: remove the dependency to lttng-ust issue #124 since dotnet 5 depends on an older version of lttng-ust, and this dependency is not really needed for dotnet apps, remove libcoreclrtraceptprovider.so Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de> * ci: build meta-mono master branch against kirkstone poky branch building against the master branch of poky and meta-openembedded will result in sporadic errors. Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de>
2022-04-04add dotnet 6 recipe (#126)Hichem
* FIXME: add dotnet 6 recipe since dotnet 5 and 6 have almost the same structure. this recipe is base on the dotnet_5.0.300.bb issue #125 FIXME: since the current version depends on liblttng-ust.so.0, but yocto delivers liblttng-ust.so.1. the libcoreclrtraceptprovider.so is removed from the runtime. Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com> * add dotnet hello world recipe for testing Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de> * test-image-mono: add dotnet-helloworld to IMAGE_INSTALL Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de> * testimage: add a dotnet python test function Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de> * add dotnet to DEFAULT_TEST_SUITES to enable the dotnet test Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de> Co-authored-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com>
2022-03-31Update README.mdAlex Lennon
Add note on dotNet support
2022-03-31Update README.mdAlex Lennon
Add LTS date for Dunfell
2022-03-31Update README.mdAlex Lennon
Add notes on Kirkstone LTS and Langdale
2022-02-26dotnet: Remove liblttng-ust from RDEPENDSAlex J Lennon
@see https://github.com/DynamicDevices/meta-mono/issues/124 Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-02-25README: Add kirkstone build badgeAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-02-25layer.conf: Add kirkstone compatibilityAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-02-25CI_github: Change BB_ENV_EXTRAWHITE to BB_ENV_PASSTHROUGH_ADDITIONSAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-02-25CI_github: Build for x86-64 not x86Alex J Lennon
dotnet build fails to build for i686 target Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-02-25test-image-mono: Introduce dtotnet to test-imageClemens Terasa
In order to test the build of the dotnet recipe add the dotnet recipe to the test-image. It is the first test package of this image that is not included by the core-image-mono.inc. Signed-off-by: Clemens Terasa <clemens.terasa@garz-fricke.com> Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-02-21CI_github: Try to fix artifact pathAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-02-17Disabled pango support as it breaks cursor measurement. (#122)Sven Luther
* Update libgdiplus-6.xx.inc * Update libgdiplus_6.0.5.bb * Update libgdiplus_6.0.4.bb
2022-02-14CI_github: Force CI build to X64 architectureAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-02-13CI_github: Add artifact uploadAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-02-04README: Add morty build badgeAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-31CI_github: Move to using a containerised environmentAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-31CI_github: Move to using a containerised environmentAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-29mono-xsp: Use "main" branchAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-29mono_xsp: Fix Github URI to https (#116)Alex Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-29mono: Default to 6.12.0.161 (#115)Alex Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-28README: Use badges from shields.ioAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-28mono: add 6.12.0.161 (#102)Zoltán Böszörményi
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2022-01-28CI_github: Add CVE check for monoAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-28CI_github: Add cve-checking to buildAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-25CI_github: Add TERM to whitelistAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-25msbuild: Update recipe to allow networking in compile stepAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-24mono-X.xx.inc: libtool is no longer prefixed with host so don't fixup in recipeAlex J Lennon
@see: https://lists.openembedded.org/g/openembedded-devel/message/94322 Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-24layer.conf: Default mono to 6.12.0.154Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-24README: Update to show that the gcc version patch is needed for morty alsoAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-24README: Add note on the Poky gcc version patch needed for older branchesAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-23README: Add notes on support status of branches (follows Yocto Project)Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-23CI_github.yml: Change master CI to build whatever the default mono is in ↵Alex J Lennon
layer.conf Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-23CI_github.yml: Support CI on 'reopened' pull requestsAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-23README: General tidy upAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-23Set theme jekyll-theme-slateAlex Lennon