Yoyodyne
Consulting A bash script created to explore uClibc/busybox based Linux systems. This is a basic 'sysroot' build system but could be expaned if the user would like the challenge. Download a copy from here
The BeagleBoard is an open source hardware project based on the TI OMAP3 processor. Linux is currently being ported to this board and many individuals are tuning packages to exploit the hardware. OpenEmbedded has also added the Beagleboard to the collection of processors/boards they support.
BeagleLinux is a small bash based build system for the Beagleboard. This script is also based on uClibc and Busybox and uses a barebones 'sysroot' build. This is not an industrial grade script and was created as a quick and dirty method to get the BeagleBoard running. The output of the script is a bootable console based Linux system. Additional components may be added but it is up to the user to add the components to the build script. The file is located here
JHALFS is a joint project between myself and Manuel
Esparcia. This code is part of the Linux
From Scratch
project and allowed an indivdual
to compile a Linux filesystem from scratch using a simple menu system
and extracting the build scripts directly from the book XML files.
The user selects from LFS or one of the CLFS
books. If a book from
the CLFS series a processor was chosen the user selects a
processor. Additional packages from the BLFS book may be added to the
build.
This project was written in bash and XSL and took over a year to reach V1.0.