summaryrefslogtreecommitdiff
path: root/setup-abuild
AgeCommit message (Collapse)AuthorFilesLines
2024-12-09setup-abuild: remove problematic symlink.Zach van Rijn1-1/+2
2024-12-07setup-abuild: add libarchive. required by abuild.Zach van Rijn1-0/+30
2024-12-07setup-abuild: install libfakeroot.so and add xstat patch.Zach van Rijn1-1/+3
2024-12-07setup-abuild: update utilities where possible.Zach van Rijn1-8/+8
2024-12-06setup-abuild: i tried so hard to make this reproducible.Zach van Rijn1-0/+2
2024-09-18Add support for target loongarch64.Zach van Rijn1-1/+1
2024-08-05setup-abuild: patch 'apk-tools' for m68k support. fixes #10.Zach van Rijn1-0/+15
2024-08-03setup-abuild: work around upstream 500 error.Zach van Rijn1-1/+7
2024-08-02setup-abuild: multiple improvements and fixes.Zach van Rijn1-13/+13
* Instruct 'curl' to follow redirects (required for GitHub links) * Update OpenSSL with a TEMPORARY WORKAROUND (Ref. #6) * Remove artifact from earlier iteration which substituted 'ar' for a tuple-prefixed version. Fixes #7. * Add 'ZSTD=no' to the 'apk-tools' configuration, which appeared as a build error due to missing <zstd.h>. We do not need it.
2023-09-19Miscellaneous updates/improvements. Fixes #1.Zach van Rijn1-8/+12
2022-12-25Pull in upstream 'abuild' patch.Zach van Rijn1-0/+1
2022-12-20Use latest mcmtools. Fix miscellaneous oversights.Zach van Rijn1-3/+7
2022-12-10Initial proof of concept.Zach van Rijn1-0/+362
Currently, if you run this on a Linux box as an unprivileged user: $ ./bootstrap armv7 /some/scratch/directory you will end up with, completely from source: rootfs-armv7l-adelie-linux-musleabihf-preimage.tgz which is an armv7-native rootfs with all the tools that you need to build our distribution. (Substitute your favorite target). Work that remains to be done involves fixing "bootstrap.sh" in the packages.git repository, then plumbing that back into this project so that the complete process can be automated.