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

Buildroot 2020.02 #8187

Merged
merged 13 commits into from
Jun 9, 2020
Merged

Buildroot 2020.02 #8187

merged 13 commits into from
Jun 9, 2020

Commits on May 17, 2020

  1. Upgrade Buildroot to 2019.02 LTS and Linux to 5.4

    With binutils 2.32 and gcc 9 as per newer defaults
    
    Systemd requires SSP, and some legacy options gone
    afbjorklund committed May 17, 2020
    Configuration menu
    Copy the full SHA
    b53518d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f036c27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03439ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e525118 View commit details
    Browse the repository at this point in the history
  5. Fix meson build error for varlink and newer ninja

    ERROR: Multiple producers for Ninja target "ctags".
    afbjorklund committed May 17, 2020
    Configuration menu
    Copy the full SHA
    ea0a723 View commit details
    Browse the repository at this point in the history
  6. Upgrade VirtualBox version for Linux 5.4 support

    Need to have DRM_TTM support in the kernel as well
    afbjorklund committed May 17, 2020
    Configuration menu
    Copy the full SHA
    e957a2c View commit details
    Browse the repository at this point in the history
  7. The config flag for go packages were both changed

    This caused the go-depending packages to be skipped
    afbjorklund committed May 17, 2020
    Configuration menu
    Copy the full SHA
    661feac View commit details
    Browse the repository at this point in the history
  8. Stop go bootstrap from using minikube modules

    The go bootstrap procedure will try to find a "go.mod"
    in any parent directory of the current (build) directory.
    
    So eventually it will find the minikube go.mod (modules),
    and then choke because the bootstrap_go doesn't have HTTP.
    
    go: cloud.google.com/[email protected]: no http in bootstrap go command
    
    Create an empty module file, just to keep it from hurting
    itself. It doesn't seem to be used anyway, so add anything.
    
    This is similar to the packages trying to find a git repository
    only to end up looking at buildroot's git repository instead.
    
    Except that this problem is even more silly (and fatal) than it.
    afbjorklund committed May 17, 2020
    Configuration menu
    Copy the full SHA
    9ecab2a View commit details
    Browse the repository at this point in the history
  9. Make sure to enable tmpfs support in the kernel

    We need it during boot, for doing switch_root
    afbjorklund committed May 17, 2020
    Configuration menu
    Copy the full SHA
    88b07d1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Switch library back to (lib)openssl from libressl

    The other library was having segmentation faults
    afbjorklund committed May 18, 2020
    Configuration menu
    Copy the full SHA
    ca77d16 View commit details
    Browse the repository at this point in the history
  2. Make sure to enable pci support in the kernel

    Otherwise we don't get any network devices
    afbjorklund committed May 18, 2020
    Configuration menu
    Copy the full SHA
    fc2585c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7b93a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a65d33 View commit details
    Browse the repository at this point in the history