Re: [yocto] [Draft] From Bitbake Hello World To an Image

2012-12-13 Thread Eren Türkay
On Thu, Dec 13, 2012 at 05:26:29PM -0500, Trevor Woerner wrote: > I'm not sure if there's something about my system that is different > than what you expect, but I had to delete my 'tmp' folder before > invoking './bin/bitbake firstrecipe -vDD' after inheriting the > "autotool" versions in order to

Re: [yocto] [Draft] From Bitbake Hello World To an Image

2012-12-13 Thread Trevor Woerner
I'm not sure if there's something about my system that is different than what you expect, but I had to delete my 'tmp' folder before invoking './bin/bitbake firstrecipe -vDD' after inheriting the "autotool" versions in order to get the new, overridden tasks to run (since there's no 'clean' tasks).

Re: [yocto] [Draft] From Bitbake Hello World To an Image

2012-12-13 Thread Trevor Woerner
Thank you, I enjoyed reading your document. I especially liked the top part which talked about creating your own tasks (which 'turned the light on' for how OE/Yocto use bitbake). I also wasn't aware of the vim helpers which come as part of bitbake. ___ yo

[yocto] [Draft] From Bitbake Hello World To an Image

2012-12-02 Thread Eren Türkay
Hello, I have completed a document that tries to explain how image is created using openembedded starting from bitbake fundementals. The document reflects my own understanding and includes the information that I wished to have when I first involved in understanding openembedded. This is aimed for