Hello.

 

I want to compile the tslib enabled Qt5.10 on the yocto.

 

After running "bitbake core-image-mymachine", on the log 'run.do_configure' shows me "-no-tslib" option configured. So I modified qtbase_git.bb to enable "-tslib" option.

And after that, bitbake shows me "Feature 'tslib' was disabled, but the pre-condition 'libs.tslib' failed."

 

I added tslib, and xf86-input-tslib at "packagegroup.bb" and using architecture based on arm7a.

 

Is there any good idea for enable "tslib" successfully?

 

regards.

Koo.