All of lore.kernel.org
 help / color / mirror / Atom feed
* build meta-oe without systemd
@ 2012-04-04  7:17 Eric Bénard
  2012-04-04  7:24 ` Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Eric Bénard @ 2012-04-04  7:17 UTC (permalink / raw)
  To: openembedded-devel

Hi,

would that make sense to support systemd as a DISTRO_FEATURES ?
That would make builds using older udev (< 174) possible with meta-oe as
this actually fails because of systemd.

Eric



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

* Re: build meta-oe without systemd
  2012-04-04  7:17 build meta-oe without systemd Eric Bénard
@ 2012-04-04  7:24 ` Martin Jansa
  2012-04-04 10:20   ` Eric Bénard
  2012-04-04  7:33 ` Samuel Stirtzel
  2012-04-04 17:55 ` Koen Kooi
  2 siblings, 1 reply; 13+ messages in thread
From: Martin Jansa @ 2012-04-04  7:24 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

On Wed, Apr 04, 2012 at 09:17:20AM +0200, Eric Bénard wrote:
> Hi,
> 
> would that make sense to support systemd as a DISTRO_FEATURES ?
> That would make builds using older udev (< 174) possible with meta-oe as
> this actually fails because of systemd.

You mean without runtime dependency on systemd or even without build
time dep?

Because tricky runtime dependency is imho only in polkit which needs to
be changed in .bbappend and then carefull selection of task-* and their
content.

I was using meta-oe without systemd runtime till last week.

Cheers,
-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: build meta-oe without systemd
  2012-04-04  7:17 build meta-oe without systemd Eric Bénard
  2012-04-04  7:24 ` Martin Jansa
@ 2012-04-04  7:33 ` Samuel Stirtzel
  2012-04-04 10:21   ` Eric Bénard
  2012-04-04 17:55 ` Koen Kooi
  2 siblings, 1 reply; 13+ messages in thread
From: Samuel Stirtzel @ 2012-04-04  7:33 UTC (permalink / raw)
  To: openembedded-devel

2012/4/4 Eric Bénard <eric@eukrea.com>:
> Hi,
>
> would that make sense to support systemd as a DISTRO_FEATURES ?
> That would make builds using older udev (< 174) possible with meta-oe as
> this actually fails because of systemd.
>
> Eric
>

Hi,
there was that discussion before,
Martin already gave an overview.

You can read the previous discussion here:
http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg23720.html


-- 
Regards
Samuel



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

* Re: build meta-oe without systemd
  2012-04-04  7:24 ` Martin Jansa
@ 2012-04-04 10:20   ` Eric Bénard
  0 siblings, 0 replies; 13+ messages in thread
From: Eric Bénard @ 2012-04-04 10:20 UTC (permalink / raw)
  To: openembedded-devel

Le Wed, 4 Apr 2012 09:24:19 +0200,
Martin Jansa <martin.jansa@gmail.com> a écrit :

> On Wed, Apr 04, 2012 at 09:17:20AM +0200, Eric Bénard wrote:
> > Hi,
> > 
> > would that make sense to support systemd as a DISTRO_FEATURES ?
> > That would make builds using older udev (< 174) possible with meta-oe as
> > this actually fails because of systemd.
> 
> You mean without runtime dependency on systemd or even without build
> time dep?
> 
I mean build time dependency.

Eric



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

* Re: build meta-oe without systemd
  2012-04-04  7:33 ` Samuel Stirtzel
@ 2012-04-04 10:21   ` Eric Bénard
  0 siblings, 0 replies; 13+ messages in thread
From: Eric Bénard @ 2012-04-04 10:21 UTC (permalink / raw)
  To: openembedded-devel

Le Wed, 4 Apr 2012 09:33:55 +0200,
Samuel Stirtzel <s.stirtzel@googlemail.com> a écrit :
> You can read the previous discussion here:
> http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg23720.html
> 
yes I saw that. What I mean is building oe without triggering systemd
build.

Eric



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

* Re: build meta-oe without systemd
  2012-04-04  7:17 build meta-oe without systemd Eric Bénard
  2012-04-04  7:24 ` Martin Jansa
  2012-04-04  7:33 ` Samuel Stirtzel
@ 2012-04-04 17:55 ` Koen Kooi
  2012-04-04 18:59   ` Chris Larson
  2 siblings, 1 reply; 13+ messages in thread
From: Koen Kooi @ 2012-04-04 17:55 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 04-04-12 00:17, Eric Bénard schreef:
> Hi,
> 
> would that make sense to support systemd as a DISTRO_FEATURES ? That
> would make builds using older udev (< 174) possible with meta-oe as this
> actually fails because of systemd.

We talked about this during the yocto bsp summit this week and I'm working
on a patchset to send as RFC later this month (post 1.2 release):

commit b98d45b1bc2d9cf9ba41629240e6c21f19ddceff
Author: Koen Kooi <koen@dominion.thruhere.net>
Date:   Tue Apr 3 14:13:59 2012 -0700

    meta-systemd: move over systemd from meta-oe

    Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

commit 59c57bd73d1f157dfada233df889852fdb4a692f
Author: Koen Kooi <koen@dominion.thruhere.net>
Date:   Tue Apr 3 14:12:42 2012 -0700

    meta-systemd: create layer

    Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPfIsKAAoJEHZqAkdh1vT6Xq0QALgix1tbsk+pl9hmjHus9ZQr
OgFmzRO3158a7yMeTJiwwG4fZ1nUWXt/xxAtUqJeDykRUDPPIxf47dPfe+z07iiL
Y5T3ZFulCCtmNnvxZXDzoN+ksp0adKF2CSvp/1azinJQyau//iKGRpJIlINa1DA/
aHUclT70E81lGMuKoL6Corsc1I4d9eCd+K1SFi+ZCcRW0DN3VjpXzHShmovpx6CS
MwFydTZHmNjrYRxRMmCs8Ifn9mlA6APWF4+aukQOwafm0wVGSW4K197VpSmeIPqb
ODO+C7+MxcVOOatCYHzJ+QsQ9oc7aBKmPA+9moCj3BkiFV/X58xLMLm/SomvsekY
LE00WcDyGwa5aBJRW4rVX/o8hQHv4rAv2703MHhbteYOGo0M70IDd7AA602GQDCY
QvVjycuTww2ciHAYxrOublWkPZJijfuq4iRi1Qrx4YdUv4esFWKklz7GgS789oEN
/MLraT2ICmIH2STwc7bMiTzq2AYwxE2/WSMQZ6K378SiftQ36SgkotMxGA7GSyVS
r8eWr5s4l9TU0vVxObYys1zJ8LbtqKgNnn+N753BTenQ7ypzYnx3Uh3ifN244TGd
FHLwaYWSAHxkNni2yuwNkBBLLjPlsJo+//vNuee4TtzE0IJOl0lRDVyY8haiC5Re
IxuJvhNxkY5GW+C/R1u/
=2Mdp
-----END PGP SIGNATURE-----




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

* Re: build meta-oe without systemd
  2012-04-04 17:55 ` Koen Kooi
@ 2012-04-04 18:59   ` Chris Larson
  2012-04-04 19:09     ` Denys Dmytriyenko
  2012-04-05 23:50     ` Koen Kooi
  0 siblings, 2 replies; 13+ messages in thread
From: Chris Larson @ 2012-04-04 18:59 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Apr 4, 2012 at 10:55 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 04-04-12 00:17, Eric Bénard schreef:
>> Hi,
>>
>> would that make sense to support systemd as a DISTRO_FEATURES ? That
>> would make builds using older udev (< 174) possible with meta-oe as this
>> actually fails because of systemd.
>
> We talked about this during the yocto bsp summit this week and I'm working
> on a patchset to send as RFC later this month (post 1.2 release):
>
> commit b98d45b1bc2d9cf9ba41629240e6c21f19ddceff
> Author: Koen Kooi <koen@dominion.thruhere.net>
> Date:   Tue Apr 3 14:13:59 2012 -0700
>
>    meta-systemd: move over systemd from meta-oe
>
>    Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>
> commit 59c57bd73d1f157dfada233df889852fdb4a692f
> Author: Koen Kooi <koen@dominion.thruhere.net>
> Date:   Tue Apr 3 14:12:42 2012 -0700
>
>    meta-systemd: create layer
>
>    Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>


Woot! We can stop using BBMASK to exclude bbappends from meta-oe when
this happens :)
-- 
Christopher Larson



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

* Re: build meta-oe without systemd
  2012-04-04 18:59   ` Chris Larson
@ 2012-04-04 19:09     ` Denys Dmytriyenko
  2012-04-04 20:20       ` Chris Larson
  2012-04-05 23:50     ` Koen Kooi
  1 sibling, 1 reply; 13+ messages in thread
From: Denys Dmytriyenko @ 2012-04-04 19:09 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Apr 04, 2012 at 11:59:38AM -0700, Chris Larson wrote:
> On Wed, Apr 4, 2012 at 10:55 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Op 04-04-12 00:17, Eric B??nard schreef:
> >> Hi,
> >>
> >> would that make sense to support systemd as a DISTRO_FEATURES ? That
> >> would make builds using older udev (< 174) possible with meta-oe as this
> >> actually fails because of systemd.
> >
> > We talked about this during the yocto bsp summit this week and I'm working
> > on a patchset to send as RFC later this month (post 1.2 release):
> >
> > commit b98d45b1bc2d9cf9ba41629240e6c21f19ddceff
> > Author: Koen Kooi <koen@dominion.thruhere.net>
> > Date:   Tue Apr 3 14:13:59 2012 -0700
> >
> >    meta-systemd: move over systemd from meta-oe
> >
> >    Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> >
> > commit 59c57bd73d1f157dfada233df889852fdb4a692f
> > Author: Koen Kooi <koen@dominion.thruhere.net>
> > Date:   Tue Apr 3 14:12:42 2012 -0700
> >
> >    meta-systemd: create layer
> >
> >    Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> 
> 
> Woot! We can stop using BBMASK to exclude bbappends from meta-oe when
> this happens :)

Chris,

You should have been at the BSP Summit, especially as it was hosted at 
Mentor. :) That was one of the important decisions made, but this topic 
in particular was being discussed for a while... So, I second your Woot! :)

-- 
Denys




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

* Re: build meta-oe without systemd
  2012-04-04 19:09     ` Denys Dmytriyenko
@ 2012-04-04 20:20       ` Chris Larson
  0 siblings, 0 replies; 13+ messages in thread
From: Chris Larson @ 2012-04-04 20:20 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Apr 4, 2012 at 12:09 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> On Wed, Apr 04, 2012 at 11:59:38AM -0700, Chris Larson wrote:
>> On Wed, Apr 4, 2012 at 10:55 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
>> > -----BEGIN PGP SIGNED MESSAGE-----
>> > Hash: SHA1
>> >
>> > Op 04-04-12 00:17, Eric B??nard schreef:
>> >> Hi,
>> >>
>> >> would that make sense to support systemd as a DISTRO_FEATURES ? That
>> >> would make builds using older udev (< 174) possible with meta-oe as this
>> >> actually fails because of systemd.
>> >
>> > We talked about this during the yocto bsp summit this week and I'm working
>> > on a patchset to send as RFC later this month (post 1.2 release):
>> >
>> > commit b98d45b1bc2d9cf9ba41629240e6c21f19ddceff
>> > Author: Koen Kooi <koen@dominion.thruhere.net>
>> > Date:   Tue Apr 3 14:13:59 2012 -0700
>> >
>> >    meta-systemd: move over systemd from meta-oe
>> >
>> >    Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>> >
>> > commit 59c57bd73d1f157dfada233df889852fdb4a692f
>> > Author: Koen Kooi <koen@dominion.thruhere.net>
>> > Date:   Tue Apr 3 14:12:42 2012 -0700
>> >
>> >    meta-systemd: create layer
>> >
>> >    Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>>
>>
>> Woot! We can stop using BBMASK to exclude bbappends from meta-oe when
>> this happens :)
>
> You should have been at the BSP Summit, especially as it was hosted at
> Mentor. :) That was one of the important decisions made, but this topic
> in particular was being discussed for a while... So, I second your Woot! :)

Yeah, I wanted to make it, but unfortunately wasn't able to. Will
probably be there next time around.
-- 
Christopher Larson



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

* Re: build meta-oe without systemd
  2012-04-04 18:59   ` Chris Larson
  2012-04-04 19:09     ` Denys Dmytriyenko
@ 2012-04-05 23:50     ` Koen Kooi
  2012-04-06  7:12       ` Eric Bénard
  1 sibling, 1 reply; 13+ messages in thread
From: Koen Kooi @ 2012-04-05 23:50 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 04-04-12 11:59, Chris Larson schreef:
> On Wed, Apr 4, 2012 at 10:55 AM, Koen Kooi <koen@dominion.thruhere.net>
> wrote:
>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>> 
>> Op 04-04-12 00:17, Eric Bénard schreef:
>>> Hi,
>>> 
>>> would that make sense to support systemd as a DISTRO_FEATURES ? That 
>>> would make builds using older udev (< 174) possible with meta-oe as
>>> this actually fails because of systemd.
>> 
>> We talked about this during the yocto bsp summit this week and I'm
>> working on a patchset to send as RFC later this month (post 1.2
>> release):
>> 
>> commit b98d45b1bc2d9cf9ba41629240e6c21f19ddceff Author: Koen Kooi
>> <koen@dominion.thruhere.net> Date:   Tue Apr 3 14:13:59 2012 -0700
>> 
>> meta-systemd: move over systemd from meta-oe
>> 
>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>> 
>> commit 59c57bd73d1f157dfada233df889852fdb4a692f Author: Koen Kooi
>> <koen@dominion.thruhere.net> Date:   Tue Apr 3 14:12:42 2012 -0700
>> 
>> meta-systemd: create layer
>> 
>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> 
> 
> Woot! We can stop using BBMASK to exclude bbappends from meta-oe when 
> this happens :)

I would appreciate people sending decent bugreports to the list, because it
is *NOT* supposed to break this way. The breakage needs to get fixed before
we merge it into oe-core.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPfi/FAAoJEHZqAkdh1vT6TaIP/Al2LXG5k5KpW7srf/MmWEai
IAg82uWC8DxHi6lDpQ/Kvu0+9YBCT2BuFEIRz3tP7j9wUPWj4/gWuYxy4XYKPW75
8NdA1espOopYIlzoBZNu2+aYICl62hcLsfrs9Xcj+RH4nNIoTyKVI/KkHLZMoVOw
hSHp0NxgbKbmnOgByJOzFpUcwQSeRAni2mfM4DNVQHce1174Hivqo6R07LSPIYCq
QlWtijgOKa6VyYQPpWdz/LdPyg43zq1Cw881r0XSdFCtNlolUunucs/Nwip8e4+t
DdmXASpNtnKThC5qkYPTrwQcCJuNk9n6Rijn2cZfZYvdkRqneDDbQpnyrj3kamwq
/OiETvi2Fl26eP8HpyacAHYV4JyoNFC1gtGM1XuDuSr5t0Aewi+kwSkPLFaV4JRm
TJ6d9EBWdBJhHzZhgj7zyI2SrCvn37/onRgGTV/HIOlkvpH/FEZ84Z1qJdj+h6xO
adWNvUaweOcKxefgT8vyP6FKx7ss+xQmyIqs2dtspD1DN4z51kH28GCaFkHYWN3u
tpIgVuM5zRI5sX7Oou1n8JzYvRd/e+k+r/hialylc5RD/+ck6j7qWuPtiKWoGU9p
xhpGVVxTHz0tlvCA1BfpCBd6xh9SosQJxPKinMRNeOeAOe94JJuKXoBVaX9pPAk9
FXgzzEi8N2WqQ7kv1vbn
=qwzz
-----END PGP SIGNATURE-----




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

* Re: build meta-oe without systemd
  2012-04-05 23:50     ` Koen Kooi
@ 2012-04-06  7:12       ` Eric Bénard
  2012-04-06 15:02         ` Chris Larson
  0 siblings, 1 reply; 13+ messages in thread
From: Eric Bénard @ 2012-04-06  7:12 UTC (permalink / raw)
  To: openembedded-devel

Hi Koen,

Le Thu, 05 Apr 2012 16:50:32 -0700,
Koen Kooi <koen@dominion.thruhere.net> a écrit :
> I would appreciate people sending decent bugreports to the list, because it
> is *NOT* supposed to break this way. The breakage needs to get fixed before
> we merge it into oe-core.
> 
to reproduce the problem I met, simply add to a conf file :
PREFERRED_VERSION_udev = "164"

and using oe-core + meta-oe try to build anything which has "inherit
systemd" (even if in the end you don't install the corresponding
${PN}-systemd in the target's rootfs) : systemd's configure will fail
because it requires a more recent udev.

Eric



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

* Re: build meta-oe without systemd
  2012-04-06  7:12       ` Eric Bénard
@ 2012-04-06 15:02         ` Chris Larson
  2012-04-08  5:50           ` Koen Kooi
  0 siblings, 1 reply; 13+ messages in thread
From: Chris Larson @ 2012-04-06 15:02 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Apr 6, 2012 at 12:12 AM, Eric Bénard <eric@eukrea.com> wrote:
> Le Thu, 05 Apr 2012 16:50:32 -0700,
> Koen Kooi <koen@dominion.thruhere.net> a écrit :
>> I would appreciate people sending decent bugreports to the list, because it
>> is *NOT* supposed to break this way. The breakage needs to get fixed before
>> we merge it into oe-core.
>>
> to reproduce the problem I met, simply add to a conf file :
> PREFERRED_VERSION_udev = "164"
>
> and using oe-core + meta-oe try to build anything which has "inherit
> systemd" (even if in the end you don't install the corresponding
> ${PN}-systemd in the target's rootfs) : systemd's configure will fail
> because it requires a more recent udev.

In addition, for me, at least in the past, I hit an issue where
systemd sucks in x11 bits, which means any DISTRO lacking the 'x11'
distro feature fails miserably at even building busybox.
-- 
Christopher Larson



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

* Re: build meta-oe without systemd
  2012-04-06 15:02         ` Chris Larson
@ 2012-04-08  5:50           ` Koen Kooi
  0 siblings, 0 replies; 13+ messages in thread
From: Koen Kooi @ 2012-04-08  5:50 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 06-04-12 17:02, Chris Larson schreef:
> On Fri, Apr 6, 2012 at 12:12 AM, Eric Bénard <eric@eukrea.com> wrote:
>> Le Thu, 05 Apr 2012 16:50:32 -0700, Koen Kooi
>> <koen@dominion.thruhere.net> a écrit :
>>> I would appreciate people sending decent bugreports to the list,
>>> because it is *NOT* supposed to break this way. The breakage needs to
>>> get fixed before we merge it into oe-core.
>>> 
>> to reproduce the problem I met, simply add to a conf file : 
>> PREFERRED_VERSION_udev = "164"
>> 
>> and using oe-core + meta-oe try to build anything which has "inherit 
>> systemd" (even if in the end you don't install the corresponding 
>> ${PN}-systemd in the target's rootfs) : systemd's configure will fail 
>> because it requires a more recent udev.
> 
> In addition, for me, at least in the past, I hit an issue where systemd
> sucks in x11 bits, which means any DISTRO lacking the 'x11' distro
> feature fails miserably at even building busybox.

Patches to add the missing PACKAGECONFIG options will be greatly appreciated

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPgScMAAoJEHZqAkdh1vT6Z2wP/2/JQZUKy50rlwUBEOTojSBc
5kMpMxlmxvW34M7MBZJe0JJcTkAGQrzFy2r9moPW4HGgrTenn0OD7C6BuT5dFHOk
5l8XVot4IIUesECyFLr7zu7LP7zN5uHYhnx/xT3YO9Om9wHZRu7yVS0S4WiMy1OH
ceoCbkCQyBOcalngMi4lW7jMmumsfyZmrQOwQUX/dHRrCqr2Xd5yK5Dz1Kn7zWMb
NepVy0i3+aPQI6X7+X4uAsMekLxy8Zw7MjaegqMisHyw4kFzNE7CWPNnLNYi6cvf
vz7aMR0XjMOFZF6nTwNeyA939ijHsk3yd6G4L9J+H0YGvU9g+gEsMaeSenhuz7HT
fithzz6GYMo4hLTojBlMhU9gj+/wRDLesPvroNSCU9rSbyGc2hqKnjqXwnQMPIh7
+vLbhdgoQ7VGaUSCQv4Rd1YKn2Z/bTKQ05ZbESL1kQLlMhM5afsj+cPp37VLsNXu
jRGTeaC2wZFDezYlPa39xRLmev+OvIuhmrhqmLUaKwDIHYVkocvpUXEVMl/e7mZv
ll2UQmJDT5i/aMXb4iZVzvsLofjrAI6AAOWxpluG6OsWdkdHU9wyRSJtWhkYERFF
rQ+1kGxMtlIaGkYlX2c/l223QA6IcekpdFNxiFLx5WItR62ZjhtV46pzok28lyKH
otPwJ5SMif+RUUtLwIfG
=+G/Y
-----END PGP SIGNATURE-----




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

end of thread, other threads:[~2012-04-08  5:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-04  7:17 build meta-oe without systemd Eric Bénard
2012-04-04  7:24 ` Martin Jansa
2012-04-04 10:20   ` Eric Bénard
2012-04-04  7:33 ` Samuel Stirtzel
2012-04-04 10:21   ` Eric Bénard
2012-04-04 17:55 ` Koen Kooi
2012-04-04 18:59   ` Chris Larson
2012-04-04 19:09     ` Denys Dmytriyenko
2012-04-04 20:20       ` Chris Larson
2012-04-05 23:50     ` Koen Kooi
2012-04-06  7:12       ` Eric Bénard
2012-04-06 15:02         ` Chris Larson
2012-04-08  5:50           ` 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.