Sam Mendoza-Jonas
Sam Mendoza-Jonas
Looking at the logs and having had a chance to jump on the machine in question, nothing really jumps out as a problem. Of the 15 disks there are four...
Sending through a patch now is the best way :) Then it can run through the pull-request CI and we can see how it handles it.
This is caused by the update from glibc-2.26 to glib-2.27. From the release notes: ``` Deprecated and removed features, and other changes affecting compatibility: * Statically compiled applications attempting to...
I've pushed a proposed fix for this here: https://github.com/sammj/buildroot/commit/b9ba0ff5c1f6d942f24a7a8a30946262e1a640a6 This does a full glibc compile for the host which takes a little longer but avoids having to patch the glibc...
There's a second patch on the Buildroot list that runs with this idea but uses a glibc patch like ptxdist does to only build `localedef` which saves some build time....
This is a combination of my localdef patch and a following patch by Paul to avoid building the whole of glibc: https://github.com/sammj/buildroot/commit/bdfd9ef522373d41767308fffaf497ae44dbabb5 While we try and upstream something, is it...
I've updated the above patch to match glibc 2.29 and posted it to the mailing list: https://github.com/sammj/buildroot/commit/b02039d9edcaf4adca38c96a9eb2f65122ff13fb
Went over the limit today just trying to add `e2fsck` so this has my attention again! Before we get into chopping and changing the partition sizes, on @dcrowell77's points; -...
Right, sticking to rearranging the 64MB layout sounds like a safer first step. > To @stewart-ibm 's point about not requiring things, we all know how this will go down....
Do we mean the same thing by VPNOR? AFAIK only P9 Witherspoons use VPNOR; Romulus OpenBMC still uses regular PNOR, as does SMC's Boston (eg. `pflash` works :) ). AMI's...