* [PATCH] conf/machine/bug20.conf, add xf86-input-tslib for BUG2.0 touchscreen
[not found] <12736765713704-git-send-email-john@buglabs.net>
@ 2010-05-12 15:19 ` John Connolly
2010-05-12 17:34 ` GNUtoo
0 siblings, 1 reply; 3+ messages in thread
From: John Connolly @ 2010-05-12 15:19 UTC (permalink / raw)
To: openembedded-devel
*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"
--
1.7.0.4
John Connolly
Software Developer
Bug Labs
598 Broadway, 4th Floor
New York, NY 10012-3206
646.723.9258
jconnolly @ irc.freenode.net/#buglabs
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] conf/machine/bug20.conf, add xf86-input-tslib for BUG2.0 touchscreen
2010-05-12 15:19 ` [PATCH] conf/machine/bug20.conf, add xf86-input-tslib for BUG2.0 touchscreen John Connolly
@ 2010-05-12 17:34 ` GNUtoo
2010-05-13 7:56 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: GNUtoo @ 2010-05-12 17:34 UTC (permalink / raw)
To: openembedded-devel
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] conf/machine/bug20.conf, add xf86-input-tslib for BUG2.0 touchscreen
2010-05-12 17:34 ` GNUtoo
@ 2010-05-13 7:56 ` Koen Kooi
0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2010-05-13 7:56 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 12-05-10 19:34, GNUtoo wrote:
> 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.
About that, I've been thinking about making a *single* task that only
contains the XSERVER var that can be use by all of the above tasks.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFL67CUMkyGM64RGpERArNPAJ9hy0Uc0uyJkIkgN3EQLQXbNdq3MACeLpNo
8VSrLeTGskOUqod5+RhhqVY=
=hXg9
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-13 8:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <12736765713704-git-send-email-john@buglabs.net>
2010-05-12 15:19 ` [PATCH] conf/machine/bug20.conf, add xf86-input-tslib for BUG2.0 touchscreen John Connolly
2010-05-12 17:34 ` GNUtoo
2010-05-13 7:56 ` Koen Kooi
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.