Greetings,
I’ve been looking into the OpenEmbedded version of the BSP provided by QCOM on their IMM branch mainly due to their more stable WIFI integration. However, now I’m faced with trying to get all the components of my project working with the OpenEmbedded build environment by creating my own layer and adding recipes for each component needed by the project.
One very necessary library in particular is libMRAA which we use to control a couple devices connected to our GPIO ports. I’ve been banging my head against the existing bitbake recipes on the Yocto recipe repository and haven’t got very far with my efforts. I have a nagging suspicion that this is due to these versions of the recipes being biased toward the Intel Edison devkit which is a different architecture altogether.
For the record I’ve tried the following recipes in my custom layer here:
https://layers.openembedded.org/layerindex/recipe/33538/
and
https://layers.openembedded.org/layerindex/recipe/66136/
Has anyone else tried to get this working in OE?