aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-11-29dotnet: update ymlBenjamin Szőke
2023-11-29dotnet: fix version number for v7.0.404Benjamin Szőke
2023-11-29dotnet: update .NET 7 to v7.0.404Benjamin Szőke
2023-11-29dotnet: update .NET 6 to v6.0.417Benjamin Szőke
2023-11-02Merge pull request #199 from zboszor/fix-yocto-4.3Alex Lennon
Some fixes to get Yocto 4.3 going
2023-10-31conf/layer.conf: Add "nanbield" to LAYERSERIES_COMPAT_monoBuildbot
Make Yocto 4.3 support official. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2023-10-31mono-addins: Add protocol=https to SRC_URIBuildbot
This fixes the warning with Yocto 4.3: WARNING: .../layers/meta-mono/recipes-mono/mono-addins/mono-addins_1.1.bb: URL: git://github.com/mono/mono-addins.git;branch=master uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2023-10-31gtk-sharp3: Add protocol=https to SRC_URIBuildbot
This fixes the warning with Yocto 4.3: WARNING: .../layers/meta-mono/recipes-mono/gtk-sharp/gtk-sharp3_2.99.4.bb: URL: git://github.com/mono/gtk-sharp.git;branch=master uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2023-10-31taglib-sharp: Set protocol=https in SRC_URIBuildbot
This fixes this warning in Yocto 4.3: WARNING: .../layers/meta-mono/recipes-mono/taglib-sharp/taglib-sharp_2.1.0.0.bb: URL: git://github.com/mono/taglib-sharp.git;branch=master uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2023-10-31mono-upnp: Set protocol=https in SRC_URIBuildbot
This fixes the warning in Yocto 4.3: WARNING: .../layers/meta-mono/recipes-mono/mono-upnp/mono-upnp_0.1.2.bb: URL: git://github.com/mono/mono-upnp.git;branch=master uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2023-10-31libgdiplus: Fix SRC_URIBuildbot
I misunderstood gitsm:// , no need to list the submodules separately. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2023-10-23Merge pull request #198 from Livius90/masterAlex Lennon
python3-pythonnet: update to v3.0.3
2023-10-21python3-pythonnet: update to v3.0.3Benjamin Szőke
2023-09-12Merge pull request #197 from Livius90/masterAlex Lennon
Mickledore to master
2023-09-08Merge pull request #1 from Livius90/mickledoreBenjamin Szőke
Mickledore to master
2023-09-06Merge pull request #194 from Livius90/masterAlex Lennon
Master merge to mickledore finally
2023-09-05dotnet: remove old dotnet versionsBenjamin Szőke
2023-09-05Merge pull request #2 from Livius90/mickledoreBenjamin Szőke
sync Mickledore to master
2023-09-05Merge branch 'master' into mickledoreBenjamin Szőke
2023-09-05Sync mickledore into master (#192)Benjamin Szőke
* CI_github: Trigger on push to mickledore and build mickledore branch Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> * Update python3-clr-loader and python3-pythonnet recipe and rebase mickledore (#176) * Mickledore support (#164) * conf/layer.conf: Add mickledore to LAYERSERIES_COMPAT Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * mono: Fix early parsing errors for mono 4.x and 5.x versions Apparently, PV is unset when mono_workspace_version() is first used. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * msbuild: Depend on curl-native and ca-certificates-native (#165) * Msbuild replace libhostfxr with dotnet with fixes (#166) * CI_github: Update CI to Node 16 to remove warnings Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> * CI_github: Update master build branch to langdale Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> * Fix python3-pythonnet recipe build for langdale (#169) * Fix python3-pythonnet recipe build for langdale * Try to fix compiling task of python3-pythonnet * Refactoring pythonnet and clr_loader recipe * dotnet: add dotnet v7.0.202 (#167) Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com> * remove dotnet v3.1.11 and update dotnet 6 to 6.0.15 (#171) * CI_github: Add dotnet v7 to CI build matrix Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> * Add summary for python3-pythonnet and python3-clr-loader recipes (#175) * Fix python3-pythonnet recipe build for langdale * Try to fix compiling task of python3-pythonnet * Refactoring pythonnet and clr_loader recipe * Add summary for python3-pythonnet and python3-clr-loader recipe * CI_github: Trigger on push to mickledore and build mickledore branch Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> * Dummy commit to trigger a new CI build * Fix layer compatibility for mickledore --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com> Co-authored-by: Zoltán Böszörményi <zboszor@gmail.com> Co-authored-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> Co-authored-by: Hichem <hichem.benfekih@ifm.com> --------- Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com> Co-authored-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> Co-authored-by: Zoltán Böszörményi <zboszor@gmail.com> Co-authored-by: Hichem <hichem.benfekih@ifm.com>
2023-09-05dotnet: update dotnet versions (#191)Benjamin Szőke
* dotnet: update dotnet versions * dotnet: update CI_github.yml to use dotnet 7.0.400
2023-09-05merge master to mickledore (#190)Benjamin Szőke
* Mickledore support (#164) * conf/layer.conf: Add mickledore to LAYERSERIES_COMPAT Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * mono: Fix early parsing errors for mono 4.x and 5.x versions Apparently, PV is unset when mono_workspace_version() is first used. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * msbuild: Depend on curl-native and ca-certificates-native (#165) * Msbuild replace libhostfxr with dotnet with fixes (#166) * CI_github: Update CI to Node 16 to remove warnings Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> * CI_github: Update master build branch to langdale Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> * Fix python3-pythonnet recipe build for langdale (#169) * Fix python3-pythonnet recipe build for langdale * Try to fix compiling task of python3-pythonnet * Refactoring pythonnet and clr_loader recipe * dotnet: add dotnet v7.0.202 (#167) Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com> * remove dotnet v3.1.11 and update dotnet 6 to 6.0.15 (#171) * CI_github: Add dotnet v7 to CI build matrix Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> * Add summary for python3-pythonnet and python3-clr-loader recipes (#175) * Fix python3-pythonnet recipe build for langdale * Try to fix compiling task of python3-pythonnet * Refactoring pythonnet and clr_loader recipe * Add summary for python3-pythonnet and python3-clr-loader recipe * Fix mmap segfault on recent kernels (#183) * Add a patch to disable using MAP_32BIT to mmap() The patch was published at https://github.com/mono/mono/issues/21651#issuecomment-1539830484 It had to be slightly adapted to be applicable. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * Use oe_runmake for Mono 6.xx This allows parallel builds. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * 6.12.0.182 (#181) * mono: Add recipe for version 6.12.0.182 This is a recent stable release. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * Prefer version 6.12.0.182 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * Add msbuild 16.10.1 recipe (#184) * msbuild: Add recipe for version 16.10.1 Mono 6.12.0.182 needs the new msbuild version. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * conf/layer.conf: Prefer the newest msbuild version Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * Bump CI to use Mono 6.12.0.182 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * libgdiplus: Use git:// SRC_URI (#186) * Update python3-pythonnet and python3-clr-loader (#187) * Update python3-pythonnet and python3-clr-loader * Fix sha256sum of python3-clr-loader and python3-pythonnet * Switch to using mickledore for master build (#188) Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> * Prepare master to merge mickledore (#189) --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com> Co-authored-by: Zoltán Böszörményi <zboszor@gmail.com> Co-authored-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> Co-authored-by: Hichem <hichem.benfekih@ifm.com>
2023-09-03Prepare master to merge mickledore (#189)Benjamin Szőke
2023-09-02Switch to using mickledore for master build (#188)Alex Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2023-09-01Update python3-pythonnet and python3-clr-loader (#187)Benjamin Szőke
* Update python3-pythonnet and python3-clr-loader * Fix sha256sum of python3-clr-loader and python3-pythonnet
2023-08-15libgdiplus: Use git:// SRC_URI (#186)Zoltán Böszörményi
2023-06-09Add msbuild 16.10.1 recipe (#184)Zoltán Böszörményi
* msbuild: Add recipe for version 16.10.1 Mono 6.12.0.182 needs the new msbuild version. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * conf/layer.conf: Prefer the newest msbuild version Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * Bump CI to use Mono 6.12.0.182 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2023-05-136.12.0.182 (#181)Zoltán Böszörményi
* mono: Add recipe for version 6.12.0.182 This is a recent stable release. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * Prefer version 6.12.0.182 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2023-05-10Fix mmap segfault on recent kernels (#183)Zoltán Böszörményi
* Add a patch to disable using MAP_32BIT to mmap() The patch was published at https://github.com/mono/mono/issues/21651#issuecomment-1539830484 It had to be slightly adapted to be applicable. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * Use oe_runmake for Mono 6.xx This allows parallel builds. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2023-04-11Update python3-clr-loader and python3-pythonnet recipe and rebase mickledore ↵Benjamin Szőke
(#176) * Mickledore support (#164) * conf/layer.conf: Add mickledore to LAYERSERIES_COMPAT Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * mono: Fix early parsing errors for mono 4.x and 5.x versions Apparently, PV is unset when mono_workspace_version() is first used. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * msbuild: Depend on curl-native and ca-certificates-native (#165) * Msbuild replace libhostfxr with dotnet with fixes (#166) * CI_github: Update CI to Node 16 to remove warnings Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> * CI_github: Update master build branch to langdale Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> * Fix python3-pythonnet recipe build for langdale (#169) * Fix python3-pythonnet recipe build for langdale * Try to fix compiling task of python3-pythonnet * Refactoring pythonnet and clr_loader recipe * dotnet: add dotnet v7.0.202 (#167) Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com> * remove dotnet v3.1.11 and update dotnet 6 to 6.0.15 (#171) * CI_github: Add dotnet v7 to CI build matrix Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> * Add summary for python3-pythonnet and python3-clr-loader recipes (#175) * Fix python3-pythonnet recipe build for langdale * Try to fix compiling task of python3-pythonnet * Refactoring pythonnet and clr_loader recipe * Add summary for python3-pythonnet and python3-clr-loader recipe * CI_github: Trigger on push to mickledore and build mickledore branch Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> * Dummy commit to trigger a new CI build * Fix layer compatibility for mickledore --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com> Co-authored-by: Zoltán Böszörményi <zboszor@gmail.com> Co-authored-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> Co-authored-by: Hichem <hichem.benfekih@ifm.com>
2023-04-07Add summary for python3-pythonnet and python3-clr-loader recipes (#175)Benjamin Szőke
* Fix python3-pythonnet recipe build for langdale * Try to fix compiling task of python3-pythonnet * Refactoring pythonnet and clr_loader recipe * Add summary for python3-pythonnet and python3-clr-loader recipe
2023-04-06CI_github: Add dotnet v7 to CI build matrixAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2023-04-06remove dotnet v3.1.11 and update dotnet 6 to 6.0.15 (#171)Hichem
2023-04-05dotnet: add dotnet v7.0.202 (#167)Hichem
Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com>
2023-04-05Fix python3-pythonnet recipe build for langdale (#169)Benjamin Szőke
* Fix python3-pythonnet recipe build for langdale * Try to fix compiling task of python3-pythonnet * Refactoring pythonnet and clr_loader recipe
2023-04-01CI_github: Update master build branch to langdaleAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2023-04-01CI_github: Update CI to Node 16 to remove warningsAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2023-03-30Msbuild replace libhostfxr with dotnet with fixes (#166)Zoltán Böszörményi
2023-03-12msbuild: Depend on curl-native and ca-certificates-native (#165)Zoltán Böszörményi
2023-03-10Mickledore support (#164)Zoltán Böszörményi
* conf/layer.conf: Add mickledore to LAYERSERIES_COMPAT Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * mono: Fix early parsing errors for mono 4.x and 5.x versions Apparently, PV is unset when mono_workspace_version() is first used. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2023-03-09CI_github: Trigger on push to mickledore and build mickledore branchAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2023-03-09README: Add mickledore labelAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-12-20README: Remove badge link for unreleased mickledore branchAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-12-20README: Update badge URL to new formatAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-11-30add Python.NET recipe (#159)Benjamin Szőke
* dotnet: update to v6.0.11 * python: Add Python.NET v3.0.1 * python3-clr-loader: fix typo * pythonnet: fix proxy config * pythonnet: separated folder for nuget downloads and cache * python3-clr-loader: test proxy * dotnet restore try to fix #1 * dotnet restore next try * dotnet restore try some http env settings * dotnet restore fix libcurl-native syntax * dotnet restore curl fix * dotnet restore test http download * dotnet restore http next try * dotnet restore test DNS * dotnet restore, dns fix not works, revert some parts * dotnet restore fix, version appending fix in __init__.py * fix endline, restore original yml * fix again endline * fix again endline and trigger a new fetch * append endline in do_patch, restore latest package versions * do_configure:prepend() must be used for version append * append __version__ only if it is does not exist * fix typo * if proxy used, it must be defined in task environment
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-09README: Add honister branch, update hardknott to EOL supportAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-11-09README.md: Add detail on langdale release and build statusAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2022-11-09dotnet: update to v6.0.11 (#158)Benjamin Szőke