summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-01-15Move 'config.mak' customization to the correct place.HEADmasterZach van Rijn1-41/+72
2024-01-11Workaround for perl brokenness. Add GCC configure flags.Zach van Rijn3-17/+61
2023-09-19Miscellaneous updates/improvements. Fixes #1.Zach van Rijn2-21/+45
2022-12-25Pull in upstream 'abuild' patch.Zach van Rijn2-2/+3
2022-12-20Use latest mcmtools. Fix miscellaneous oversights.Zach van Rijn2-7/+15
2022-12-10Initial proof of concept.Zach van Rijn5-0/+1450
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.