Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-09 | setup-abuild: remove problematic symlink. | Zach van Rijn | 1 | -1/+2 | |
2024-12-07 | setup-abuild: add libarchive. required by abuild. | Zach van Rijn | 1 | -0/+30 | |
2024-12-07 | setup-abuild: install libfakeroot.so and add xstat patch. | Zach van Rijn | 1 | -1/+3 | |
2024-12-07 | setup-abuild: update utilities where possible. | Zach van Rijn | 1 | -8/+8 | |
2024-12-06 | setup-abuild: i tried so hard to make this reproducible. | Zach van Rijn | 1 | -0/+2 | |
2024-09-18 | Add support for target loongarch64. | Zach van Rijn | 1 | -1/+1 | |
2024-08-05 | setup-abuild: patch 'apk-tools' for m68k support. fixes #10. | Zach van Rijn | 1 | -0/+15 | |
2024-08-03 | setup-abuild: work around upstream 500 error. | Zach van Rijn | 1 | -1/+7 | |
2024-08-02 | setup-abuild: multiple improvements and fixes. | Zach van Rijn | 1 | -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-19 | Miscellaneous updates/improvements. Fixes #1. | Zach van Rijn | 1 | -8/+12 | |
2022-12-25 | Pull in upstream 'abuild' patch. | Zach van Rijn | 1 | -0/+1 | |
2022-12-20 | Use latest mcmtools. Fix miscellaneous oversights. | Zach van Rijn | 1 | -3/+7 | |
2022-12-10 | Initial proof of concept. | Zach van Rijn | 1 | -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. |