Alexandru Stan
Alexandru Stan
For now versioning is still a problem, though one idea is to [look at the core.rbf itself and try to extract it from there](https://github.com/MiSTerArch/PKGBUILDs/commit/961efd6e70521540b673205d5c7bf30ef755fa54#diff-823dd74886f4b406f75109be177ad85b399ce5eaeb637ab4bb040716dc413127R35). The problem with this is that...
I'm just going to throw https://www.kernel.org/doc/html/latest/kbuild/headers_install.html in here. This is what's killing us: > ARCH indicates which architecture to produce headers for, and defaults to the current architecture. One way...
Ok, let's rewind. The way I see it there's 2 ways to fix this bug: * Don't cross-compile. Obvious way. Makes stuff slower. It's an infrastructure/process changes (and for now...
Ok, so are you saying disabling that CONFIG is all that's needed? That seems easy. Have you tested it?
> `systemctl poweroff` Hmm, this does shutdown, but eventually we get rebooted. I guess we neeed to adjust systemd's poweroff method to just hang after filesystem unmounting instead of calling...
I have a *work in progress* in the https://github.com/MiSTerArch/PKGBUILDs/commit/6d74a68feaf63f1d9fc4c1738d268105e58f1716 on the [mister-downloader branch](https://github.com/MiSTerArch/PKGBUILDs/commits/mister-downloader). Seems functional and does everything I need above minus the extra stuff created in `destination/Scripts/.config/downloader/`
So let's start! In https://github.com/archlinuxarm/PKGBUILDs: ``` last_arch_commit=$(git log --oneline origin/master | grep "core/linux-armv7 to 5.16.1-1"|head -n 1) git show $(echo $last_arch_commit|cut -d " " -f1):core/linux-armv7/config > /tmp/arch.config ``` Seems to...
Sigh, something went horribly wrong: -rw-r--r-- 1 alex users 576M Mar 5 15:45 linux-mister-5.15-6-armv7h.pkg.tar.zst 500MB kernel package is a little too big. Maybe the "Hold enter to all the options...
Aha, I should have kep the "#" lines from the original arch config. Much less stuff to hold "enter" for now. Edit: Gah, still no luck: ``` -rw-r--r-- 1 alex...
Darn, not so easy, merge conflicts (click the one line to expand): alex@alex-desktop:/tmp/Linux-Kernel_MiSTer (MiSTer-v5.15)% git cherry-pick 4e7cf1fbb3 9c9a3b9da8 e581f1cec4 bceee75387 d215f63d49 0ef74366bc d5f871f89e 813a17cab9 23939115be 53451b6da8 eee5d6f135 83de8f8381 ``` [MiSTer-v5.15...