* Re: [oe-commits] Graeme Gregory : firefox_3.6.bb : add new version, convert to new staging [not found] <E1NlqMw-0004yw-KS@melo.openembedded.org> @ 2010-02-28 22:41 ` Tom Rini 2010-02-28 23:06 ` Graeme Gregory 2010-03-01 7:35 ` Koen Kooi 0 siblings, 2 replies; 6+ messages in thread From: Tom Rini @ 2010-02-28 22:41 UTC (permalink / raw) To: openembedded-devel On Sun, 2010-02-28 at 21:08 +0000, git version control wrote: > Module: openembedded.git > Branch: org.openembedded.dev > Commit: 0ca0394c94028b941603b2d6f7264d3eaaed5a98 > URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ca0394c94028b941603b2d6f7264d3eaaed5a98 > > Author: Graeme Gregory <dp@xora.org.uk> > Date: Sun Feb 28 21:07:28 2010 +0000 > > firefox_3.6.bb : add new version, convert to new staging Do we still honestly need PARALLEL_MAKE = "" ? -- Tom Rini <tom_rini@mentor.com> Mentor Graphics Corporation ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [oe-commits] Graeme Gregory : firefox_3.6.bb : add new version, convert to new staging 2010-02-28 22:41 ` [oe-commits] Graeme Gregory : firefox_3.6.bb : add new version, convert to new staging Tom Rini @ 2010-02-28 23:06 ` Graeme Gregory 2010-03-01 7:35 ` Koen Kooi 1 sibling, 0 replies; 6+ messages in thread From: Graeme Gregory @ 2010-02-28 23:06 UTC (permalink / raw) To: openembedded-devel On Sun, Feb 28, 2010 at 03:41:28PM -0700, Tom Rini wrote: > On Sun, 2010-02-28 at 21:08 +0000, git version control wrote: > > Module: openembedded.git > > Branch: org.openembedded.dev > > Commit: 0ca0394c94028b941603b2d6f7264d3eaaed5a98 > > URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ca0394c94028b941603b2d6f7264d3eaaed5a98 > > > > Author: Graeme Gregory <dp@xora.org.uk> > > Date: Sun Feb 28 21:07:28 2010 +0000 > > > > firefox_3.6.bb : add new version, convert to new staging > > Do we still honestly need PARALLEL_MAKE = "" ? > I have no idea and dont really have a way to reliably test these things. Graeme ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [oe-commits] Graeme Gregory : firefox_3.6.bb : add new version, convert to new staging 2010-02-28 22:41 ` [oe-commits] Graeme Gregory : firefox_3.6.bb : add new version, convert to new staging Tom Rini 2010-02-28 23:06 ` Graeme Gregory @ 2010-03-01 7:35 ` Koen Kooi 2010-03-01 21:37 ` Khem Raj 1 sibling, 1 reply; 6+ messages in thread From: Koen Kooi @ 2010-03-01 7:35 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 28-02-10 23:41, Tom Rini wrote: > On Sun, 2010-02-28 at 21:08 +0000, git version control wrote: >> Module: openembedded.git >> Branch: org.openembedded.dev >> Commit: 0ca0394c94028b941603b2d6f7264d3eaaed5a98 >> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ca0394c94028b941603b2d6f7264d3eaaed5a98 >> >> Author: Graeme Gregory <dp@xora.org.uk> >> Date: Sun Feb 28 21:07:28 2010 +0000 >> >> firefox_3.6.bb : add new version, convert to new staging > > Do we still honestly need PARALLEL_MAKE = "" ? > The firefox hg version I tested in december still needed it, haven't tried 3.6. regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFLi24tMkyGM64RGpERAvzdAJ0SZh7jYqswv750jUWqFWtAf1sR0gCdHi86 stNIB+ugfvyLvi+PdF59FRg= =6a45 -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [oe-commits] Graeme Gregory : firefox_3.6.bb : add new version, convert to new staging 2010-03-01 7:35 ` Koen Kooi @ 2010-03-01 21:37 ` Khem Raj 2010-03-01 21:43 ` Tom Rini 0 siblings, 1 reply; 6+ messages in thread From: Khem Raj @ 2010-03-01 21:37 UTC (permalink / raw) To: openembedded-devel On Sun, Feb 28, 2010 at 11:35 PM, Koen Kooi <k.kooi@student.utwente.nl> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 28-02-10 23:41, Tom Rini wrote: >> On Sun, 2010-02-28 at 21:08 +0000, git version control wrote: >>> Module: openembedded.git >>> Branch: org.openembedded.dev >>> Commit: 0ca0394c94028b941603b2d6f7264d3eaaed5a98 >>> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ca0394c94028b941603b2d6f7264d3eaaed5a98 >>> >>> Author: Graeme Gregory <dp@xora.org.uk> >>> Date: Sun Feb 28 21:07:28 2010 +0000 >>> >>> firefox_3.6.bb : add new version, convert to new staging >> >> Do we still honestly need PARALLEL_MAKE = "" ? >> > > The firefox hg version I tested in december still needed it, haven't > tried 3.6. From Firefox FAQ you have to add the -j option to .mozconfig file like this mk_add_options MOZ_MAKE_FLAGS=-jN Parallel building with -j4 and -j8 seems to work well. Thx -Khem ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [oe-commits] Graeme Gregory : firefox_3.6.bb : add new version, convert to new staging 2010-03-01 21:37 ` Khem Raj @ 2010-03-01 21:43 ` Tom Rini 2010-03-01 21:55 ` Khem Raj 0 siblings, 1 reply; 6+ messages in thread From: Tom Rini @ 2010-03-01 21:43 UTC (permalink / raw) To: openembedded-devel On Mon, 2010-03-01 at 13:37 -0800, Khem Raj wrote: > On Sun, Feb 28, 2010 at 11:35 PM, Koen Kooi <k.kooi@student.utwente.nl> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > On 28-02-10 23:41, Tom Rini wrote: > >> On Sun, 2010-02-28 at 21:08 +0000, git version control wrote: > >>> Module: openembedded.git > >>> Branch: org.openembedded.dev > >>> Commit: 0ca0394c94028b941603b2d6f7264d3eaaed5a98 > >>> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ca0394c94028b941603b2d6f7264d3eaaed5a98 > >>> > >>> Author: Graeme Gregory <dp@xora.org.uk> > >>> Date: Sun Feb 28 21:07:28 2010 +0000 > >>> > >>> firefox_3.6.bb : add new version, convert to new staging > >> > >> Do we still honestly need PARALLEL_MAKE = "" ? > >> > > > > The firefox hg version I tested in december still needed it, haven't > > tried 3.6. > > >From Firefox FAQ > > you have to add the -j option to .mozconfig file like this > mk_add_options MOZ_MAKE_FLAGS=-jN > > > Parallel building with -j4 and -j8 seems to work well. Since you've tested it, patch please? :) -- Tom Rini <tom_rini@mentor.com> Mentor Graphics Corporation ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [oe-commits] Graeme Gregory : firefox_3.6.bb : add new version, convert to new staging 2010-03-01 21:43 ` Tom Rini @ 2010-03-01 21:55 ` Khem Raj 0 siblings, 0 replies; 6+ messages in thread From: Khem Raj @ 2010-03-01 21:55 UTC (permalink / raw) To: openembedded-devel On Mon, Mar 1, 2010 at 1:43 PM, Tom Rini <tom_rini@mentor.com> wrote: > On Mon, 2010-03-01 at 13:37 -0800, Khem Raj wrote: >> On Sun, Feb 28, 2010 at 11:35 PM, Koen Kooi <k.kooi@student.utwente.nl> wrote: >> > -----BEGIN PGP SIGNED MESSAGE----- >> > Hash: SHA1 >> > >> > On 28-02-10 23:41, Tom Rini wrote: >> >> On Sun, 2010-02-28 at 21:08 +0000, git version control wrote: >> >>> Module: openembedded.git >> >>> Branch: org.openembedded.dev >> >>> Commit: 0ca0394c94028b941603b2d6f7264d3eaaed5a98 >> >>> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ca0394c94028b941603b2d6f7264d3eaaed5a98 >> >>> >> >>> Author: Graeme Gregory <dp@xora.org.uk> >> >>> Date: Sun Feb 28 21:07:28 2010 +0000 >> >>> >> >>> firefox_3.6.bb : add new version, convert to new staging >> >> >> >> Do we still honestly need PARALLEL_MAKE = "" ? >> >> >> > >> > The firefox hg version I tested in december still needed it, haven't >> > tried 3.6. >> >> >From Firefox FAQ >> >> you have to add the -j option to .mozconfig file like this >> mk_add_options MOZ_MAKE_FLAGS=-jN >> >> >> Parallel building with -j4 and -j8 seems to work well. > > Since you've tested it, patch please? :) yeah but it was on OE build system that I used for it so I don't something handy for OE and my work horse machine has a dead hard disk these days. > > -- > Tom Rini <tom_rini@mentor.com> > Mentor Graphics Corporation > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-03-01 21:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1NlqMw-0004yw-KS@melo.openembedded.org>
2010-02-28 22:41 ` [oe-commits] Graeme Gregory : firefox_3.6.bb : add new version, convert to new staging Tom Rini
2010-02-28 23:06 ` Graeme Gregory
2010-03-01 7:35 ` Koen Kooi
2010-03-01 21:37 ` Khem Raj
2010-03-01 21:43 ` Tom Rini
2010-03-01 21:55 ` Khem Raj
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.