* [PATCH 0/2] Small fixes
@ 2011-08-18 6:40 Martin Jansa
2011-08-23 1:07 ` Saul Wold
0 siblings, 1 reply; 10+ messages in thread
From: Martin Jansa @ 2011-08-18 6:40 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 2e83e6755441cb14bd907d306974338c15173189:
kernel: restore crtsavres.o to enable building external modules on powerpc (2011-08-17 15:46:16 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib jansa/pull
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull
Martin Jansa (2):
task-core-boot: allow distribution to override default dev_manager
provider with VIRTUAL-RUNTIME_dev_manager
bluez4: update recipe from meta-oe
meta/recipes-connectivity/bluez/bluez4_4.96.bb | 17 ++++++-----------
meta/recipes-core/tasks/task-core-boot.bb | 5 ++++-
2 files changed, 10 insertions(+), 12 deletions(-)
--
1.7.6
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/2] Small fixes
2011-08-18 6:40 Martin Jansa
@ 2011-08-23 1:07 ` Saul Wold
0 siblings, 0 replies; 10+ messages in thread
From: Saul Wold @ 2011-08-23 1:07 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Martin Jansa
On 08/17/2011 11:40 PM, Martin Jansa wrote:
> The following changes since commit 2e83e6755441cb14bd907d306974338c15173189:
>
> kernel: restore crtsavres.o to enable building external modules on powerpc (2011-08-17 15:46:16 +0100)
>
> are available in the git repository at:
> git://git.openembedded.org/openembedded-core-contrib jansa/pull
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull
>
> Martin Jansa (2):
> task-core-boot: allow distribution to override default dev_manager
> provider with VIRTUAL-RUNTIME_dev_manager
> bluez4: update recipe from meta-oe
>
> meta/recipes-connectivity/bluez/bluez4_4.96.bb | 17 ++++++-----------
> meta/recipes-core/tasks/task-core-boot.bb | 5 ++++-
> 2 files changed, 10 insertions(+), 12 deletions(-)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 0/2] Small fixes
@ 2012-01-12 9:34 Martin Jansa
2012-01-17 19:02 ` Saul Wold
0 siblings, 1 reply; 10+ messages in thread
From: Martin Jansa @ 2012-01-12 9:34 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 1d2697e6f00cc3771f39f5a7d4384a22d9696b16:
multilib.conf: Clean up file and add missing entries for various dependencies (2012-01-11 23:53:21 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib jansa/pull
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull
Denis 'GNUtoo' Carikli (1):
alsa-utils: depend on libsamplerate0
Martin Jansa (1):
xorg-*: disable xmlto where it was failing
meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 2 +-
.../xorg-proto/xorg-proto-common.inc | 2 +-
.../recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 +
.../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb | 4 ++--
4 files changed, 5 insertions(+), 4 deletions(-)
--
1.7.8.3
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/2] Small fixes
2012-01-12 9:34 [PATCH 0/2] " Martin Jansa
@ 2012-01-17 19:02 ` Saul Wold
0 siblings, 0 replies; 10+ messages in thread
From: Saul Wold @ 2012-01-17 19:02 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Martin Jansa
On 01/12/2012 01:34 AM, Martin Jansa wrote:
> The following changes since commit 1d2697e6f00cc3771f39f5a7d4384a22d9696b16:
>
> multilib.conf: Clean up file and add missing entries for various dependencies (2012-01-11 23:53:21 +0000)
>
> are available in the git repository at:
> git://git.openembedded.org/openembedded-core-contrib jansa/pull
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull
>
> Denis 'GNUtoo' Carikli (1):
> alsa-utils: depend on libsamplerate0
>
> Martin Jansa (1):
> xorg-*: disable xmlto where it was failing
>
> meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 2 +-
> .../xorg-proto/xorg-proto-common.inc | 2 +-
> .../recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 +
> .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb | 4 ++--
> 4 files changed, 5 insertions(+), 4 deletions(-)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 0/2] Small fixes
@ 2017-06-09 7:36 Jussi Kukkonen
2017-06-09 7:36 ` [PATCH 1/2] Enable parallel compilation for python3-numpy Jussi Kukkonen
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Jussi Kukkonen @ 2017-06-09 7:36 UTC (permalink / raw)
To: openembedded-core
A host path leak fix for diff and a build optimization for numpy.
Cheers,
Jussi
The following changes since commit 4a7612c7a12b9a381fb8343ba9586272b889fc15:
buildhistory: skip tests if GitPython module is missing (2017-06-07 16:00:49 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib numpy-parallel
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=numpy-parallel
Jussi Kukkonen (2):
Enable parallel compilation for python3-numpy
diffutils: prevent host path leaks, set pr path
meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb | 2 ++
meta/recipes-extended/diffutils/diffutils_3.5.bb | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
--
2.1.4
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 1/2] Enable parallel compilation for python3-numpy
2017-06-09 7:36 [PATCH 0/2] Small fixes Jussi Kukkonen
@ 2017-06-09 7:36 ` Jussi Kukkonen
2017-06-12 10:06 ` Richard Purdie
2017-06-09 7:36 ` [PATCH 2/2] diffutils: prevent host path leaks, set pr path Jussi Kukkonen
2017-06-09 8:01 ` ✗ patchtest: failure for Small fixes Patchwork
2 siblings, 1 reply; 10+ messages in thread
From: Jussi Kukkonen @ 2017-06-09 7:36 UTC (permalink / raw)
To: openembedded-core
Support for "-j N" does not seem like a generic distutils thing
but numpy supports it.
This improves compile time by 2 minutes (real time).
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb
index d5fe50c..9a9c4cf 100644
--- a/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb
+++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb
@@ -69,6 +69,8 @@ CONFIGFILESURI_mipsarchn32el = " \
S = "${WORKDIR}/numpy-${PV}"
+DISTUTILS_BUILD_ARGS += "${PARALLEL_MAKE}"
+
inherit setuptools3
# Make the build fail and replace *config.h with proper one
--
2.1.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 2/2] diffutils: prevent host path leaks, set pr path
2017-06-09 7:36 [PATCH 0/2] Small fixes Jussi Kukkonen
2017-06-09 7:36 ` [PATCH 1/2] Enable parallel compilation for python3-numpy Jussi Kukkonen
@ 2017-06-09 7:36 ` Jussi Kukkonen
2017-06-09 8:01 ` ✗ patchtest: failure for Small fixes Patchwork
2 siblings, 0 replies; 10+ messages in thread
From: Jussi Kukkonen @ 2017-06-09 7:36 UTC (permalink / raw)
To: openembedded-core
Note that this just removes a host path leakage: diffutils still
doesn't depend on coreutils so 'pr' might not actually be there
on image (this only breaks "diff -l" so no big deal).
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-extended/diffutils/diffutils_3.5.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-extended/diffutils/diffutils_3.5.bb b/meta/recipes-extended/diffutils/diffutils_3.5.bb
index 354a6e8..a4fc27b 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.5.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.5.bb
@@ -11,7 +11,7 @@ SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.xz \
SRC_URI[md5sum] = "569354697ff1cfc9a9de3781361015fa"
SRC_URI[sha256sum] = "dad398ccd5b9faca6b0ab219a036453f62a602a56203ac659b43e889bec35533"
-EXTRA_OECONF += "--without-libsigsegv-prefix"
+EXTRA_OECONF += "ac_cv_path_PR_PROGRAM=${bindir}/pr --without-libsigsegv-prefix"
# Fix "Argument list too long" error when len(TMPDIR) = 410
acpaths = "-I ./m4"
--
2.1.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* ✗ patchtest: failure for Small fixes
2017-06-09 7:36 [PATCH 0/2] Small fixes Jussi Kukkonen
2017-06-09 7:36 ` [PATCH 1/2] Enable parallel compilation for python3-numpy Jussi Kukkonen
2017-06-09 7:36 ` [PATCH 2/2] diffutils: prevent host path leaks, set pr path Jussi Kukkonen
@ 2017-06-09 8:01 ` Patchwork
2 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2017-06-09 8:01 UTC (permalink / raw)
To: Jussi Kukkonen; +Cc: openembedded-core
== Series Details ==
Series: Small fixes
Revision: 1
URL : https://patchwork.openembedded.org/series/7157/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Patch [1/2] Enable parallel compilation for python3-numpy
Issue Shortlog does not follow expected format [test_shortlog_format]
Suggested fix Commit shortlog (first line of commit message) should follow the format "<target>: <summary>"
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 1/2] Enable parallel compilation for python3-numpy
2017-06-09 7:36 ` [PATCH 1/2] Enable parallel compilation for python3-numpy Jussi Kukkonen
@ 2017-06-12 10:06 ` Richard Purdie
2017-06-12 11:00 ` Jussi Kukkonen
0 siblings, 1 reply; 10+ messages in thread
From: Richard Purdie @ 2017-06-12 10:06 UTC (permalink / raw)
To: Jussi Kukkonen, openembedded-core
On Fri, 2017-06-09 at 10:36 +0300, Jussi Kukkonen wrote:
> Support for "-j N" does not seem like a generic distutils thing
> but numpy supports it.
>
> This improves compile time by 2 minutes (real time).
Sorry:
https://autobuilder.yocto.io/builders/nightly-musl/builds/298/steps/BuildImages/logs/stdio
Appears to have races?
Cheers,
Richard
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 1/2] Enable parallel compilation for python3-numpy
2017-06-12 10:06 ` Richard Purdie
@ 2017-06-12 11:00 ` Jussi Kukkonen
0 siblings, 0 replies; 10+ messages in thread
From: Jussi Kukkonen @ 2017-06-12 11:00 UTC (permalink / raw)
To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 615 bytes --]
On 12 June 2017 at 13:06, Richard Purdie <richard.purdie@linuxfoundation.org
> wrote:
> On Fri, 2017-06-09 at 10:36 +0300, Jussi Kukkonen wrote:
> > Support for "-j N" does not seem like a generic distutils thing
> > but numpy supports it.
> >
> > This improves compile time by 2 minutes (real time).
>
> Sorry:
>
> https://autobuilder.yocto.io/builders/nightly-musl/builds/
> 298/steps/BuildImages/logs/stdio
>
> Appears to have races?
>
Indeed, thanks. I'll have a look but could be that there will be no v2 (I
couldn't reproduce earlier and distutils isn't really my cup of tea).
Jussi
[-- Attachment #2: Type: text/html, Size: 1195 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2017-06-12 11:01 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09 7:36 [PATCH 0/2] Small fixes Jussi Kukkonen
2017-06-09 7:36 ` [PATCH 1/2] Enable parallel compilation for python3-numpy Jussi Kukkonen
2017-06-12 10:06 ` Richard Purdie
2017-06-12 11:00 ` Jussi Kukkonen
2017-06-09 7:36 ` [PATCH 2/2] diffutils: prevent host path leaks, set pr path Jussi Kukkonen
2017-06-09 8:01 ` ✗ patchtest: failure for Small fixes Patchwork
-- strict thread matches above, loose matches on Subject: below --
2012-01-12 9:34 [PATCH 0/2] " Martin Jansa
2012-01-17 19:02 ` Saul Wold
2011-08-18 6:40 Martin Jansa
2011-08-23 1:07 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox