This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Building arago-qte-image. No QT libs in rootfs.

Hello.

I was trying to build arago-qte-image with arago build tools for omap3evm machine. I was expecting to get rootfs image with QT libs and kernel modules for SGX hardware. Strangely though I got an image with neither QT libs nor SGX modules, but with qt demos and examples installed.

What do I need to get those libs and modules into rootfs?

  • Garrikus,

    Check out the recipes/tasks/task-arago-qte.bb task which includes a lot of the Qt libraries.

    Also, why are you using the omap3evm machine type?  I would recommend something more like am37x-evm.

    For the SGX modules if they are not already pulled in by another package you can add them by adding libgles-omap3 and omap3-sgx-modules to your image.

    Chase

  • Chase,

    Thanks for the tip.

    As for QT libs.  I was wrong, they were there right from the start.

    But still qt demos were complaining about missing libGLESv2. That was fixed by adding libgles-omap3 and omap3-sgx-modules to IMAGE_INSTALL in the image recipe.

    What's wrong with omap3evm machine type, by the way?

  • Garrikus,


    It will likely work but has had much less active development on it.  It is a platform not used by any SDK build so very little testing is done with that machine type.

    Chase