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, I’ve been evaluating Qt Creator for general C/C++ development. I’m currently involved in the development of a rather large C++ application that is approaching… Read More »Qt Creator for C/C++ development
When using git submodules, eventually you’ll run into a situation where a workspace has checked out a submodule as (no branch), and you unknownly make… Read More »Git submodules: what to do when you commit to (no branch)
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
In this article screencast, we’ll demonstrate how to create a custom Linux OS image using the OpenEmbedded build system. This demonstration builds on the earlier… Read More »Creating a Custom OpenEmbedded Image