On Thursday 11 March 2010 09:01:20 balakrishnan wrote:
 [snip]
> yeah, with the tslib only I have calibrated my touch screen. But in
> default tslib binaries are not built with rootfs, so I have updated
> tslib.inc like below
>
> /**************************************************************************
> */ FILES_${PN} = "${libdir}/*.so.* ${libdir}/ts/*.so* \
>              ${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh
> ${datadir}/tslib \
>               ${FILES_tslib-dev} ${libdir}/ts/*.la \
>               ${bindir}/ts_calibrate \
>               ${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw
> ${bindir}/ts_test "
> /**************************************************************************
> *****/
>
> But still binaries are not copied correctly to the final rootfs.

You can add the binaries adding them to the image recipe:

IMAGE_INSTALL += " tslib-conf \
    tslib-calibrate \
    tslib-tests \
    "
Maybe not all of them are needed in the recipe (due to dependencies).

Check regulus-basic-image.bb in the git repo I gave you.

Regards, Lisandro.

-- 
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to