HelloWorld Examples
From Gumstix User Wiki
Revision as of 14:41, 3 March 2010 by Ashcharles (Talk | contribs) (Created page with 'The OpenEmbedded (OE) manual introduces Bitbake recipes using a single 'helloworld' tutorial. While this is a useful introduction, there are many other common use cases. ==Hell…')
The OpenEmbedded (OE) manual introduces Bitbake recipes using a single 'helloworld' tutorial. While this is a useful introduction, there are many other common use cases.
Hello World
The tar file attached [file://user.collection.tar.gz here] contains a user.collections directory complete with a number of sample helloworld recipes elucidating different use cases. An explanation for each is given below:
Recipe: | Description: | Command: | |
---|---|---|---|
myhelloworld | vanilla OE helloworld tutorial | myhelloworld | |
myhello-cpp | a simple C++ recipe | myhello-cpp | |
myhello-make | a recipe that uses a Makefile | myhello-make | |
myhello-cmake | a recipe that uses cmake and creates a library | myhello-cmake | |
myhello-python | a rather trivial python recipe | myhello-python | |
myhello-git | shows git fetcher and patching | myhello-git |