-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mickledore to master #197
Mickledore to master #197
Commits on Mar 9, 2023
-
CI_github: Trigger on push to mickledore and build mickledore branch
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
Configuration menu - View commit details
-
Copy full SHA for 7822703 - Browse repository at this point
Copy the full SHA 7822703View commit details
Commits on Apr 11, 2023
-
Update python3-clr-loader and python3-pythonnet recipe and rebase mic…
…kledore (#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>
Configuration menu - View commit details
-
Copy full SHA for 36ba891 - Browse repository at this point
Copy the full SHA 36ba891View commit details
Commits on Sep 5, 2023
-
merge master to mickledore (#190)
* 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 mono/mono#21651 (comment) 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>
Configuration menu - View commit details
-
Copy full SHA for abaadf0 - Browse repository at this point
Copy the full SHA abaadf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 792dbd5 - Browse repository at this point
Copy the full SHA 792dbd5View commit details -
Merge pull request #2 from Livius90/mickledore
sync Mickledore to master
Configuration menu - View commit details
-
Copy full SHA for 81ee97f - Browse repository at this point
Copy the full SHA 81ee97fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 706ef1c - Browse repository at this point
Copy the full SHA 706ef1cView commit details
Commits on Sep 6, 2023
-
Merge pull request #194 from Livius90/master
Master merge to mickledore finally
Configuration menu - View commit details
-
Copy full SHA for 181256e - Browse repository at this point
Copy the full SHA 181256eView commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ac9eff1 - Browse repository at this point
Copy the full SHA ac9eff1View commit details