LTS update for Buildroot and Linux Kernel#306
Open
oom-is wants to merge 1 commit intoDrive-Trust-Alliance:masterfrom
Open
LTS update for Buildroot and Linux Kernel#306oom-is wants to merge 1 commit intoDrive-Trust-Alliance:masterfrom
oom-is wants to merge 1 commit intoDrive-Trust-Alliance:masterfrom
Conversation
This pull request updates: Buildroot2 to the 2019.02.6 (latest LTS) target Linux Kernel to the 4.14.146 (latest version in 4.14.x LTS tree) version Other incidental updates along the way (binutils 2.30.x, GCC 8.3.x) A longer explanation of why this update and how to do further updates is in README_LTS.txt. This update addresses several issues with USB input handling in linuxpba, support for AMD Ryzen 2xxx and 3xxx chips, and other minor items. This pull request is explicitly under the GPL 3.0 license, as is implicitly required by Github's latest "inbound = outbound" license updates as discussed: https://ben.balter.com/2018/01/02/why-you-probably-shouldnt-add-a-cla-to-your-open-source-project/ https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license As always, differing opinions are encouraged; c.f. https://writing.kemitchell.com/2018/01/06/CLAs-Are-Not-a-Sham.html This pull request should apply as-is for most current "unofficial" source trees as it only affects certain files, which should not conflict with most other known patch sets: new file: README_LTS.txt modified: images/buildpbaroot modified: images/buildroot/32bit/.config modified: images/buildroot/32bit/kernel.config new file: images/buildroot/32bit/local.mk modified: images/buildroot/64bit/.config modified: images/buildroot/64bit/kernel.config new file: images/buildroot/64bit/local.mk modified: images/conf
Author
|
I have uploaded compiled binaries that should be suitable for testing. Those binaries can be found here: https://github.com/oom-is/sedutil/releases/tag/1.15.1-LTS1 |
This was referenced Oct 16, 2019
|
Thanks, it's a good base to update the PBA. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates:
Buildroot2 to the 2019.02.6 (latest LTS) target
Linux Kernel to the 4.14.146 (latest version in 4.14.x LTS tree) version
Other incidental updates along the way (binutils 2.30.x, GCC 8.3.x)
A longer explanation of why this update and how to do further updates is
in README_LTS.txt.
This update addresses several issues with USB input handling in linuxpba,
support for AMD Ryzen 2xxx and 3xxx chips, and other minor items.
This pull request is explicitly under the GPL 3.0 license, as is implicitly
required by Github's latest "inbound = outbound" license updates as discussed:
https://ben.balter.com/2018/01/02/why-you-probably-shouldnt-add-a-cla-to-your-open-source-project/
https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license
As always, differing opinions are encouraged; c.f.
https://writing.kemitchell.com/2018/01/06/CLAs-Are-Not-a-Sham.html
This pull request should apply as-is for most current "unofficial" source
trees as it only affects certain files, which should not conflict with most
other known patch sets: