Skip to content
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

merge master to mickledore #190

Merged
merged 18 commits into from
Sep 5, 2023
Merged

merge master to mickledore #190

merged 18 commits into from
Sep 5, 2023

Commits on Mar 10, 2023

  1. 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>
    zboszor authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    36f5757 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    4a2b7cf View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    97cfe39 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. CI_github: Update CI to Node 16 to remove warnings

    Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
    ajlennon committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    5d3a92e View commit details
    Browse the repository at this point in the history
  2. CI_github: Update master build branch to langdale

    Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
    ajlennon committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    b4dd9ca View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. 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
    Livius90 authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    ee839e6 View commit details
    Browse the repository at this point in the history
  2. dotnet: add dotnet v7.0.202 (#167)

    Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com>
    karthago1 authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    6dc8761 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    19f091a View commit details
    Browse the repository at this point in the history
  2. CI_github: Add dotnet v7 to CI build matrix

    Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
    ajlennon committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8a6d99c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. 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
    Livius90 authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    a63d470 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. 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>
    zboszor authored May 10, 2023
    Configuration menu
    Copy the full SHA
    3536966 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. 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>
    zboszor authored May 13, 2023
    Configuration menu
    Copy the full SHA
    329513e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. 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>
    zboszor authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    2c00436 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    e3df0e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Update python3-pythonnet and python3-clr-loader (#187)

    * Update python3-pythonnet and python3-clr-loader
    
    * Fix sha256sum of python3-clr-loader and python3-pythonnet
    Livius90 authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    566cef4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Switch to using mickledore for master build (#188)

    Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
    ajlennon authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    f2f1202 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    7738e79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ec36fd View commit details
    Browse the repository at this point in the history