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

Kernel 5.15.28 and buildroot 2022.02 #4595

Open
wants to merge 4 commits into
base: master-p10
Choose a base branch
from

Commits on Mar 15, 2022

  1. skiboot: Use open-opwer/skiboot.git again

    By defaulting to BR2_SKIBOOT_CUSTOM_GIT, the custom URL overrode the
    default URL for the skiboot repo, forcing the need to have a defualt
    custom URL too.
    
    This which was used during internal p10 bring up to force the URL to an
    internal repository. There's no need to do it now, and github.com is
    moving away from the git:// protocol, so remove the custom default so we
    get buildroot's normal URL construction from SKIBOOT_SITE in skiboot.mk.
    
    Overriding the URL can still be done via the defconfig where it is
    useful.
    
    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    942d534 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Kernel 5.15 and buildroot 2022.02

    Move to the latest buildroot release, and update all configs to use the
    latest LTS kernel release.
    
    The config drops setting of GCC 8 as it is no longer supported. The
    default toolchain is now GCC 10.3 and Binutils 2.36.1.
    
    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    30c6304 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. p10ebmc: Pin to ancient binutils to fix build issues in tracecmd

    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    2df494b View commit details
    Browse the repository at this point in the history
  2. hostboot: Patch to fix GCC 10 errors

    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    2a8ad65 View commit details
    Browse the repository at this point in the history