aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-22Update README.mdHEADmasterAlex Lennon
2024-02-22Update README.mdAlex Lennon
2024-02-22Update README.mdAlex Lennon
2024-02-21Merge pull request #207 from DynamicDevices/ajl/add-ci-settings-to-readmenanbieldAlex Lennon
Ajl/add ci settings to readme
2024-02-21Merge branch 'master' into ajl/add-ci-settings-to-readmeajl/add-ci-settings-to-readmeAlex Lennon
2024-02-21Merge pull request #212 from Livius90/masterAlex Lennon
2024-02-20ci: Fix name of upload-artifact@v4Benjamin Szőke
2024-02-20ci: revert upload-artifact@v3Benjamin Szőke
2024-02-20ci: Finalize buildpaths warning issueBenjamin Szőke
2024-02-20ci: Suppress TMPDIR [buildpaths] warningBenjamin Szőke
2024-02-20ci: update actionsBenjamin Szőke
2024-02-20ci: fix LICENSE warning and refactor CI .ymlBenjamin Szőke
2024-02-20ci: add Cleaning task and refactor .ymlBenjamin Szőke
2024-02-20dotnet: revert create-spdxBenjamin Szőke
2024-02-20dotnet: add create-spdxBenjamin Szőke
2024-02-20ci: refactor printBenjamin Szőke
2024-02-20ci: forced remove bblayers.conf before start buildBenjamin Szőke
2024-02-20ci: fix forced local.conf removeBenjamin Szőke
2024-02-20ci: print more info in .ymlBenjamin Szőke
2024-02-20ci: forced remove local.conf before start buildBenjamin Szőke
2024-02-20ci: Fix PREFERRED_VERSION in .ymlBenjamin Szőke
2024-02-20dotnet: Add INSANE_SKIP for "libdir"Benjamin Szőke
2024-02-20dotnet: Update to v8.0.201Benjamin Szőke
2024-02-20dotnet: remove dotnet 7 since we want to keep lts versions onlyBen Fekih, Hichem
Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com>
2024-02-20dotnet-helloworld: suppress the error when removing libcoreclrtraceptprovider.soBen Fekih, Hichem
it seams that dotnet 8 doesn't produce libcoreclrtraceptprovider.so for the helloworld application anymore. so suppress the error by adding "-f". when dotnet 6 and 7 reach EOF, then we can remove this line. Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com>
2024-02-20dotnet: Update to v6.0.419Benjamin Szőke
2024-02-20Merge pull request #210 from Livius90/masterAlex Lennon
dotnet: Update to v8.0.201
2024-02-19ci: add Cleaning task and refactor .ymlBenjamin Szőke
2024-02-19dotnet: revert create-spdxBenjamin Szőke
2024-02-19dotnet: add create-spdxBenjamin Szőke
2024-02-19ci: refactor printBenjamin Szőke
2024-02-19ci: forced remove bblayers.conf before start buildBenjamin Szőke
2024-02-19ci: fix forced local.conf removeBenjamin Szőke
2024-02-19ci: print more info in .ymlBenjamin Szőke
2024-02-19ci: forced remove local.conf before start buildBenjamin Szőke
2024-02-19ci: Fix PREFERRED_VERSION in .ymlBenjamin Szőke
2024-02-19dotnet: Add INSANE_SKIP for "libdir"Benjamin Szőke
2024-02-19dotnet: Update to v8.0.201Benjamin Szőke
2024-02-19dotnet: remove dotnet 7 since we want to keep lts versions onlyBen Fekih, Hichem
Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com>
2024-02-19dotnet-helloworld: suppress the error when removing libcoreclrtraceptprovider.soBen Fekih, Hichem
it seams that dotnet 8 doesn't produce libcoreclrtraceptprovider.so for the helloworld application anymore. so suppress the error by adding "-f". when dotnet 6 and 7 reach EOF, then we can remove this line. Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com>
2024-02-18Merge pull request #209 from Livius90/masterAlex Lennon
2024-02-18dotnet: Update to v6.0.419Benjamin Szőke
2024-02-13Merge branch 'master' into ajl/add-ci-settings-to-readmeAlex Lennon
2024-02-13Merge pull request #206 from DynamicDevices/ajl/support-nanbeldAlex Lennon
README.md, CI_github.yml: Support Yocto nanbeld
2024-02-12README.md, CI_github.yml: Support Yocto nanbieldajl/support-nanbeldAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2024-02-12Merge pull request #202 from kaspt/cherry-pick-fix-mono-native-arch64Alex Lennon
mono: add BBCLASSEXTEND=native to mono-6.xx.inc (#149)
2024-02-12README.md: Add CI settings for future referenceAlex J Lennon
In case anybody needs to rebuild the CI container Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2024-02-12README.md, CI_github.yml: Support Yocto nanbeldAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2024-01-09mono: add BBCLASSEXTEND=native to mono-6.xx.inc (#149)Marc Ferland
* mono-base: append dependencies instead of using the hard assignment op * Remove extra space Not needed when using the += operator. Signed-off-by: Marc Ferland <ferlandm@amotus.ca> * Fix build on aarch64 builds When building for aarch64 targets, I get build failures like: ERROR: msbuild-native-16.6-r0 do_prepare_recipe_sysroot: Manifest /workdir/build/tmp/sstate-control/manifest-x86_64_x86_64-nativesdk-mono.populate_sysroot not found in imx8mn_ddr4_evk cortexa53 armv8a-crc armv8a aarch64 allarch x86_64_x86_64-nativesdk (variant '')? The problem comes from the fact that some include files (i.e.: mono-6.xx.inc) are used in both the mono and mono-native variants. This seems to confuse the native class in some way. Ideally we would have a single mono recipe declaring BBCLASSEXTEND = "native" and we'd let bitbake generate the recipe variant. See: https://docs.yoctoproject.org/ref-manual/variables.html?highlight=bbclassextend#term-BBCLASSEXTEND Signed-off-by: Marc Ferland <ferlandm@amotus.ca> * Fix build error of CI-Build: Error: Problem 1: conflicting requests - nothing provides mono-gac needed by mono-6.12.0.161-r0.core2_64 - nothing provides mono-libs-4.5 needed by mono-6.12.0.161-r0.core2_64 Problem 2: package msbuild-16.6-r0.core2_64 requires mono, but none of the providers can be installed - conflicting requests - nothing provides mono-gac needed by mono-6.12.0.161-r0.core2_64 - nothing provides mono-libs-4.5 needed by mono-6.12.0.161-r0.core2_64 Problem 3: package mono-helloworld-1.2-r0.core2_64 requires mono, but none of the providers can be installed - conflicting requests - nothing provides mono-gac needed by mono-6.12.0.161-r0.core2_64 - nothing provides mono-libs-4.5 needed by mono-6.12.0.161-r0.core2_64 (try to add '--skip-broken' to skip uninstallable packages) Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Co-authored-by: Georg Gebauer <georg.gebauer@zeiss.com>
2023-11-30Merge pull request #201 from Livius90/masterAlex Lennon
dotnet: Update .NET v6 and v7 recipes