I tried to rebuild the xf86-input-evdev; however the core-image-sato still 
insists on using the default mouse / keyboard drivers instead of evdev. Also no 
/dev/input/event* entries exist (only /dev/input/mice and /dev/input/mouse0). 

Concerning removing xf86-input-mouse / xf86-input-keyboard from the image, what 
is the easiest way to achieve this using yocto? I have created a custom bitbake 
recipe already, inheriting from core-image-sato, which adds a few packages. Can 
removal of packages be easily specified in the custom recipe as well?

//Andreas

-----Original Message-----
From: Burton, Ross [mailto:ross.bur...@intel.com] 
Sent: 8. huhtikuuta 2013 15:19
To: Andreas Enbacka
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Problem with mouse and keyboard detection in yocto 
(core-image-sato on emenlow)

On 8 April 2013 13:12, Andreas Enbacka <aenba...@gmail.com> wrote:
> I rebuilt xf86-input-keyboard and xf86-input-mouse (as well as the 
> core-image-sato image), and now the mouse / keyboard works ok in X. Thanks 
> for the assistance.
>
> I checked the Xorg log file, it seems to add the mouse using the mouse_drv.so 
> module, not evdev_drv.so. Do I need to rebuild xf86-input-evdev as well to 
> get the mouse added using evdev? This because I have a custom application 
> that handles the touch screen calibration running on top of X, and itexpects 
> the mouse to be added via evdev.

Probably - you could try removing the mouse and keyboard drivers and leaving 
just evdev if it still prefers mouse/keyboard over evdev.

Ross

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to