Plebian-Linux / quartz64-images

GitHub Actions Repository for automatically generated images for the Quartz64 family of single board computers
https://plebian.org
GNU General Public License v3.0
41 stars 10 forks source link

u-boot-menu fork #11

Closed CounterPillow closed 1 year ago

CounterPillow commented 1 year ago

u-boot-menu currently assumes versioned FDT paths. Device trees are mostly kernel version independent though, and for our device tree package, we want to upgrade it independently of the kernel package, as we don't control the kernel package's release cycle.

We could contribute whatever we're doing back upstream so we can keep using the vanilla package.

CounterPillow commented 1 year ago

Turns out this isn't needed because the salsa version of u-boot-menu already allows for this.

diederikdehaas commented 1 year ago

\o/

CounterPillow commented 1 year ago

Turns out they don't quite, their ordering of fallback stuff makes it impossible to use, unless a recent MR is merged

diederikdehaas commented 1 year ago

Usually sending a MR should work, but I know it will not with the (specific) maintainer of the u-boot-menu package. I told you that before and I saw someone else making the same remark: FWIW, the maintainer prefers patches sent through the BTS, so I'd suggest posting it in the #1019743 thread.

FTR: afaik it is a good maintainer, he just has a problem with (things like) GitHub and GitLab/Salsa. I think because of the requirement of a web based GUI (with non-free JavaScript?), but I don't know.
But patches send through the BTS are not a problem at all.

CounterPillow commented 1 year ago

What a pain

diederikdehaas commented 1 year ago

I haven't tried it myself yet, but git send-email --to=<bugnumber>@bugs.debian.org should work? Shouldn't be too hard for you ;-)