[meta-freescale] fsl-image-qt5 problems: qtbase-native do_populate_sysroot sanity check (tmpdir) error

Mauro Ziliani mauro at faresoftware.it
Sun Apr 29 10:41:46 PDT 2018


Hi all

I discovered why compiling qtbase-native fails in do_populate_sysroot 
task, telling

QA Issue: Qt5Network.pc failed sanity test (tmpdir) ...


I make some test with 2 pcs both equipped with Debian 9.4 amd4.
In the first pc (wks) all works fine and qtbase-native recipe is 
completed successully,
In the second pc (notebook) qtbase-native recipe fails.

Both pc are the same BSP with the same layers.

I suppose that notebook fails sanity check because somewhere in the 
notebook bitbake uses SDKMACHINE library reference instead MACHINE 
library reference.

I think that because before sanity check error the recipe qtbase-native 
failes the do_compile task.
Comparing log.do_compile in notebook against log.do_compile in wks I 
look the in notebook x86_64-linux libraries are used (libQt5Bootstrap.a 
linked are made for x86_64), while in wks for the same recipe 
libQ5Bootstrap.a for cortexa9hf-neon-mx6qdl-poky-linux-gnueabi are linked.

The right version of libQt5Bootstrap.a is for 
cortexa9hf-neon-mx6qdl-poky-linux-gnueabi

Why thi error in notebook?

Best regards,
    Mauro


More information about the meta-freescale mailing list