[OE-core] [PATCH] Avoid use of an hard-coded value

2019-10-01 Thread Alessio Igor Bogani
Signed-off-by: Alessio Igor Bogani --- meta/classes/rootfs-postcommands.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/rootfs-postcommands.bbclass index 88f75d0f44..2f171836fa 100644 --- a/meta/classes/rootfs-po

[OE-core] [PATCH] icecc: Don't use icecc when INHIBIT_DEFAULT_DEPS is set

2019-10-01 Thread Douglas Royds via Openembedded-core
We don't have a compiler, so no icecc. Silences a spew of warnings of the form: do_configure: Cannot use icecc: could not get ICECC_CC or ICECC_CXX Signed-off-by: Douglas Royds --- meta/classes/icecc.bbclass | 4 1 file changed, 4 insertions(+) diff --git a/meta/classes/icecc.bbclass

Re: [OE-core] ✗ patchtest: failure for rpm: make rpm work in toolchain. (rev4)

2019-10-01 Thread Zheng, Ruoqin
ping -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original Message- > From: openembedded-core-boun...@list

Re: [OE-core] [warrior][PATCH] python: update to 3.7.3

2019-10-01 Thread akuster808
On 10/1/19 12:58 PM, Adrian Bunk wrote: > From: Alexander Kanavin > > License-update: copyright years is this a bugfix only? its not mentioned. - armin > > Signed-off-by: Alexander Kanavin > Signed-off-by: Richard Purdie > [ Backported patches removed. ] > Signed-off-by: Adrian Bunk > --- >

[OE-core] [oe-core][PATCH 1/1][V2] bash-completion: add image feature

2019-10-01 Thread Joe Slater
Create bash-completion-pkgs image feature to load *-bash-completion packages into an image. The packages are created by the bash-completion bbclass but are currently never loaded. Signed-off-by: Joe Slater --- meta/classes/core-image.bbclass| 1 + meta/classes/populate_sdk_base.bbclass

Re: [OE-core] Yocto Project Status WW40’19

2019-10-01 Thread richard . purdie
On Tue, 2019-10-01 at 21:16 +0200, Alexander Kanavin wrote: > On Tue, 1 Oct 2019 at 16:54, Stephen K Jolley < > sjolley.yp...@gmail.com> wrote: > > A significant performance problem has been found on the autobuilder > > where some builds are scaling in time badly as the sstate cache > > grows, taki

Re: [OE-core] ✗ patchtest: failure for python3: upgrade 3.7.3 -> 3.7.4

2019-10-01 Thread Adrian Bunk
On Tue, Oct 01, 2019 at 08:02:12PM -, Patchwork wrote: >... > * Issue Series does not apply on top of target branch > [test_series_merge_on_head] > Suggested fixRebase your series on top of targeted branch > Targeted branch warrior (currently at acc0f4a6a9) > > > > If

[OE-core] ✗ patchtest: failure for python3: upgrade 3.7.3 -> 3.7.4

2019-10-01 Thread Patchwork
== Series Details == Series: python3: upgrade 3.7.3 -> 3.7.4 Revision: 1 URL : https://patchwork.openembedded.org/series/20259/ 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

[OE-core] [warrior][PATCH] python: update to 3.7.3

2019-10-01 Thread Adrian Bunk
From: Alexander Kanavin License-update: copyright years Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie [ Backported patches removed. ] Signed-off-by: Adrian Bunk --- ...fig-append-STAGING_LIBDIR-python-sys.patch | 2 +- ...tutils-prefix-is-inside-staging-area.patch | 2 +-

[OE-core] [warrior][PATCH] python3: upgrade 3.7.3 -> 3.7.4

2019-10-01 Thread Adrian Bunk
From: Anuj Mittal Also fixes CVE-2019-9740, CVE-2019-9948. For details, see: https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-4-final Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie [ Backported patch removed. ] Signed-off-by: Adrian Bunk --- .../python/python3/CVE-20

Re: [OE-core] Yocto Project Status WW40’19

2019-10-01 Thread Alexander Kanavin
On Tue, 1 Oct 2019 at 16:54, Stephen K Jolley wrote: > A significant performance problem has been found on the autobuilder where > some builds are scaling in time badly as the sstate cache grows, taking 12 > hours or more in some cases. Unfortunately nobody seems motivated to help > work on this

[OE-core] ✗ patchtest: failure for sqlite3: CVE-2019-8457.patch fix Backport from 3.28.0 Sign off: Shubham Agrawal

2019-10-01 Thread Patchwork
== Series Details == Series: sqlite3: CVE-2019-8457.patch fix Backport from 3.28.0 Sign off: Shubham Agrawal Revision: 1 URL : https://patchwork.openembedded.org/series/20258/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated

[OE-core] [thud][PATCH] sqlite3: CVE-2019-8457.patch fix Backport from 3.28.0 Sign off: Shubham Agrawal

2019-10-01 Thread shuagr97
From: Shubham Agrawal --- .../sqlite/files/CVE-2019-8457.patch | 124 + meta/recipes-support/sqlite/sqlite3_3.23.1.bb | 1 + 2 files changed, 125 insertions(+) create mode 100644 meta/recipes-support/sqlite/files/CVE-2019-8457.patch diff --git a/meta/re

[OE-core] [PATCH] packagegroup: fix a comment regarding PACKAGE_ARCH

2019-10-01 Thread André Draszik
From: André Draszik packagegroups whose dependencies are affected by MACHINE_FEATURES need to be marked as MACHINE_ARCH *before* inheriting the packagegroup class, not after. This has changed in commit 9c826962ec8f ("packagegroup: Make allarch inherit conditional"), commit 4f3f34deafe4 in poky b

Re: [OE-core] ✗ patchtest: failure for ruby recipe updates (rev2)

2019-10-01 Thread André Draszik
Hi, not sure why this failed. These patches are against current master which is at revision a73cbe649af5 ("bitbake: siggen: Remove full path from unitaskhashes keys") Cheers, Andre' On Tue, 2019-10-01 at 15:02 +, Patchwork wrote: > == Series Details == > > Series: ruby recipe updates (rev2)

Re: [OE-core] OpenEmbedded Developer Meeting on Day 2 of Yocto Project Summit after ELCE

2019-10-01 Thread Jon Mason
T-shirts for OEDEM are happening. If you plan on attending, please add yourself to the list. If you already are on the list, please verify the size is correct. Please use this size chart if there are any questions or doubts: https://www.customink.com/items/sizing/04600_lineup/standard.htm I wil

[OE-core] ✗ patchtest: failure for ruby recipe updates (rev2)

2019-10-01 Thread Patchwork
== Series Details == Series: ruby recipe updates (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/20256/ 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 prop

[OE-core] Yocto Project Status WW40’19

2019-10-01 Thread Stephen K Jolley
Current Dev Position: YP 2.8 M4 Feature Freeze Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: - SWAT lead is currently: Armin - SWAT team rotation: Armin -> Chen on Oct. 4, 2019 - SWAT team rotation: Chen -> Anuj on Oct. 11, 2019 - https://wiki.yocto

[OE-core] [PATCH] ruby: some ptest fixes

2019-10-01 Thread André Draszik
From: André Draszik * the (new?) ruby expects some additional compiled libraries to run, so we need to copy them as part of ptest. Fixes errors like: # ruby ./runner.rb ./-ext-/vm/test_at_exit.rb Run options: # Running tests: [1/1] TestVM#test_at_exit = 0.06 s 1) Failure: Test

Re: [OE-core] [PATCH v3 0/4] ruby recipe updates

2019-10-01 Thread Ross Burton
On 01/10/2019 10:54, André Draszik wrote: This series updates the ruby recipe to: * remove duplicated patches * make it work better on musl * fix non-IPv6 support * update to v2.6.4 I spy a new ruby recipe maintainer. ;) Thanks André! Ross -- ___ O

[OE-core] [PATCH v3 4/4] ruby: update to v2.6.4

2019-10-01 Thread André Draszik
From: André Draszik Most patches had to be refreshed Note that we can now drop EXTRA_AUTORECONF += "--exclude=aclocal" from the recipe, as ruby upstream now fully supports runnning aclocal: https://github.com/ruby/ruby/pull/1793/commits/df9bf70cd2275a3ddc3108f392214fcc4a9b0859 https

[OE-core] [PATCH v3 1/4] ruby: drop long-merged CVE patches

2019-10-01 Thread André Draszik
From: André Draszik The CVE patches here address the original problem in a different way to how upstream solved it, and are superfluous. Ruby updated to Onigmo v6.1.3+669ac999761 before its v2.5.0 release, and both CVEs were fixed before Onigmo v6.1.3: https://github.com/k-takata/Onigmo/rele

[OE-core] [PATCH v3 3/4] ruby: fix non-IPv6 support

2019-10-01 Thread André Draszik
From: André Draszik When IPv6 support is disabled, this recipe mis-configures ruby so that it end up non-working: --enable-wide-getaddrinfo instructs ruby to re-implement the standard getaddinfo(), but IPv6 support is still automatically detected via ext/socket/extconf.rb independently of that fl

[OE-core] [PATCH v3 0/4] ruby recipe updates

2019-10-01 Thread André Draszik
This series updates the ruby recipe to: * remove duplicated patches * make it work better on musl * fix non-IPv6 support * update to v2.6.4 They were all kept as individual patches, in particular the version update, so as to make backporting the three first recipe fixes easier onto OE maintenance

[OE-core] [PATCH v3 2/4] ruby: configure mis-detects isnan/isinf on musl

2019-10-01 Thread André Draszik
From: André Draszik The configure script does not detect isnan/isinf as macros as is the case in musl: checking for isinf... no checking for isnan... no Backport an upstream patch from 2.7.0-preview1 to address this: checking whether isinf is declared... yes checking whether isna