[oe] [PATCH] conf/machine/bug20.conf, add xf86-input-tslib for BUG2.0 touchscreen

GNUtoo GNUtoo at no-log.org
Wed May 12 17:34:49 UTC 2010


On Wed, 2010-05-12 at 10:19 -0500, John Connolly wrote:
> *BUG20 is using tslib for xorg touchscreen.
> *would like this to get into stable
> *tested on BUG2.0
> ---
>  conf/machine/bug20.conf |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/conf/machine/bug20.conf b/conf/machine/bug20.conf
> index dbc1faf..42c2c12 100644
> --- a/conf/machine/bug20.conf
> +++ b/conf/machine/bug20.conf
> @@ -9,6 +9,7 @@ XSERVER = "xserver-xorg \
>             xserver-xorg-extension-glx \
>             xf86-input-evdev \
>             xf86-input-mouse \
> +           xf86-input-tslib \
>             xf86-video-omapfb \
>             xf86-input-keyboard"
I don't know what happens if the PR of the tasks using XSERVER are not
bumped,and that bug20.conf is changed.
And there are quite a few:
/recipes/tasks $ grep XSERVER *
angstrom-task-gnome.bb:XSERVER ?= "xserver-xorg \
angstrom-task-gnome.bb:  ${XSERVER} \
angstrom-task-lxde.bb:XSERVER ?= "xserver-xorg \
angstrom-task-lxde.bb:  ${XSERVER} \
task-gmae.bb:            ${XSERVER} \
task-openmoko-ui.bb:XSERVER ?= "xserver-kdrive-fbdev"
task-openmoko-ui.bb:  ${XSERVER} \
task-x11.bb:XSERVER ?= "xserver-kdrive-fbdev"
task-x11.bb:XSERVER_COMMON ?= "xserver-kdrive-common"
task-x11.bb:XSERVER_COMMON_shr = "xserver-common"
task-x11.bb:  ${XSERVER} \
task-x11.bb:  ${XSERVER_COMMON} \

But in another hand bug20 is a not yet released machine,so nobody would
have built for bug20 apart buglabs people.

So I think it's ok.

Denis.





More information about the Openembedded-devel mailing list