From: Martin Jansa <martin.jansa@gmail.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: "meta-freescale@yoctoproject.org"
<meta-freescale@yoctoproject.org>,
poky@yoctoproject.org
Subject: Re: X11 incompatibilities using meta-oe with poky
Date: Sat, 28 Dec 2013 13:07:50 +0100 [thread overview]
Message-ID: <20131228120750.GA3706@jama> (raw)
In-Reply-To: <52BEB963.2030901@free-electrons.com>
[-- Attachment #1: Type: text/plain, Size: 2649 bytes --]
On Sat, Dec 28, 2013 at 12:43:31PM +0100, Alexandre Belloni wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> On 28/12/2013 12:28, Martin Jansa wrote:
> > I'm not using matchbox and I'm using only xserver-common, this fix is to
> > start xinput-calibrator in correct location.
> >
> > You can get rid of x11-common by setting:
> > VIRTUAL-RUNTIME_xserver_common = "xserver-common"
>
> Still not enough, the Xsession from xserver-common will make the board
> hang in 80matchboxkeyboard.shbg the main issue I see is that a lot of
> recipes are providing Xsession scripts for the x11-common's Xsession but
> at the end, we are installing Xsession from xserver-common. You kind of
> hacked around that by renaming all the scripts to .sh.
>
> I think we should get rid of kdrive in poky and only use xserver-common.
> Or, for each recipe installing an Xsession script, we should have a look
> at whether it is for x11-common or xserver-common. In that case, we
> havfe to make the conflicting work.
>
> I believe your patch is not really solving the issue and I you want, I
> can work on that.
It fixes xinput-calibrator which was broken by xinput-calibrator move
from meta-oe to oe-core
See
http://trac.shr-project.org/trac/ticket/2101
for more details.
Yes I've renamed all Xsession scripts I have in my images because of
this.
For x11-common, xserver-common merge see
http://lists.openembedded.org/pipermail/openembedded-core/2013-February/075336.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=5546
> - --
> Alexandre Belloni, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.14 (GNU/Linux)
>
> iQIcBAEBCAAGBQJSvrljAAoJEKbNnwlvZCyzmyUQAKKIk1a544bPZJdA089u3W04
> lfHU2rVpaPc6DklXwdnMN52PuNupDpzUJWueCFiHUfNJJ6DrAL3DhilI8wDclrwC
> 0bTwqmppCHjHCQtWZpNjDD6Zp0/gZ01IxYzRRexIMHsmytaAMMOsAkebYgD80RNR
> 8SJTk0OJ9l5vGsmMYU+zontuS413uNAobuvJjbif51ZPOkaZDCW7DOsoV9mowwGX
> s1Z4O5gwFgf0RdiVT3EbFJu1cd1YHlEDLkqXvZgVVpYBxOTpAxcPed0kS5C6+zUE
> kODwymPonnPkGgL1I4nfqdw+TN7ymDwQQWrDaV0HsfuW7Uw5ppA/jePPKaolZY+8
> WQjPW/59Z70Zso8dtZZNqYhau4s8bpR0lmu/RhNRNvJBn5g/AweWC4istg0Ef0M9
> eik3/epT42usSZMZrL6gkBHN3t0hBwLadd58Q8K/fs7WsoV0Lz3XfBaJK4uMLxwa
> LLS5EKWbX/5F6WTmIfYuTcGlBeZRFWaB+7Hr8qEQwA7OG9j9/a5vutbV2+BTtFO0
> 4NDr/elC2+WGtKeSFj+8m2ppRvWXf8WJ3eKj4mj218x/7GX3xhHVfvnWISRZAcnj
> FlBl4hZsvBdteD5gE0vb17D+qqULcdl6ZA8QZrBptjccCwbFHb4tMXlSA7dH3FwH
> s8+4EDeP0mJNU4fq1/uU
> =u124
> -----END PGP SIGNATURE-----
>
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Martin Jansa <martin.jansa@gmail.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: "meta-freescale@yoctoproject.org"
<meta-freescale@yoctoproject.org>,
poky@yoctoproject.org
Subject: Re: [poky] X11 incompatibilities using meta-oe with poky
Date: Sat, 28 Dec 2013 13:07:50 +0100 [thread overview]
Message-ID: <20131228120750.GA3706@jama> (raw)
In-Reply-To: <52BEB963.2030901@free-electrons.com>
[-- Attachment #1: Type: text/plain, Size: 2649 bytes --]
On Sat, Dec 28, 2013 at 12:43:31PM +0100, Alexandre Belloni wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> On 28/12/2013 12:28, Martin Jansa wrote:
> > I'm not using matchbox and I'm using only xserver-common, this fix is to
> > start xinput-calibrator in correct location.
> >
> > You can get rid of x11-common by setting:
> > VIRTUAL-RUNTIME_xserver_common = "xserver-common"
>
> Still not enough, the Xsession from xserver-common will make the board
> hang in 80matchboxkeyboard.shbg the main issue I see is that a lot of
> recipes are providing Xsession scripts for the x11-common's Xsession but
> at the end, we are installing Xsession from xserver-common. You kind of
> hacked around that by renaming all the scripts to .sh.
>
> I think we should get rid of kdrive in poky and only use xserver-common.
> Or, for each recipe installing an Xsession script, we should have a look
> at whether it is for x11-common or xserver-common. In that case, we
> havfe to make the conflicting work.
>
> I believe your patch is not really solving the issue and I you want, I
> can work on that.
It fixes xinput-calibrator which was broken by xinput-calibrator move
from meta-oe to oe-core
See
http://trac.shr-project.org/trac/ticket/2101
for more details.
Yes I've renamed all Xsession scripts I have in my images because of
this.
For x11-common, xserver-common merge see
http://lists.openembedded.org/pipermail/openembedded-core/2013-February/075336.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=5546
> - --
> Alexandre Belloni, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.14 (GNU/Linux)
>
> iQIcBAEBCAAGBQJSvrljAAoJEKbNnwlvZCyzmyUQAKKIk1a544bPZJdA089u3W04
> lfHU2rVpaPc6DklXwdnMN52PuNupDpzUJWueCFiHUfNJJ6DrAL3DhilI8wDclrwC
> 0bTwqmppCHjHCQtWZpNjDD6Zp0/gZ01IxYzRRexIMHsmytaAMMOsAkebYgD80RNR
> 8SJTk0OJ9l5vGsmMYU+zontuS413uNAobuvJjbif51ZPOkaZDCW7DOsoV9mowwGX
> s1Z4O5gwFgf0RdiVT3EbFJu1cd1YHlEDLkqXvZgVVpYBxOTpAxcPed0kS5C6+zUE
> kODwymPonnPkGgL1I4nfqdw+TN7ymDwQQWrDaV0HsfuW7Uw5ppA/jePPKaolZY+8
> WQjPW/59Z70Zso8dtZZNqYhau4s8bpR0lmu/RhNRNvJBn5g/AweWC4istg0Ef0M9
> eik3/epT42usSZMZrL6gkBHN3t0hBwLadd58Q8K/fs7WsoV0Lz3XfBaJK4uMLxwa
> LLS5EKWbX/5F6WTmIfYuTcGlBeZRFWaB+7Hr8qEQwA7OG9j9/a5vutbV2+BTtFO0
> 4NDr/elC2+WGtKeSFj+8m2ppRvWXf8WJ3eKj4mj218x/7GX3xhHVfvnWISRZAcnj
> FlBl4hZsvBdteD5gE0vb17D+qqULcdl6ZA8QZrBptjccCwbFHb4tMXlSA7dH3FwH
> s8+4EDeP0mJNU4fq1/uU
> =u124
> -----END PGP SIGNATURE-----
>
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2013-12-28 12:07 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-27 21:22 X11 incompatibilities using meta-oe with poky Alexandre Belloni
2013-12-28 8:32 ` Martin Jansa
2013-12-28 8:32 ` [poky] " Martin Jansa
2013-12-28 10:19 ` Alexandre Belloni
2013-12-28 10:19 ` [poky] " Alexandre Belloni
2013-12-28 11:28 ` Martin Jansa
2013-12-28 11:28 ` [poky] " Martin Jansa
2013-12-28 11:43 ` Alexandre Belloni
2013-12-28 11:43 ` [poky] " Alexandre Belloni
2013-12-28 12:07 ` Martin Jansa [this message]
2013-12-28 12:07 ` Martin Jansa
2013-12-28 13:00 ` Alexandre Belloni
2013-12-28 13:00 ` [poky] " Alexandre Belloni
2013-12-30 5:09 ` Otavio Salvador
2013-12-31 10:42 ` [meta-freescale] " Alexandre Belloni
2013-12-31 10:42 ` [poky] " Alexandre Belloni
2013-12-31 11:42 ` [meta-freescale] " Martin Jansa
2013-12-31 11:42 ` [poky] " Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131228120750.GA3706@jama \
--to=martin.jansa@gmail.com \
--cc=alexandre.belloni@free-electrons.com \
--cc=meta-freescale@yoctoproject.org \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.