Support Fedora 44 and Ubuntu 26.04 [WIP]#6803
Draft
runlevel5 wants to merge 1 commit into
Draft
Conversation
Contributor
|
Can one of the admins verify this patch? |
7974bd6 to
b9bd1ac
Compare
Member
|
@runlevel5 I would prefer to stay on the LTS buildroot (2025.02) which has support until 2028. Do you think that they will backport what you need to 2025.02.x? |
Contributor
Author
|
@rarbab my change would work with 2025.02 buildroot (with backported host-m4 package) though I prefer to get to newer version if possible. Most of the patches in this PR should be upstreamed. EDIT: it would work with 2025.02.x buildroot + mpfr backport |
runlevel5
commented
Jun 5, 2026
runlevel5
commented
Jun 5, 2026
| @@ -0,0 +1,23 @@ | |||
| skiboot: link with -z notext for binutils >= 2.39 | |||
9b31720 to
651b0d5
Compare
runlevel5
commented
Jun 9, 2026
| @@ -0,0 +1,18 @@ | |||
| openpower-pnor: use python3 to run sbeOpDistribute.py | |||
runlevel5
commented
Jun 9, 2026
| @@ -0,0 +1,60 @@ | |||
| sbe: use python3 for build scripts | |||
- hcode: fix use-after-free in rs4_embed_cmsk() - skiboot: sync -z notext patch with upstream submission - sbe: use python3 - pnor: use python3 - doc: update README - buildroot: bump to 2025.02.14 Signed-off-by: Trung Lê <8@tle.id.au>
651b0d5 to
f8b268a
Compare
runlevel5
commented
Jun 9, 2026
| OCC_DEPENDENCIES += host-binutils | ||
| endif | ||
|
|
||
| # OCC's host-side build tools (ppetracepp, ppe2fsp, imageHdrScript, ffdcparser, |
Contributor
Author
There was a problem hiding this comment.
Once open-power/occ#37 is merged, we could remove this wrapper
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.
What
Make firmware compilation work on newer distro like Fedora 44 and Ubuntu 26.04.
TODO