I've seen a few people asking about http://www.linuxfromscratch.org on the Pi so I started a site just for you:
http://www.intestinate.com/pilfs
Hope someone likes it!
OMG... masochists in our midst..Mogwai wrote:I've seen a few people asking about http://www.linuxfromscratch.org on the Pi
Haha, I admit it does take a bit of a control freak to attempt putting together your own distro.Serac wrote: OMG... masochists in our midst..
LFS is a great way to learn about the nitty-gritty of building and installing Linux, and the leasons learned will stay with you for a (very) long time - Remember doing an LFS build on an x86 800MHz box which took about a whole week... Think it might take a bit longer than that on a Pi, but still worth doing, if nothing more than an educational exercise.
You just need a decent build systemMogwai wrote:Serac wrote: The build time is just a couple of days though
That looks really cool! I'd love to see a Raspberry Pi specific guide to building with Yocto, with recipes for the kernel and XBMC etc.keylevel wrote: You just need a decent build systemI can build 'Poky' (see https://yoctoproject.org) in about 56 minutes on a system with 4GHz quad core (with hyper threading), 16GB RAM and SSD. This gives a complete distro (kernel, etc.) and I found it much, much easier to use. It provides a complete cross-tools / build environment (built from source) so it's easy to add libraries, applications, etc. once you've got the basic image running.
There is a project on Github (https://github.com/djwillis/meta-raspberrypi) that provides a basic (for now) BSP (Board Support Package) for the RPi. This pulls in the official kernel from https://github.com/raspberrypi. It's still very much work-in-progress, but it does allow you to build a set of files (firmware, kernel, root fs) that will give you a running system.Mogwai wrote: That looks really cool! I'd love to see a Raspberry Pi specific guide to building with Yocto, with recipes for the kernel and XBMC etc.
Thanks Jeff, appreciate it!fos wrote:If you need donations for contributions to help with R Pi LFS, please let me know.
Thanks for your hard work,
Jeff
Ah, sorry about that.pallots wrote:Hi,
thanks for the showcase image you made. it works but I m not able to log in because I dont know the log in. the password is mentioned but not the log in. thanks in advance.bye
a bit late for a comment about this:keylevel wrote: You just need a decent build systemI can build 'Poky' (see https://yoctoproject.org) in about 56 minutes on a system with 4GHz quad core (with hyper threading), 16GB RAM and SSD. This gives a complete distro (kernel, etc.) and I found it much, much easier to use. It provides a complete cross-tools / build environment (built from source) so it's easy to add libraries, applications, etc. once you've got the basic image running.
thats basically what OpenELEC (www.openelec.tv) is or providesMogwai wrote:That looks really cool! I'd love to see a Raspberry Pi specific guide to building with Yocto, with recipes for the kernel and XBMC etc.