Add Sqlcipher to Custom Embedded Linux Image for Colibri iMX6

Hi,

We are using Linux 2.7.3 to build a custom image. I followed the Toradex guide on adding additional layers and was successfully able to add mono, nodejs to the image.

I went on to add the meta-webos layer to have sqlcipher installed in the image. When I try to bitbake sqlcipher I get a parser error:

/build$ bitbake sqlcipher 
ERROR: ParseError at /home/onkar/Linux/oe-core/build/../layers/meta-webos/recipes-webos/qt4/qt4-webos.bb:25: Could not include required file recipes-qt/qt4/qt4_arch.inc

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Can someone please let me know what I need to do to solve this error.

Thanks

Hi

Note that the last commit to meta-webos was in Aug. 2014 just before OE released Dizzy.

You could fix meta-webos to work with the the morty branch of things or you could try to copy just the recipe you are interested in into your own layer and fix any errors related to said recipe.

Max