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

Update Buildroot to 2024.02 #3241

Merged
merged 9 commits into from
Mar 13, 2024
Merged

Update Buildroot to 2024.02 #3241

merged 9 commits into from
Mar 13, 2024

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    950ad82 View commit details
    Browse the repository at this point in the history
  2. udisks2: update to v2.10.1

    * Updated to version 2.10.x compatible with libblockdev v3
    * Rebased patches to new codebase
    * Autoreconf patch is not needed anymore
    * libblockdev-nvme is now hard dependency of udisks daemon
    sairon committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fee6d39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58126b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2c7b5e View commit details
    Browse the repository at this point in the history
  5. package/os-agent: fix go download

    After the Go update, build fails with the following error on mod vendor:
    
      GOPROXY list is not the empty string, but contains no entries
    
    Turns out this step is not having the environment variables set, use
    those used for download to fix it.
    sairon committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5d7a049 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49ac9db View commit details
    Browse the repository at this point in the history
  7. Bump buildroot to fix missing unit file from nfs-utils

    * buildroot 3f950a1aee...a1b2d12f32 (1):
      > package/nfs-utils: only install fsidd binary and unit file with enabled nfsd
    sairon committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    54aeb25 View commit details
    Browse the repository at this point in the history
  8. CI: install flake8 for pr-checks runner

    Use distribution package, as it's what's used in Buidlroot's Gitlab CI
    Docker image at buildroot/support/docker/Dockefile.
    sairon committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    133cd31 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Disable check for Upstream section in the patch header for now

    It was introduced in latest BR - disable it for now and re-enable
    for HAOS in a later separate PR.
    sairon committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a93299b View commit details
    Browse the repository at this point in the history