aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-05-18Add New Yocto Summit Test !!!ajl/yocto-summit-2Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-05-18Disable building dotnet for summit demoajl/yocto-summit-01Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-05-18msbuild: Revert to 15.4 as 16.6 seems to build intermittentlyAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
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
2022-01-23CI_github.yml: Use 'master' for build on master branchAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-23CI_github.yml: Add CI test and build supportAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-01-23README.md: Document CI supportAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2021-11-06Fix SRC_URI warnings (#101)Zoltán Böszörményi
* msbuild-libhostfxr: Use protocol=https for git://github.com/... GitHub will remove the unauthenticated git protocol in favour of the (still anonymous) https protocol and they even exercised a short brownout period. Yocto/Bitbake started printing warnings about this. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * msbuild: Use protocol=https for git://github.com/... See the previous commit for the reasoning. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2021-10-15add dotnet 5 to the master branch (#99)Hichem
issue #97 Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com> Co-authored-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com>
2021-10-13msbuild-libhostfxr: Upgrade to 3.1.16 (#96)Zoltán Böszörményi
3.1.11 was hitting this compile error on Fedora 34 with GCC 11 as the host compiler: | .../3.1.11-r0/git/src/corehost/cli/test/nativehost/host_context_test.cpp: In function ‘void {anonymous}::wait_for_signal_mock_execute_assembly()’: | .../3.1.11-r0/git/src/corehost/cli/test/nativehost/host_context_test.cpp:436:31: error: ‘sleep_for’ is not a member of ‘std::this_thread’ | 436 | std::this_thread::sleep_for(std::chrono::milliseconds(100)); | | ^~~~~~~~~ This was fixed in commit a49e99c5517054c2fa8a6772ce028acf56dfc54c ("Fix build errors using GCC 11 (#46334) (#9136)") which is in 3.1.16 The current set of patches still apply to 3.1.16 but not newer. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2021-09-23Fix mono 6.12.0.147 and add 6.12.0.154 (#95)Zoltán Böszörményi
* mono: Rebase 6.12.0.147 to use the stable 6.12.0.122 tarball mono 6.12.0.147 from git does not work properly, even if git submodule update --init --recursive is run before do_configure. Something else is still missing that would make mono to build and work from git. Use the 6.12.0.122 stable tarball and cherry-pick most of the patches from the 2020-02 (6.12.0.x) branch from git. The ones that update git submodules' revisions are omitted. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * mono: Add recipe for version 6.12.0.154 It's done similarly to 6.12.0.147, so we start off of the 6.12.0.122 stable release tarball and add cherry-picked patches from github. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>