Otavio Salvador <otavio@ossystems.com.br> , 10.04.2015 15:47:
On Fri, Apr 10, 2015 at 10:44 AM, Benjamin Federau
<benjamin.federau@basyskom.com> wrote:
> Otavio Salvador <otavio@ossystems.com.br> , 10.04.2015 14:49:
> Do I have to set DISTRO_FEATURES += " wayland" explicitly in my .bb image
> file or do I miss something else?

Here we go. NEVER set DISTRO_FEATURES in a image.

The DISTRO_FEATURES impact the build and need to be global.

Please also when adding things to DISTRO_FEATURES use _append, not +=,
as the later will not work as you hope.


It looked like I have messed up my build environment.
After a clean build by just setting DISTRO_FEATURES_remove = "x11" in my local.conf (needed for the gpu-viv-bin-mx6q recipt to build the libwayland packages) and removing DISTRO_FEATURES from my image receipt (based on core-image-weston.bb), qtwayland could be build and runs on my device.

Thanks for your help!

-
Benjamin Federau