Build environment

New in Beagle and OMAP so still try to find the fundamentals :slight_smile:
No self-built image done yet, but I do want to see how to do this.
I want to built the cross platform toolchain, create the target image,
add some target packages and programs compiled by me.
I'm familiar with buildroot and I've seen that instead the
openembedded is a method used extensively here.

The question is if I can use the buildroot or it has any problems in
OMAP.
Also is the OE the most proper way to have the above builded?

I am also new to Beagleboard/linux and I am trying to understand how
to develop code for this platform.
I decided that OE was the best route since it seemed to have good
documentation, I have just followed these instructions to setup OE and
compile an image...

http://elinux.org/BeagleBoardAndOpenEmbeddedGit

I have then attempted a local overlay setup, but I am yet to get this
to work.

http://elinux.org/BeagleBoardOpenEmbeddedDevelopment

I am not sure if there are any better examples available.