[OE-core] [PATCH] busybox.inc: drop comment explaining '-e MAKEFLAGS=' in EXTRA_OEMAKE

2017-04-03 Thread Andre McCurdy
EXTRA_OEMAKE no longer contains '-e MAKEFLAGS=' so the comment explaining that it needs to be removed / over-ridden is obsolete. Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox.inc | 1 - 1 file changed, 1 deletion(-) diff --git

[OE-core] ✗ patchtest: failure for selftest/pkgdata: replace the glibc recipe allowing execution on non-poky distros (rev2)

2017-04-03 Thread Patchwork
== Series Details == Series: selftest/pkgdata: replace the glibc recipe allowing execution on non-poky distros (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/6093/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an

Re: [OE-core] Subscribing to openembedded-architecture list

2017-04-03 Thread Philip Balister
We solved the problem On 04/03/2017 04:39 PM, Paul Eggleton wrote: > Michael - can you see anything relating to Pavel's issues subscribing to the > openembedded-architecture list? > > Thanks, > Paul > > On Friday, 31 March 2017 9:34:22 PM NZST Konopelko, Pavel (P.) wrote: >> Philip

[OE-core] [PATCH] selftest/devtool: skip test in case of poky-tiny distro

2017-04-03 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval The recipe being tested (devtoo-test-patch-gz) by devtool has dependencies (at least libxres and virtual/libx11) that cannot be built with poky-tiny distro so skip the test for this particular policy. [YOCTO #10891]

Re: [OE-core] [PATCH] selftest/pkgdata: replace the glibc recipe allowing execution on non-poky distros

2017-04-03 Thread Leonardo Sandoval
ignore this patch (already merged on master), it was sent by mistake. Leo On Mon, 2017-04-03 at 21:17 -0700, leonardo.sandoval.gonza...@linux.intel.com wrote: > From: Leonardo Sandoval > > Replace the glibc recipe for zlib on unit tests, otherwise

[OE-core] [PATCH] selftest/pkgdata: replace the glibc recipe allowing execution on non-poky distros

2017-04-03 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Replace the glibc recipe for zlib on unit tests, otherwise tests are restricted to glibc distros (poky). [YOCTO #10890] Signed-off-by: Leonardo Sandoval ---

Re: [OE-core] Subscribing to openembedded-architecture list

2017-04-03 Thread Paul Eggleton
Michael - can you see anything relating to Pavel's issues subscribing to the openembedded-architecture list? Thanks, Paul On Friday, 31 March 2017 9:34:22 PM NZST Konopelko, Pavel (P.) wrote: > Philip Balister wrote on 2017-03-30: > > You should be able to join. Did you get any messages at all?

Re: [OE-core] [PATCH 0/4] yocto-compat-layer.py updates

2017-04-03 Thread Aníbal Limón
Acked-by: Aníbal Limón On 03/30/2017 08:30 PM, Mark Hatle wrote: > The changes in this series fix a number of issues with the yocto-compat-layer > script. > > - When a layer is skipped due to missing dependencies, it was difficult to > see this without inspecting

Re: [OE-core] [PATCH v2] busybox: make SYSLOGD optionnal

2017-04-03 Thread Otavio Salvador
On Mon, Apr 3, 2017 at 4:13 AM, Romain Perier wrote: > Some distros might choose another syslogd provider like rsyslogd. > update-alternative will update the link from syslogd to the right > provider. However the syslogd feature is still present and enabled > in

Re: [OE-core] [PATCH] u-boot: Add bc-native to DEPENDS to fix u-boot/spl build.

2017-04-03 Thread Otavio Salvador
On Mon, Apr 3, 2017 at 9:51 AM, Philip Balister wrote: > Signed-off-by: Philip Balister Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [OE-core] [PATCH v2 2/2] runqemu: Add a background command option

2017-04-03 Thread Alistair Francis
On Sat, Apr 1, 2017 at 12:19 AM, Richard Purdie wrote: > On Fri, 2017-03-24 at 13:38 -0700, Alistair Francis wrote: >> This allows callers to specify commands that should be run in the >> background >> while running QEMU. This can be specified by assigning the

[OE-core] [PATCH V3] libjpeg-turbo: don't depend on NASM for non-x86 targets

2017-04-03 Thread Ross Burton
NASM is a x86-specific assembler so it is only required when building for x86 targets. Use x86-architecture and class-target overrides to depend on NASM, but explicitly disable and don't depend on it for native as complications in the native overrides meant NASM was enabled for x86-64 but

Re: [OE-core] [PATCH V2] libjpeg-turbo: don't depend on NASM for non-x86 targets

2017-04-03 Thread Burton, Ross
On 3 April 2017 at 18:03, Andre McCurdy wrote: > > +EXTRA_OECONF_append_class-native = "--without-simd" > > Missing space? > Argh. V3 incoming. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH V2] libjpeg-turbo: don't depend on NASM for non-x86 targets

2017-04-03 Thread Andre McCurdy
On Mon, Apr 3, 2017 at 5:04 AM, Ross Burton wrote: > NASM is a x86-specific assembler so it is only required when building for x86 > targets. Use x86-architecture and class-target overrides to depend on NASM, > but > explicitly disable and don't depend on it for native as

[OE-core] [PATCH] yocto-uninative: Update to the 1.6 release

2017-04-03 Thread Joshua Lock
This release includes fixes for Windows/Mingw support. Signed-off-by: Joshua Lock --- meta/conf/distro/include/yocto-uninative.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc

[OE-core] Yocto Project Status WW14’17

2017-04-03 Thread Jolley, Stephen K
Current Dev Position: YP 2.3 M4 Next Deadline: YP 2.3 M4 Cutoff is April 10, 2017 *** FEATURE FREEZE for 2.3 is now in effect. *** SWAT team rotation: Stephano -> Maxin on Mar. 31, 2017. SWAT team rotation: Maxin -> Cal on April 7, 2017.

[OE-core] [PATCH 7/7] build-perf-test-wrapper.sh: support sending email reports

2017-04-03 Thread Markus Lehtonen
Add new '-E' command line option for sending an email report to specified recipient. Signed-off-by: Markus Lehtonen --- scripts/contrib/build-perf-test-wrapper.sh | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 6/7] build-perf-test-wrapper.sh: support pushing to remote Git

2017-04-03 Thread Markus Lehtonen
Implement new '-P' option for spefifying a Git remote where to push results after committing to a local Git repository. Signed-off-by: Markus Lehtonen --- scripts/contrib/build-perf-test-wrapper.sh | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-)

[OE-core] [PATCH 5/7] build-perf-test-wrapper.sh: correctly check test script exit status

2017-04-03 Thread Markus Lehtonen
Test of the exit code was accidentally moved to wrong place when oe-git-archive was taken into use. Signed-off-by: Markus Lehtonen --- scripts/contrib/build-perf-test-wrapper.sh | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git

[OE-core] [PATCH 4/7] build-perf-test-wrapper.sh: make it possible to specify Git branch name

2017-04-03 Thread Markus Lehtonen
Support : format for the -c argument. This makes it possible to test older commits of a certain branch (not just the tip of it) so that the branch name will still be correctly recorded in the test report data. Signed-off-by: Markus Lehtonen ---

[OE-core] [PATCH 2/7] scripts/oe-build-perf-report: fix 'charts ready' console message

2017-04-03 Thread Markus Lehtonen
The javascript console log messages are used in scraping, when converting an html test report to html email. Before this patch a console message indicating that all charts have been drawn was not correctly sent if the last test failed (or didn't have chart data for some other reason) which, in

[OE-core] [PATCH 3/7] scripts/oe-build-perf-report: fix typo

2017-04-03 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- scripts/oe-build-perf-report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report index ca9cf1d..6f2db49 100755 --- a/scripts/oe-build-perf-report +++

[OE-core] [PATCH 1/7] scripts/oe-build-perf-report: better guessing of args

2017-04-03 Thread Markus Lehtonen
When getting info from the latest commit, don't search all refs but only branches. We don't get correct data from refs/tags/* or refs/notest/*, for example. Signed-off-by: Markus Lehtonen --- scripts/oe-build-perf-report | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 0/7] Build perf test enhancements

2017-04-03 Thread Markus Lehtonen
This patchset contains some fixes and new features to build performance tests. The first three patches fix some minor problems in the oe-build-perf-report script. The last four patches implement new features (plus fix one bug) to the build perf test wrapper script - most notably adding support

Re: [OE-core] [PATCH morty v2] wic: partition: Run fsck on EXT file systems

2017-04-03 Thread Khem Raj
On Mon, Apr 3, 2017 at 12:47 AM, Daniel Schultz wrote: > Hi, > > Am 31.03.2017 um 19:14 schrieb Khem Raj: >> >> >> >> On 3/31/17 5:51 AM, Daniel Schultz wrote: >>> >>> Mkfs may create EXT file systems which can only be optimized by fsck >>> and not by itself, e.g. directory

Re: [OE-core] [PATCH 3/3] base-files: profile: Simplify setting variables conditionally

2017-04-03 Thread Leonardo Sandoval
On Mon, 2017-04-03 at 14:48 +0200, Peter Kjellerstedt wrote: > It is preferred to use `[ "$FOO" ] || ...` instead of > `[ -z "$FOO" ] && ...` as the latter leaves $? set to 1. > > Signed-off-by: Peter Kjellerstedt > --- >

[OE-core] [PATCH] Revert "filemap: remove FilemapSeek class"

2017-04-03 Thread Ed Bartosh
FIEMAP API is not supported by tmpfs file system, but SEEK_HOLE/SEEK_DATA is supported. Returned back FilemapSeek class that implements support of SEEK_HOLE/SEEK_DATA API to make sparse_copy API working on tmpfs again. This reverts commit 6b80c13f7a82a312a3b981de5a56c66466ba1fac. Signed-off-by:

Re: [OE-core] [PATCH] ethtool: Switch to download mirror

2017-04-03 Thread Leonardo Sandoval
On Sun, 2017-04-02 at 22:31 +0100, Paul Barker wrote: > The md5sum & sha256sum for ethtool-4.8.tar.gz have changed upstream :( so why the sums are not changed in the recipe if these change at the upstream repo? Leo > > Signed-off-by: Paul Barker > --- >

Re: [OE-core] Subscribing to openembedded-architecture list

2017-04-03 Thread Leonardo Sandoval
On Fri, 2017-03-31 at 08:34 +, Konopelko, Pavel (P.) wrote: > Philip, > > Philip Balister wrote on 2017-03-30: > > You should be able to join. Did you get any messages at all? > > No responses at all. Neither for web interface nor for mail requests to >

Re: [OE-core] [PATCH morty v3] wic: partition: Run fsck on EXT file systems

2017-04-03 Thread akuster808
On 04/03/2017 12:47 AM, Daniel Schultz wrote: Mkfs may create EXT file systems which can only be optimized by fsck and not by itself, e.g. directory optimization (in Pass 3A). To prevent those optimizations during runtime, it will be performed after the creation of an EXT file system.

Re: [OE-core] [PATCH] lz4: update to lastest 1.7.4

2017-04-03 Thread Burton, Ross
On 1 April 2017 at 21:06, Armin Kuster wrote: > update SRC_URI: as of 1.7.3, repo changed. same owner > Renamed recipe to reflect PV and added Epoch > Added ptest, tests added v1.7.3 > updated LICENSE to be more accurate. > Are you happy for this to wait for master to

Re: [OE-core] [PATCH] libxml2: make dependencies on python conditional

2017-04-03 Thread Burton, Ross
On 3 April 2017 at 14:12, Dmitry Rozhkov wrote: > The library libxml2 can provide its own bindings for python2 in addition > to the third party python-lxml and python3-lxml packages if this > functionality is enabled in PACKAGECONFIG. > > But in case the

Re: [OE-core] State of bitbake world, Failed tasks 2017-04-01

2017-04-03 Thread Martin Jansa
On Mon, Apr 03, 2017 at 02:57:01PM +0200, Andrea Adami wrote: > On Mon, Apr 3, 2017 at 2:34 PM, Martin Jansa wrote: > > On Mon, Apr 03, 2017 at 02:17:49PM +0200, Martin Jansa wrote: > >> qemux86 shows more failures, I've dropped few master-next changes > >> after this

[OE-core] [PATCH] libxml2: make dependencies on python conditional

2017-04-03 Thread Dmitry Rozhkov
The library libxml2 can provide its own bindings for python2 in addition to the third party python-lxml and python3-lxml packages if this functionality is enabled in PACKAGECONFIG. But in case the functionality is disabled there's no need to depend on python2. Make the dependency on python2

Re: [OE-core] State of bitbake world, Failed tasks 2017-04-01

2017-04-03 Thread Andrea Adami
On Mon, Apr 3, 2017 at 2:34 PM, Martin Jansa wrote: > On Mon, Apr 03, 2017 at 02:17:49PM +0200, Martin Jansa wrote: >> qemux86 shows more failures, I've dropped few master-next changes >> after this build. > > I've noticed that the report doesn't cover all currently

[OE-core] [PATCH] u-boot: Add bc-native to DEPENDS to fix u-boot/spl build.

2017-04-03 Thread Philip Balister
Signed-off-by: Philip Balister --- meta/recipes-bsp/u-boot/u-boot_2017.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot_2017.01.bb index dabe709..37c21dc 100644 ---

[OE-core] [PATCH 1/3] base-files: profile: Whitespace clean up

2017-04-03 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta/recipes-core/base-files/base-files/profile | 29 + 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/meta/recipes-core/base-files/base-files/profile

[OE-core] [PATCH 3/3] base-files: profile: Simplify setting variables conditionally

2017-04-03 Thread Peter Kjellerstedt
It is preferred to use `[ "$FOO" ] || ...` instead of `[ -z "$FOO" ] && ...` as the latter leaves $? set to 1. Signed-off-by: Peter Kjellerstedt --- meta/recipes-core/base-files/base-files/profile | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-)

[OE-core] [PATCH 2/3] base-files: profile: Do not assume that the tty command exists

2017-04-03 Thread Peter Kjellerstedt
This avoids the following error when logging in to a host that does not have the tty command: -sh: tty: not found Reported-by: Cristian Ionescu-Idbohrn Signed-off-by: Peter Kjellerstedt ---

Re: [OE-core] State of bitbake world, Failed tasks 2017-04-01

2017-04-03 Thread Martin Jansa
On Mon, Apr 03, 2017 at 02:17:49PM +0200, Martin Jansa wrote: > qemux86 shows more failures, I've dropped few master-next changes > after this build. I've noticed that the report doesn't cover all currently triggered QA issues at least these 2 were missing in the report: count: 27 issue:

[OE-core] State of bitbake world, Failed tasks 2017-04-01

2017-04-03 Thread Martin Jansa
qemux86 shows more failures, I've dropped few master-next changes after this build. == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures

[OE-core] [PATCH V2] libjpeg-turbo: don't depend on NASM for non-x86 targets

2017-04-03 Thread Ross Burton
NASM is a x86-specific assembler so it is only required when building for x86 targets. Use x86-architecture and class-target overrides to depend on NASM, but explicitly disable and don't depend on it for native as complications in the native overrides meant NASM was enabled for x86-64 but

[OE-core] [PATCH] libjpeg-turbo: don't depend on NASM for non-x86 targets

2017-04-03 Thread Ross Burton
NASM is a x86-specific assembler so it is only required when building for x86 targets. Use x86-architecture and class-target overrides to depend on NASM, but explicitly disable and don't depend on it for native/nativesdk as complications in the native overrides meant NASM was enabled for x86-64

Re: [OE-core] [PATCH 4/8] logrotate: replace fedorahosted.org SRC_URI with yoctoproject.org source

2017-04-03 Thread Jussi Kukkonen
On 3 April 2017 at 14:00, Choong, Yin Thong wrote: > > Hi, > Once I change to github.com below error pop out. Seem like it miss align with the patch compare with github.com logrotate source. Both package seem got miss align on the version. When I compare yoctoproject

Re: [OE-core] [PATCH 4/8] logrotate: replace fedorahosted.org SRC_URI with yoctoproject.org source

2017-04-03 Thread Burton, Ross
On 3 April 2017 at 12:00, Choong, Yin Thong wrote: > https://downloads.yoctoproject.org/mirror/sources/logrotate-3.9.1.tar.gz > > https://github.com/logrotate/logrotate/archive/r3-9-1.tar.gz > > Annoyingly the /archive/ links on github are generated on demand by 'git

Re: [OE-core] [PATCH 4/8] logrotate: replace fedorahosted.org SRC_URI with yoctoproject.org source

2017-04-03 Thread Choong, Yin Thong
Hi, Once I change to github.com below error pop out. Seem like it miss align with the patch compare with github.com logrotate source. Both package seem got miss align on the version. When I compare yoctoproject logrotate.c and github logrotate.c it has big different (as attached), there even

Re: [OE-core] [PATCH] ethtool: Switch to download mirror

2017-04-03 Thread Paul Barker
On Mon, 3 Apr 2017 09:57:15 +0100 "Burton, Ross" wrote: > On 2 April 2017 at 22:31, Paul Barker wrote: > > > The md5sum & sha256sum for ethtool-4.8.tar.gz have changed upstream :( > > > > Have you verified with upstream that they haven't been

Re: [OE-core] [PATCH 7/8] chkconfig: replace fedorahosted.org SRC_URI with github.com source

2017-04-03 Thread Choong, Yin Thong
Ops. I will fix this as PATCH V2 as what comment from Jussi (on logrotate). I will resubmit the entire changes with PATCH V2 again. Thanks and Regards Choong YinThong From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, April 3, 2017 5:13 PM To: Choong, Yin Thong

Re: [OE-core] [PATCH 4/8] logrotate: replace fedorahosted.org SRC_URI with yoctoproject.org source

2017-04-03 Thread Burton, Ross
On 3 April 2017 at 09:30, Jussi Kukkonen wrote: > This is true, there's not that much in the repo itself to create trust. > The major show of trust is here though: http://pkgs.fedoraproject.org/ > cgit/rpms/logrotate.git/commit/?id=9cb55142e51b82085d6c3136448c1f >

Re: [OE-core] [PATCH 7/8] chkconfig: replace fedorahosted.org SRC_URI with github.com source

2017-04-03 Thread Burton, Ross
On 3 April 2017 at 03:51, wrote: > > fedorahosted.org was retired on March 1st, 2017. This is to update > the SRC_URI to point to github.com. > Here you say github.com. > -HOMEPAGE = "http://fedorahosted.org/releases/c/h/chkconfig; > +HOMEPAGE =

Re: [OE-core] [PATCH 7/8] chkconfig: replace fedorahosted.org SRC_URI with github.com source

2017-04-03 Thread Alexander Kanavin
On 04/03/2017 05:51 AM, yin.thong.cho...@intel.com wrote: -SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${BPN}-${PV}.tar.bz2 \ +SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BPN}-${PV}.tar.bz2 \ Where does Fedora take this package from nowadays? Self-hosting

Re: [OE-core] [PATCH 4/8] logrotate: replace fedorahosted.org SRC_URI with yoctoproject.org source

2017-04-03 Thread Alexander Kanavin
On 04/03/2017 11:30 AM, Jussi Kukkonen wrote: This is true, there's not that much in the repo itself to create trust. The major show of trust is here though: http://pkgs.fedoraproject.org/cgit/rpms/logrotate.git/commit/?id=9cb55142e51b82085d6c3136448c1f441454e351 Fedora/Red Hat themselves

Re: [OE-core] [PATCH] ethtool: Switch to download mirror

2017-04-03 Thread Burton, Ross
On 2 April 2017 at 22:31, Paul Barker wrote: > The md5sum & sha256sum for ethtool-4.8.tar.gz have changed upstream :( > Have you verified with upstream that they haven't been compromised? Ross -- ___ Openembedded-core mailing

Re: [OE-core] [PATCH 4/8] logrotate: replace fedorahosted.org SRC_URI with yoctoproject.org source

2017-04-03 Thread Jussi Kukkonen
On 3 April 2017 at 10:53, Choong, Yin Thong wrote: > Hi, > > The link seem like create by an individual, no a company or group. > Therefore, we decide to drop this link and go for yoctoproject.org/mirror. > This is true, there's not that much in the repo itself to

Re: [OE-core] [PATCH 4/8] logrotate: replace fedorahosted.org SRC_URI with yoctoproject.org source

2017-04-03 Thread Choong, Yin Thong
Hi, The link seem like create by an individual, no a company or group. Therefore, we decide to drop this link and go for yoctoproject.org/mirror. Thanks and Regards Choong YinThong From: Jussi Kukkonen [mailto:jussi.kukko...@intel.com] Sent: Monday, April 3, 2017 3:46 PM To: Choong, Yin Thong

[OE-core] [PATCH morty v3] wic: partition: Run fsck on EXT file systems

2017-04-03 Thread Daniel Schultz
Mkfs may create EXT file systems which can only be optimized by fsck and not by itself, e.g. directory optimization (in Pass 3A). To prevent those optimizations during runtime, it will be performed after the creation of an EXT file system. Signed-off-by: Daniel Schultz ---

Re: [OE-core] [PATCH 4/8] logrotate: replace fedorahosted.org SRC_URI with yoctoproject.org source

2017-04-03 Thread Jussi Kukkonen
On 3 April 2017 at 05:51, wrote: > > From: Choong YinThong > > fedorahosted.org was retired on March 1st, 2017. This is to > update the SRC_URI to point to yoctoproject.org/mirror. Hi, Is there a reason not to use

Re: [OE-core] [PATCH morty v2] wic: partition: Run fsck on EXT file systems

2017-04-03 Thread Daniel Schultz
Hi, Am 31.03.2017 um 19:14 schrieb Khem Raj: On 3/31/17 5:51 AM, Daniel Schultz wrote: Mkfs may create EXT file systems which can only be optimized by fsck and not by itself, e.g. directory optimization (in Pass 3A). To prevent those optimizations during runtime, it will be performed after

[OE-core] [PATCH v2] busybox: make SYSLOGD optionnal

2017-04-03 Thread Romain Perier
Some distros might choose another syslogd provider like rsyslogd. update-alternative will update the link from syslogd to the right provider. However the syslogd feature is still present and enabled in busybox. This commit adds a new configuration fragment to make syslogd optionnal in busybox.