I am trying to build a piece of software around linux on the beagleboard xm and I am looking for a very simple distribution of linux. The Angstrom distribution that comes with the BBxm and the one I downloaded and built from website http://downloads.angstrom-distribution.org/demo/beagleboard/ seems to be for demo purposes and not for building upon.
I need something I can get my head around - like Linux From Scratch - which from their book has 62 packages including gcc C compiler. I really prefer not to compile everything from scratch if a simple version of Angstrom or some other distribution is available.
I see my options as:
- build what I need using LFS and BLFS. This is very very time-consuming.
- Use Angstrom and remove packages (eg perl, gnome) I don’t need using opkg. This is risky as I am unsure what to remove and what order to remove them in without destroying the basic system
- IDEAL: find a distribution similar in simplicity to LFS with an opkg like capability to add what I need. My feeling is that it will be easier to add than to subtract.
Are there suggestions or places to point me to for a very simple distribution with a package manager?