I am building an embedded linux OS for Allwinner's A20 cubieboard 2 using the yocto project. I have so far manged to build a core-image-sato for it which boots perfectly with lxdm login manager.
However, I would like to automatically launch an on-screen keyboard on the touchscreen every time a user is prompted for input, e.g during graphical login.
How do I go about that?
Where do I place a script to do that?
Any help is welcome.