C++ callbacks to member functions
How to properly do callbacks to C++ member functions is something that has intrigued me for some time now. There are a number of solutions, none… Read More »C++ callbacks to member functions
How to properly do callbacks to C++ member functions is something that has intrigued me for some time now. There are a number of solutions, none… Read More »C++ callbacks to member functions
Recently, I attended an Embedded Linux summit hosted by the Linux Foundation to discuss the Yocto project. Overall, I thought the meeting was very positive… Read More »Yocto and OpenEmbedded
We are currently in need of a Qt developer to help on a project. If you are interested, please contact us. Thanks.
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
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
Chris Cole and I will be giving a presentation in Cleveland Tues evening (2010-07-26). Stop by if you are interested.
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
A password protected version of this article accidently got pushed into the feed before it was finished, so this post is simply to indicate the… Read More »OpenEmbedded Build Template posted