Gumstix Overo Pinout Spreadsheet updated

Posted by Cliff Brake on 2009-07-30 | 2 Comments to Read

The Gumstix Overo Pinout Spreadsheet has been updated with the Palo board connector pinouts, and a few mistakes have been fixed.

How to capture source changes to an OpenEmbedded package

Posted by Cliff Brake on 2009-07-14 | 3 Comments to Read

One task that is a often confusing to new OpenEmbedded users is how to capture changes to the source code for a package/recipe.  First, lets review the progression in tools use to capture source code changes.
In days of yore, developers often used gnu diff to capture modifications to a source tree.  The typical practice was [...]