Documentation
Setup and Programming
Setup and Programming
Verdex Pro: setup and programming
Build system overview This instructions in this section create a build environment for the Verdex Pro series. It gives a brief overview of the Gumstix build system, which is based upon OpenEmbedded and BitBake. We'll introduce the basics of the system with a tutorial describing how to build the classic "hello world" application.
Note: To create a build system for the Gumstix Overo series, use the instructions posted via here.
It seems every embedded development project finds a need to modify basic system functionality.
It is often challenging to do this in a way that doesn't complicate keeping in sync with the latest system updates. In systems like buildroot, this requires making changes to code that is under source code control by the system software provider. Doing this in a way that doesn't break updates and yet allows you to place your modifications under source code control is often complex and prone to errors. OpenEmbedded and BitBake provide a mechanism called collections that simplifies this process.The sections above should have given you enough information to to begin writing your own package recipes. For more detailed information on OpenEmbedded and BitBake please consult: