All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: xtscal issue... (Balakrishnan)
       [not found] <mailman.3.1268305202.10009.openembedded-devel@lists.openembedded.org>
@ 2010-03-11 12:01 ` balakrishnan
  2010-03-11 13:00   ` Lisandro Damián Nicanor Pérez Meyer
  0 siblings, 1 reply; 2+ messages in thread
From: balakrishnan @ 2010-03-11 12:01 UTC (permalink / raw)
  To: openembedded-devel



> On Thu, Mar 11, 2010 at 1:19 PM, balakrishnan
> <balakrishnan@e-consystems.com> wrote:
> > Hi,
> > ? ? ? ?I have faced touch screen calibration issue with Xorg-server
> 1.5.3.
> > While running xtscal application, it is through following error
> >
> > **XCALIBRATE extension missing: Success**
> >
> > How can I resolve this? and calibrate touch screen.
> use ts_calibrate from tslib, or use Kdrive not from Xorg.
> 

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: xtscal issue... (Balakrishnan)
  2010-03-11 12:01 ` xtscal issue... (Balakrishnan) balakrishnan
@ 2010-03-11 13:00   ` Lisandro Damián Nicanor Pérez Meyer
  0 siblings, 0 replies; 2+ messages in thread
From: Lisandro Damián Nicanor Pérez Meyer @ 2010-03-11 13:00 UTC (permalink / raw)
  To: openembedded-devel

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/



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-11 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.3.1268305202.10009.openembedded-devel@lists.openembedded.org>
2010-03-11 12:01 ` xtscal issue... (Balakrishnan) balakrishnan
2010-03-11 13:00   ` Lisandro Damián Nicanor Pérez Meyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.