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