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

WIP: Update buildroot #401

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    78056bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eefd70a View commit details
    Browse the repository at this point in the history
  3. Add missing kernel patches

    AaronDewes committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    25399d3 View commit details
    Browse the repository at this point in the history
  4. Add PINN packages

    AaronDewes committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    8fd0699 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd54c0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a83a1e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0011672 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Allow parted on uclibc

    Normally, this is disallowed because build failures occured in some test builds.
    I haven't experienced this, and parted is needed for PINN, so I changed this.
    AaronDewes committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    2be161d View commit details
    Browse the repository at this point in the history
  2. Add kernel config

    AaronDewes committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    1ae854a View commit details
    Browse the repository at this point in the history
  3. Add buildroot config

    AaronDewes committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    38baa2e View commit details
    Browse the repository at this point in the history
  4. Fix patch of the dhcpcd hooks

    The path is different now, but the file was not changed.
    AaronDewes committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    fcab648 View commit details
    Browse the repository at this point in the history
  5. Fix PINN for QT5 & latest buildroot

    Use QT5 features, fix include paths, ...
    AaronDewes committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    3a808a7 View commit details
    Browse the repository at this point in the history
  6. Update kernel

    AaronDewes committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    3fb04c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24a1921 View commit details
    Browse the repository at this point in the history
  8. Fix ramdisk size

    AaronDewes committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    d3ff335 View commit details
    Browse the repository at this point in the history
  9. Use weston

    AaronDewes committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    085df40 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Fix qt5wayland

    Build of qt5wayland fails on the Raspberry Pi for multiple reasons.
    These patches are already merged or proposed in qt and probably won't be needed
    when the next buildroot update is done.
    AaronDewes committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    b5882ea View commit details
    Browse the repository at this point in the history