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

Adapt to New Yocto Standards and Compatibility Fixes #58

Merged
merged 3 commits into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. Revert Go 1.20 backport

    It isn't necessary anymore as OE now provides a recent Go version.
    Aftermore, master branch doesn't support older Yocto Project releases
    anymore.
    
    This reverts commit 753cbe4.
    
    Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
    Ossanes committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    380af5b View commit details
    Browse the repository at this point in the history
  2. layer.conf: Make layer compatible with Styhead only

    Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
    Ossanes committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2cb256d View commit details
    Browse the repository at this point in the history
  3. shellhub-agent: WORKDIR -> UNPACKDIR transition

    This adapts to the oe-core rework to enforce a separate directory for
    unpacking local sources (UNPACKDIR) instead of directly using WORKDIR.
    
    Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
    Ossanes committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    55acadb View commit details
    Browse the repository at this point in the history