Git Overview Screencast
This screencast (use Firefox to view the screencast) provides an overview of the Git version control system. There are 3 features of Git that are… Read More »Git Overview Screencast
This screencast (use Firefox to view the screencast) provides an overview of the Git version control system. There are 3 features of Git that are… Read More »Git Overview Screencast
Recently an OpenEmbedded class name srctree became usable. The srctree.bbclass enables operation inside of an existing source tree for a project, rather than using the… Read More »OpenEmbedded srctree and gitver
This article and screen-cast is a continuation of that last couple posts describing the BEC OE build template. The purpose again for a build system… Read More »Installing OMAP3 images on a SD card
Setting up an OpenEmbedded build is a fairly simple process if you carefully follow the instructions. There are also a number of scripts available that… Read More »OpenEmbedded Build Template
I do quite a few OpenEmbedded project builds during the course of a week. This process usually takes 3-5 minutes. That is just enough time… Read More »Notification at the end of builds
I recently wrote an article about best practices building Qt applications with OpenEmbedded, and it occured to me that I should write an equivalent article… Read More »Best practices for building Gtk+ applications with OpenEmbedded
This article describes how to cross compile a Qt application (named qt_tutorial) with OpenEmbedded, and several best practices you should consider. OpenEmbedded currently includes fairly… Read More »Best practices for building Qt applications with OpenEmbedded
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… Read More »How to capture source changes to an OpenEmbedded package
This article presents a very nice overview of options to disable ssh host key checking. When working with embedded systems where you are constantly reloading… Read More »How to disable SSH host key checking
From http://www.embedded.com/design/opensource/204300381 : Host platform Although everything I will describe can be also done on a Windows host, I recommend using Linux. It’s more convenient,… Read More »Embedded Linux development on Windows???