All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1][PULL] gstreamer: reenable PARALLEL_MAKE
@ 2011-02-17 10:55 Dongxiao Xu
  2011-02-17 10:55 ` [PATCH 1/1] " Dongxiao Xu
  2011-02-19  4:00 ` [PATCH 0/1][PULL] " Saul Wold
  0 siblings, 2 replies; 5+ messages in thread
From: Dongxiao Xu @ 2011-02-17 10:55 UTC (permalink / raw)
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

This pull request re-enables PARALLEL_MAKE for gstreamer. Builds on all architectures are tested.

Please help to review and pull.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dxu4/distro
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/distro

Thanks,
    Dongxiao Xu <dongxiao.xu@intel.com>
---


Dongxiao Xu (1):
  gstreamer: reenable PARALLEL_MAKE

 .../gstreamer/gstreamer_0.10.31.bb                 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



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

* [PATCH 1/1] gstreamer: reenable PARALLEL_MAKE
  2011-02-17 10:55 [PATCH 0/1][PULL] gstreamer: reenable PARALLEL_MAKE Dongxiao Xu
@ 2011-02-17 10:55 ` Dongxiao Xu
  2011-02-17 18:50   ` Darren Hart
  2011-02-19  4:00 ` [PATCH 0/1][PULL] " Saul Wold
  1 sibling, 1 reply; 5+ messages in thread
From: Dongxiao Xu @ 2011-02-17 10:55 UTC (permalink / raw)
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../gstreamer/gstreamer_0.10.31.bb                 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb
index e7b00ad..c919b18 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb
@@ -27,7 +27,7 @@ EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=
 #	mv ${WORKDIR}/gstregistrybinary.[ch] ${S}/gst/
 #}
 
-PARALLEL_MAKE = ""
+#PARALLEL_MAKE = ""
 
 FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so"
 FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"
-- 
1.6.3.3



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

* Re: [PATCH 1/1] gstreamer: reenable PARALLEL_MAKE
  2011-02-17 10:55 ` [PATCH 1/1] " Dongxiao Xu
@ 2011-02-17 18:50   ` Darren Hart
  2011-02-18  0:51     ` Xu, Dongxiao
  0 siblings, 1 reply; 5+ messages in thread
From: Darren Hart @ 2011-02-17 18:50 UTC (permalink / raw)
  To: Dongxiao Xu; +Cc: poky

On 02/17/2011 02:55 AM, Dongxiao Xu wrote:
> From: Dongxiao Xu<dongxiao.xu@intel.com>
>
> Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
> ---
>   .../gstreamer/gstreamer_0.10.31.bb                 |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb
> index e7b00ad..c919b18 100644
> --- a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb
> +++ b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb
> @@ -27,7 +27,7 @@ EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=
>   #	mv ${WORKDIR}/gstregistrybinary.[ch] ${S}/gst/
>   #}
>
> -PARALLEL_MAKE = ""
> +#PARALLEL_MAKE = ""

Shouldn't we remove this rather than comment it out? Leaving it in 
tempts developers to tweak it - which we don't want them to do as it 
will toy with the global settings.

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


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

* Re: [PATCH 1/1] gstreamer: reenable PARALLEL_MAKE
  2011-02-17 18:50   ` Darren Hart
@ 2011-02-18  0:51     ` Xu, Dongxiao
  0 siblings, 0 replies; 5+ messages in thread
From: Xu, Dongxiao @ 2011-02-18  0:51 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky@yoctoproject.org

Darren Hart wrote:
> On 02/17/2011 02:55 AM, Dongxiao Xu wrote:
>> From: Dongxiao Xu<dongxiao.xu@intel.com>
>> 
>> Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
>> ---
>>   .../gstreamer/gstreamer_0.10.31.bb                 |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>> 
>> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb
>> b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb
>> index e7b00ad..c919b18 100644
>> --- a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb
>> +++ b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb
>> @@ -27,7 +27,7 @@ EXTRA_OECONF = "--disable-docs-build
>>   --disable-dependency-tracking --with-check= #	mv
>>   ${WORKDIR}/gstregistrybinary.[ch] ${S}/gst/ #}
>> 
>> -PARALLEL_MAKE = ""
>> +#PARALLEL_MAKE = ""
> 
> Shouldn't we remove this rather than comment it out? Leaving it in
> tempts developers to tweak it - which we don't want them to do as it
> will toy with the global settings.  

Thanks Darren, I've revised the change to remove the line.
See http://git.pokylinux.org/cgit/cgit.cgi/poky-contrib/log/?h=dxu4/distro

Thanks,
Dongxiao

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

* Re: [PATCH 0/1][PULL] gstreamer: reenable PARALLEL_MAKE
  2011-02-17 10:55 [PATCH 0/1][PULL] gstreamer: reenable PARALLEL_MAKE Dongxiao Xu
  2011-02-17 10:55 ` [PATCH 1/1] " Dongxiao Xu
@ 2011-02-19  4:00 ` Saul Wold
  1 sibling, 0 replies; 5+ messages in thread
From: Saul Wold @ 2011-02-19  4:00 UTC (permalink / raw)
  To: Dongxiao Xu; +Cc: poky

On 02/17/2011 02:55 AM, Dongxiao Xu wrote:
> From: Dongxiao Xu<dongxiao.xu@intel.com>
>
> This pull request re-enables PARALLEL_MAKE for gstreamer. Builds on all architectures are tested.
>
> Please help to review and pull.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: dxu4/distro
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/distro
>
> Thanks,
>      Dongxiao Xu<dongxiao.xu@intel.com>
> ---
>
>
> Dongxiao Xu (1):
>    gstreamer: reenable PARALLEL_MAKE
>
>   .../gstreamer/gstreamer_0.10.31.bb                 |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Merged into Master

Thanks
	Sau!



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

end of thread, other threads:[~2011-02-19  4:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17 10:55 [PATCH 0/1][PULL] gstreamer: reenable PARALLEL_MAKE Dongxiao Xu
2011-02-17 10:55 ` [PATCH 1/1] " Dongxiao Xu
2011-02-17 18:50   ` Darren Hart
2011-02-18  0:51     ` Xu, Dongxiao
2011-02-19  4:00 ` [PATCH 0/1][PULL] " Saul Wold

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.