handle kernel-version better, add arch detection to slim down arm overlays #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "footprint-improvements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
kernel-version is now exchanged over the whole footprint of a port, which may look like that:
arch can hopefully trim the overlays needed by CRUX-ARM by changing the footprint in the same way that kernel-version does:
Effectively, with this patch we can reduce the number of ports that currently need an overlay simply by having a specific footprint for the architecture.
It would be great if the possibility was considered.
======> ERROR: Footprint mismatch found:
MISSING -rwxr-xr-x root/root usr/lib/python3.10/site-packages/markupsafe/_speedups.cpython-310-aarch64-linux-gnu.so
NEW -rwxr-xr-x root/root usr/lib/python3.10/site-packages/markupsafe/_speedups.cpython-310-
<arch
>-linux-gnu.so=======> ERROR: Building '/nfs/rpi3/3.7/pkg/python3-markupsafe#3.0.1-1.pkg.tar.xz' failed.
Maybe thats not the best way to go..
Pull request closed