* Which distro for OE development?
@ 2009-11-19 13:06 Hodgson, Simon
2009-11-19 13:19 ` Robert P. J. Day
` (4 more replies)
0 siblings, 5 replies; 19+ messages in thread
From: Hodgson, Simon @ 2009-11-19 13:06 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
I'm setting up a new machine with Linux specifically to use for OpenEmbedded development. Which Linux distro should I go with?
I'm looking to make it as easy as possible to get started, so ideally all the packages I need will be available from that distro's standard repositry.
I've tried SuSE in the past and given up trying to get all of the required tools installed, and more recently been using Debian, but the Python version in Debian is a few versions behind and there was talk of OE soon requiring a more up to date version.
Ubuntu is a good candidate at the moment as I belive there won't be any hardware issues with the laptop I want to use, but this wiki page suggests there's some faffing to do http://wiki.openembedded.net/index.php/Gcc_issues_in_Intrepid_and_later which I'd like to avoid if possible - does anyone know if these issues are present in the latest version 9.10?
Thanks
Simon
^ permalink raw reply [flat|nested] 19+ messages in thread* Re: Which distro for OE development?
2009-11-19 13:06 Which distro for OE development? Hodgson, Simon
@ 2009-11-19 13:19 ` Robert P. J. Day
2009-11-19 13:54 ` Philip Balister
2009-11-19 13:22 ` Marcin Juszkiewicz
` (3 subsequent siblings)
4 siblings, 1 reply; 19+ messages in thread
From: Robert P. J. Day @ 2009-11-19 13:19 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
On Thu, 19 Nov 2009, Hodgson, Simon wrote:
> I'm setting up a new machine with Linux specifically to use for
> OpenEmbedded development. Which Linux distro should I go with?
>
> I'm looking to make it as easy as possible to get started, so
> ideally all the packages I need will be available from that distro's
> standard repositry.
>
> I've tried SuSE in the past and given up trying to get all of the
> required tools installed, and more recently been using Debian, but
> the Python version in Debian is a few versions behind and there was
> talk of OE soon requiring a more up to date version.
>
> Ubuntu is a good candidate at the moment as I belive there won't be
> any hardware issues with the laptop I want to use, but this wiki
> page suggests there's some faffing to do
> http://wiki.openembedded.net/index.php/Gcc_issues_in_Intrepid_and_later
> which I'd like to avoid if possible - does anyone know if these
> issues are present in the latest version 9.10?
despite my occasional(?) shrieks of outrage, fedora has generally
served me well for OE builds.
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
^ permalink raw reply [flat|nested] 19+ messages in thread* Re: Which distro for OE development?
2009-11-19 13:19 ` Robert P. J. Day
@ 2009-11-19 13:54 ` Philip Balister
2009-11-19 14:02 ` Robert P. J. Day
0 siblings, 1 reply; 19+ messages in thread
From: Philip Balister @ 2009-11-19 13:54 UTC (permalink / raw)
To: openembedded-devel
On 11/19/2009 08:19 AM, Robert P. J. Day wrote:
> On Thu, 19 Nov 2009, Hodgson, Simon wrote:
>
>> I'm setting up a new machine with Linux specifically to use for
>> OpenEmbedded development. Which Linux distro should I go with?
>>
>> I'm looking to make it as easy as possible to get started, so
>> ideally all the packages I need will be available from that distro's
>> standard repositry.
>>
>> I've tried SuSE in the past and given up trying to get all of the
>> required tools installed, and more recently been using Debian, but
>> the Python version in Debian is a few versions behind and there was
>> talk of OE soon requiring a more up to date version.
>>
>> Ubuntu is a good candidate at the moment as I belive there won't be
>> any hardware issues with the laptop I want to use, but this wiki
>> page suggests there's some faffing to do
>> http://wiki.openembedded.net/index.php/Gcc_issues_in_Intrepid_and_later
>> which I'd like to avoid if possible - does anyone know if these
>> issues are present in the latest version 9.10?
>
> despite my occasional(?) shrieks of outrage, fedora has generally
> served me well for OE builds.
You should be fine with the "mainstream" distros since it is likely
someone on the list is using it and can help you with any issues that
crop up. As you can see at the moment, the Fedora users are working out
a potential issue with F12.
Philip
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Which distro for OE development?
2009-11-19 13:54 ` Philip Balister
@ 2009-11-19 14:02 ` Robert P. J. Day
0 siblings, 0 replies; 19+ messages in thread
From: Robert P. J. Day @ 2009-11-19 14:02 UTC (permalink / raw)
To: openembedded-devel
On Thu, 19 Nov 2009, Philip Balister wrote:
> You should be fine with the "mainstream" distros since it is likely
> someone on the list is using it and can help you with any issues
> that crop up. As you can see at the moment, the Fedora users are
> working out a potential issue with F12.
what philip said. as near as i can tell, guile-1.8.7 *must* have
once built on f12 since, after all, a binary rpm for it exists for f12
and it's on my system right now.
but now, you can't build it which suggests that some other package
update must have broken the build. that is, it built for the official
general release of f12, but no longer builds on an updated system.
i've got top men working on it. *top* men.
rday
p.s. actually, philip, that suggests that a fresh install of f12
*should* work. once you update, though, all bets are off. but just
wait until we have a resolution.
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Which distro for OE development?
2009-11-19 13:06 Which distro for OE development? Hodgson, Simon
2009-11-19 13:19 ` Robert P. J. Day
@ 2009-11-19 13:22 ` Marcin Juszkiewicz
2009-11-19 13:25 ` Ahsan Khawaja
2009-11-19 13:37 ` Phil Blundell
` (2 subsequent siblings)
4 siblings, 1 reply; 19+ messages in thread
From: Marcin Juszkiewicz @ 2009-11-19 13:22 UTC (permalink / raw)
To: openembedded-devel
Dnia czwartek, 19 listopada 2009 o 14:06:43 Hodgson, Simon napisał(a):
> I'm setting up a new machine with Linux specifically to use for
> OpenEmbedded development. Which Linux distro should I go with?
>
> I'm looking to make it as easy as possible to get started, so ideally all
> the packages I need will be available from that distro's standard
> repositry.
>
> I've tried SuSE in the past and given up trying to get all of the required
> tools installed, and more recently been using Debian, but the Python
> version in Debian is a few versions behind and there was talk of OE soon
> requiring a more up to date version.
OpenEmbedded require Python 2.4 or newer. Debian lenny (stable) and squeeze
(testing) should work fine. I use 'sid' for development.
> Ubuntu is a good candidate at the moment as I belive there won't be any
> hardware issues with the laptop I want to use, but this wiki page suggests
> there's some faffing to do
> http://wiki.openembedded.net/index.php/Gcc_issues_in_Intrepid_and_later
> which I'd like to avoid if possible - does anyone know if these issues are
> present in the latest version 9.10?
I use OpenEmbedded on Ubuntu 8.04 machine and Poky on 8.04/9.04/9.10 without
problems.
So I suggest Debian 'testing' or Ubuntu 9.10/9.04 as a base.
Regards,
--
JID: hrw@jabber.org
Website: http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz
^ permalink raw reply [flat|nested] 19+ messages in thread* Re: Which distro for OE development?
2009-11-19 13:22 ` Marcin Juszkiewicz
@ 2009-11-19 13:25 ` Ahsan Khawaja
0 siblings, 0 replies; 19+ messages in thread
From: Ahsan Khawaja @ 2009-11-19 13:25 UTC (permalink / raw)
To: openembedded-devel
build my development system on Ubuntu 9.04 and found no problem.
On Thu, Nov 19, 2009 at 6:22 PM, Marcin Juszkiewicz <
marcin@juszkiewicz.com.pl> wrote:
> Dnia czwartek, 19 listopada 2009 o 14:06:43 Hodgson, Simon napisał(a):
>
> > I'm setting up a new machine with Linux specifically to use for
> > OpenEmbedded development. Which Linux distro should I go with?
> >
> > I'm looking to make it as easy as possible to get started, so ideally all
> > the packages I need will be available from that distro's standard
> > repositry.
> >
> > I've tried SuSE in the past and given up trying to get all of the
> required
> > tools installed, and more recently been using Debian, but the Python
> > version in Debian is a few versions behind and there was talk of OE soon
> > requiring a more up to date version.
>
> OpenEmbedded require Python 2.4 or newer. Debian lenny (stable) and squeeze
> (testing) should work fine. I use 'sid' for development.
>
> > Ubuntu is a good candidate at the moment as I belive there won't be any
> > hardware issues with the laptop I want to use, but this wiki page
> suggests
> > there's some faffing to do
> > http://wiki.openembedded.net/index.php/Gcc_issues_in_Intrepid_and_later
> > which I'd like to avoid if possible - does anyone know if these issues
> are
> > present in the latest version 9.10?
>
> I use OpenEmbedded on Ubuntu 8.04 machine and Poky on 8.04/9.04/9.10
> without
> problems.
>
> So I suggest Debian 'testing' or Ubuntu 9.10/9.04 as a base.
>
> Regards,
> --
> JID: hrw@jabber.org
> Website: http://marcin.juszkiewicz.com.pl/
> LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Which distro for OE development?
2009-11-19 13:06 Which distro for OE development? Hodgson, Simon
2009-11-19 13:19 ` Robert P. J. Day
2009-11-19 13:22 ` Marcin Juszkiewicz
@ 2009-11-19 13:37 ` Phil Blundell
2009-11-19 13:50 ` Ricardo Salveti de Araujo
2009-11-19 15:34 ` Marco Cavallini
2009-11-19 15:55 ` Bjørn Forsman
4 siblings, 1 reply; 19+ messages in thread
From: Phil Blundell @ 2009-11-19 13:37 UTC (permalink / raw)
To: openembedded-devel
On Thu, 2009-11-19 at 13:06 +0000, Hodgson, Simon wrote:
> I'm looking to make it as easy as possible to get started, so ideally all the packages I need will be available from that distro's standard repositry.
>
> I've tried SuSE in the past and given up trying to get all of the required tools installed, and more recently been using Debian, but the Python version in Debian is a few versions behind and there was talk of OE soon requiring a more up to date version.
I'm using Debian on most of my machines and I am fairly happy with it.
The python that's currently in Debian is fine for bitbake 1.8.x. By the
time OE starts to require bitbake 1.10.x, I suspect Debian's python
support will have caught up: failing that, you can always install the
package from Ubuntu.
p.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Which distro for OE development?
2009-11-19 13:37 ` Phil Blundell
@ 2009-11-19 13:50 ` Ricardo Salveti de Araujo
2009-11-19 13:57 ` Robert P. J. Day
0 siblings, 1 reply; 19+ messages in thread
From: Ricardo Salveti de Araujo @ 2009-11-19 13:50 UTC (permalink / raw)
To: openembedded-devel
On Thu, Nov 19, 2009 at 10:37 AM, Phil Blundell <philb@gnu.org> wrote:
> On Thu, 2009-11-19 at 13:06 +0000, Hodgson, Simon wrote:
>> I'm looking to make it as easy as possible to get started, so ideally all the packages I need will be available from that distro's standard repositry.
>>
>> I've tried SuSE in the past and given up trying to get all of the required tools installed, and more recently been using Debian, but the Python version in Debian is a few versions behind and there was talk of OE soon requiring a more up to date version.
>
> I'm using Debian on most of my machines and I am fairly happy with it.
>
> The python that's currently in Debian is fine for bitbake 1.8.x. By the
> time OE starts to require bitbake 1.10.x, I suspect Debian's python
> support will have caught up: failing that, you can always install the
> package from Ubuntu.
I'm using both Ubuntu 9.04 and Gentoo and they are working quite fine.
Didn't test with latest Ubuntu version, but probably someone already
did, as it's now such a common distro.
I think people were having problems with latest Fedora release, but
they can tell more about that.
Cheers,
--
Ricardo Salveti de Araujo
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Which distro for OE development?
2009-11-19 13:06 Which distro for OE development? Hodgson, Simon
` (2 preceding siblings ...)
2009-11-19 13:37 ` Phil Blundell
@ 2009-11-19 15:34 ` Marco Cavallini
2009-11-19 15:55 ` Bjørn Forsman
4 siblings, 0 replies; 19+ messages in thread
From: Marco Cavallini @ 2009-11-19 15:34 UTC (permalink / raw)
To: openembedded-devel
Hodgson, Simon ha scritto, Il 19/11/2009 14:06:
> I'm setting up a new machine with Linux specifically to use for OpenEmbedded development. Which Linux distro should I go with?
>
> I'm looking to make it as easy as possible to get started, so ideally all the packages I need will be available from that distro's standard repositry.
>
> I've tried SuSE in the past and given up trying to get all of the required tools installed, and more recently been using Debian, but the Python version in Debian is a few versions behind and there was talk of OE soon requiring a more up to date version.
>
> Ubuntu is a good candidate at the moment as I belive there won't be any hardware issues with the laptop I want to use, but this wiki page suggests there's some faffing to do http://wiki.openembedded.net/index.php/Gcc_issues_in_Intrepid_and_later which I'd like to avoid if possible - does anyone know if these issues are present in the latest version 9.10?
>
> Thanks
I use OpenEmbedded on three different machines.
Debian Lenny on main OE development Quad core server.
Ubuntu 8.10 on my desktop and laptop.
Cordiali Saluti / Kindest Regards / mit freundlichen Grüssen
--
Marco Cavallini | KOAN sas | Bergamo - Italia
embedded and real-time software engineering
Atmel third party certified consultant
Phone:+39-035-255.235 - Fax:+39-178-22.39.748
http://www.KoanSoftware.com
^ permalink raw reply [flat|nested] 19+ messages in thread* Re: Which distro for OE development?
2009-11-19 13:06 Which distro for OE development? Hodgson, Simon
` (3 preceding siblings ...)
2009-11-19 15:34 ` Marco Cavallini
@ 2009-11-19 15:55 ` Bjørn Forsman
4 siblings, 0 replies; 19+ messages in thread
From: Bjørn Forsman @ 2009-11-19 15:55 UTC (permalink / raw)
To: openembedded-devel
2009/11/19 Hodgson, Simon <Simon.Hodgson@nortechonline.co.uk>:
> I'm setting up a new machine with Linux specifically to use for OpenEmbedded development. Which Linux distro should I go with?
>
> I'm looking to make it as easy as possible to get started, so ideally all the packages I need will be available from that distro's standard repositry.
>
> I've tried SuSE in the past and given up trying to get all of the required tools installed, and more recently been using Debian, but the Python version in Debian is a few versions behind and there was talk of OE soon requiring a more up to date version.
>
> Ubuntu is a good candidate at the moment as I belive there won't be any hardware issues with the laptop I want to use, but this wiki page suggests there's some faffing to do http://wiki.openembedded.net/index.php/Gcc_issues_in_Intrepid_and_later which I'd like to avoid if possible - does anyone know if these issues are present in the latest version 9.10?
I've been using OE on Ubuntu 9.04 and now 9.10 without problems.
Best regards,
Bjørn Forsman
^ permalink raw reply [flat|nested] 19+ messages in thread
* Which distro for OE development?
@ 2008-09-02 11:42 Eliyahu Skoczylas
2008-09-02 12:35 ` Florian Boor
` (2 more replies)
0 siblings, 3 replies; 19+ messages in thread
From: Eliyahu Skoczylas @ 2008-09-02 11:42 UTC (permalink / raw)
To: openembedded-devel
We are setting up a dedicated machine for doing OE development work. I
assume that Debian Lenny would be the best distro to install as a
starting point.
I'd appreciate feedback, whether I am correct or whether you recommend
something else.
TIA,
- Eliyahu
--
Eliyahu Skoczylas +972 (54) 214-1505
While <EliSko@Eli-Sko.com> is temporarily down, please use <EliSko@FastMail.fm>, instead.
^ permalink raw reply [flat|nested] 19+ messages in thread* Re: Which distro for OE development?
2008-09-02 11:42 Eliyahu Skoczylas
@ 2008-09-02 12:35 ` Florian Boor
2008-09-02 12:43 ` Andrea Adami
2008-09-02 13:37 ` Michael 'Mickey' Lauer
2 siblings, 0 replies; 19+ messages in thread
From: Florian Boor @ 2008-09-02 12:35 UTC (permalink / raw)
To: openembedded-devel
Hi,
Eliyahu Skoczylas schrieb:
> We are setting up a dedicated machine for doing OE development work. I
> assume that Debian Lenny would be the best distro to install as a
> starting point.
yes, Lenny should be fine. I use it for our build boxes here too.
Greetings
Florian
--
The dream of yesterday Florian Boor
is the hope of today Tel: +49 271-771091-15
and the reality of tomorrow. Fax: +49 271-771091-19
[Robert Hutchings Goddard, 1904] florian.boor@kernelconcepts.de
http://www.kernelconcepts.de/en
^ permalink raw reply [flat|nested] 19+ messages in thread* Re: Which distro for OE development?
2008-09-02 11:42 Eliyahu Skoczylas
2008-09-02 12:35 ` Florian Boor
@ 2008-09-02 12:43 ` Andrea Adami
2008-09-02 13:39 ` Philip Balister
2008-09-02 13:37 ` Michael 'Mickey' Lauer
2 siblings, 1 reply; 19+ messages in thread
From: Andrea Adami @ 2008-09-02 12:43 UTC (permalink / raw)
To: openembedded-devel
I think by popularity here:
Debian / Ubuntu
Gentoo
Andrea
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Which distro for OE development?
2008-09-02 12:43 ` Andrea Adami
@ 2008-09-02 13:39 ` Philip Balister
2008-09-02 15:07 ` Stanislav Brabec
2008-09-02 15:19 ` Martyn Welch
0 siblings, 2 replies; 19+ messages in thread
From: Philip Balister @ 2008-09-02 13:39 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 117 bytes --]
Andrea Adami wrote:
> I think by popularity here:
>
> Debian / Ubuntu
> Gentoo
Fedora also works.
Philip
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Which distro for OE development?
2008-09-02 13:39 ` Philip Balister
@ 2008-09-02 15:07 ` Stanislav Brabec
2008-09-02 15:19 ` Martyn Welch
1 sibling, 0 replies; 19+ messages in thread
From: Stanislav Brabec @ 2008-09-02 15:07 UTC (permalink / raw)
To: openembedded-devel
Philip Balister wrote:
> Andrea Adami wrote:
> > I think by popularity here:
> >
> > Debian / Ubuntu
> > Gentoo
>
> Fedora also works.
And openSUSE as well (both i586 and x86_64). However you have a better
chance to discover undiscovered error on x86_64 (as it has /usr/lib64 as
a default library path).
--
Best Regards / S pozdravem,
Stanislav Brabec
software developer
---------------------------------------------------------------------
SUSE LINUX, s. r. o. e-mail: sbrabec@suse.cz
Lihovarská 1060/12 tel: +420 284 028 966, +49 911 740538747
190 00 Praha 9 fax: +420 284 028 951
Czech Republic http://www.suse.cz/
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Which distro for OE development?
2008-09-02 13:39 ` Philip Balister
2008-09-02 15:07 ` Stanislav Brabec
@ 2008-09-02 15:19 ` Martyn Welch
2008-09-02 19:00 ` Khem Raj
1 sibling, 1 reply; 19+ messages in thread
From: Martyn Welch @ 2008-09-02 15:19 UTC (permalink / raw)
To: openembedded-devel
On Tue, 02 Sep 2008 09:39:39 -0400
Philip Balister <philip@balister.org> wrote:
> Andrea Adami wrote:
> > I think by popularity here:
> >
> > Debian / Ubuntu
> > Gentoo
>
> Fedora also works.
>
Though I've got a collegue who has had trouble with the stable branch on Fedora 9. Fedora 8 is fine. The compiler in F9 fails to build dbus-native (1.0.1), though the older compiler in F8 has no problems.
Martyn
--
Martyn Welch MEng MPhil MIET (Principal Software Engineer) T:+44(0)1327322748
GE Fanuc Intelligent Platforms Ltd, |Registered in England and Wales
Tove Valley Business Park, Towcester, |(3828642) at 100 Barbirolli Square,
Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB VAT:GB 729849476
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Which distro for OE development?
2008-09-02 15:19 ` Martyn Welch
@ 2008-09-02 19:00 ` Khem Raj
0 siblings, 0 replies; 19+ messages in thread
From: Khem Raj @ 2008-09-02 19:00 UTC (permalink / raw)
To: openembedded-devel; +Cc: openembedded-devel
Ideally you can use the hosts which have these packages.
http://wiki.openembedded.net/index.php/Required_Software
Then there is a list of known working distros.
http://wiki.openembedded.net/index.php/OEandYourDistro
If your distro is not listed here and you have made it to work on it,
feel free to contribute the prerquisites or any steps you did to make
it work on that particular distro.
Thanks
-Khem
On Tue, Sep 2, 2008 at 8:19 AM, Martyn Welch <martyn.welch@gefanuc.com> wrote:
> On Tue, 02 Sep 2008 09:39:39 -0400
> Philip Balister <philip@balister.org> wrote:
>
>> Andrea Adami wrote:
>> > I think by popularity here:
>> >
>> > Debian / Ubuntu
>> > Gentoo
>>
>> Fedora also works.
>>
>
> Though I've got a collegue who has had trouble with the stable branch on Fedora 9. Fedora 8 is fine. The compiler in F9 fails to build dbus-native (1.0.1), though the older compiler in F8 has no problems.
>
> Martyn
>
> --
> Martyn Welch MEng MPhil MIET (Principal Software Engineer) T:+44(0)1327322748
> GE Fanuc Intelligent Platforms Ltd, |Registered in England and Wales
> Tove Valley Business Park, Towcester, |(3828642) at 100 Barbirolli Square,
> Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB VAT:GB 729849476
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Which distro for OE development?
2008-09-02 11:42 Eliyahu Skoczylas
2008-09-02 12:35 ` Florian Boor
2008-09-02 12:43 ` Andrea Adami
@ 2008-09-02 13:37 ` Michael 'Mickey' Lauer
2 siblings, 0 replies; 19+ messages in thread
From: Michael 'Mickey' Lauer @ 2008-09-02 13:37 UTC (permalink / raw)
To: openembedded-devel
Am Dienstag, 2. September 2008 13:42:25 schrieb Eliyahu Skoczylas:
> I'd appreciate feedback, whether I am correct or whether you recommend
> something else.
Mandriva works fine.
--
:M:
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2009-11-19 15:57 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19 13:06 Which distro for OE development? Hodgson, Simon
2009-11-19 13:19 ` Robert P. J. Day
2009-11-19 13:54 ` Philip Balister
2009-11-19 14:02 ` Robert P. J. Day
2009-11-19 13:22 ` Marcin Juszkiewicz
2009-11-19 13:25 ` Ahsan Khawaja
2009-11-19 13:37 ` Phil Blundell
2009-11-19 13:50 ` Ricardo Salveti de Araujo
2009-11-19 13:57 ` Robert P. J. Day
2009-11-19 15:34 ` Marco Cavallini
2009-11-19 15:55 ` Bjørn Forsman
-- strict thread matches above, loose matches on Subject: below --
2008-09-02 11:42 Eliyahu Skoczylas
2008-09-02 12:35 ` Florian Boor
2008-09-02 12:43 ` Andrea Adami
2008-09-02 13:39 ` Philip Balister
2008-09-02 15:07 ` Stanislav Brabec
2008-09-02 15:19 ` Martyn Welch
2008-09-02 19:00 ` Khem Raj
2008-09-02 13:37 ` Michael 'Mickey' Lauer
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.