Re: [OE-core] [PATCH 9/9] base-files: default hostname to localhost

2018-11-23 Thread Richard Purdie
On Fri, 2018-11-23 at 10:16 +0800, Chen Qi wrote: > Previously we default hostname to be ${MACHINE}, but there's no entry > in /etc/hosts, and `hostname -f' command fails. So change it to > 'localhost'. > > Signed-off-by: Chen Qi > --- > meta/recipes-core/base-files/base-files_3.0.14.bb | 4 ++--

Re: [OE-core] [PATCH 03/16] openssl: update to 1.1.1a

2018-11-23 Thread Richard Purdie
On Thu, 2018-11-22 at 16:41 +0100, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > .../openssl/0002-fix-CVE-2018-0734.patch | 108 > -- > .../openssl/0003-fix-CVE-2018-0735.patch | 50 > .../{openssl_1.1.1.bb => openssl_1.1.1a.bb} | 6 +

Re: [OE-core] [PATCH 11/16] psmisc: update to 23.2

2018-11-23 Thread Richard Purdie
On Thu, 2018-11-22 at 16:41 +0100, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > ...001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch | 14 +--- > -- > .../psmisc/{psmisc_23.1.bb => psmisc_23.2.bb} | 2 +- > 2 files changed, 6 insertions(+), 10 deletions(-) > re

Re: [OE-core] [PATCH 6/8] busybox: remove three hostname test cases

2018-11-23 Thread Burton, Ross
On Thu, 22 Nov 2018 at 02:12, ChenQi wrote: > >> 2) hostname may set to some value, e.g. qemux86-64, which is not an entry > >> in /etc/hosts > >> This results in lookup failure when using `hostname -f' as there's no > >> entry in /etc/hosts. > > Let's fix the hostname setup so hosts is corr

Re: [OE-core] Autobuilder changes

2018-11-23 Thread Richard Purdie
On Fri, 2018-11-23 at 17:02 +, Richard Purdie wrote: > I've take this quiet period as an opportunity to make some > significant autobuilder changes: I knew I was missing something: Successful builds are now deleted when they complete using the background deletion (clobberdir). This should red

[OE-core] Autobuilder changes

2018-11-23 Thread Richard Purdie
I've take this quiet period as an opportunity to make some significant autobuilder changes: The targets have all been renamed and split up. "nightly-arm" became "qemuarm" and "beaglebone". The "nightly-" prefixes were dropped. The nightly target was dropped and replaced by "a-quick" and "a-full"

[OE-core] ✗ patchtest: failure for meson: Disable rpath stripping at install time

2018-11-23 Thread Patchwork
== Series Details == Series: meson: Disable rpath stripping at install time Revision: 1 URL : https://patchwork.openembedded.org/series/15074/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH 16/16] dnf: update to 4.0.9

2018-11-23 Thread Richard Purdie
On Thu, 2018-11-22 at 23:38 +, Richard Purdie wrote: > On Thu, 2018-11-22 at 16:41 +0100, Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > > --- > > meta/recipes-devtools/dnf/{dnf_4.0.4.bb => dnf_4.0.9.bb} | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > rename me

[OE-core] [PATCH] meson: Disable rpath stripping at install time

2018-11-23 Thread Richard Purdie
As discussed in https://github.com/mesonbuild/meson/issues/2567 there needs to be a way to allow our rpath options passed to the linker to be preserved, else we run into weird build failures. (e.g. libmodulemd-native used by libdnf can't find libyaml) Disable this for now until upstream come up w

[OE-core] ✗ patchtest: failure for java-library: make easy to override jar package name (rev2)

2018-11-23 Thread Patchwork
== Series Details == Series: java-library: make easy to override jar package name (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/15066/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tes

[OE-core] ✗ patchtest: failure for java-library: make easy to override jar package name

2018-11-23 Thread Patchwork
== Series Details == Series: java-library: make easy to override jar package name Revision: 1 URL : https://patchwork.openembedded.org/series/15066/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

[OE-core] [meta-java][PATCH] java-library: make easy to override jar package name

2018-11-23 Thread Nicola Lunghi
define JARFILENAME and ALTJARFILENAMES with ?= to make simple to override them Signed-off-by: Nicola Lunghi --- classes/java-library.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass index ce1cd28..c69cf6b

[OE-core] [meta-java][PATCH] java-library: make easy to override jar package name

2018-11-23 Thread Nicola Lunghi
define JARFILENAME and ALTJARFILENAMES with ?= to make simple to override them Signed-off-by: Nicola Lunghi --- classes/java-library.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass index ce1cd28..c69cf6b

[OE-core] ✗ patchtest: failure for u-boot: Upgrade 2018.07 -> 2018.11 (rev2)

2018-11-23 Thread Patchwork
== Series Details == Series: u-boot: Upgrade 2018.07 -> 2018.11 (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/15018/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been execu

[OE-core] [PATCH v2] u-boot: Upgrade 2018.07 -> 2018.11

2018-11-23 Thread Otavio Salvador
This upgrades U-Boot to 2018.11 release and drop the backported security fixes which are now included upstream. Signed-off-by: Otavio Salvador --- Changes in v2: - rebase on top of mkimage rework patch .../u-boot/files/CVE-2018-1000205-1.patch | 59 .../u-boot/files/CVE-2018-1000

[OE-core] [PATCH] python: let more modules build in native

2018-11-23 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python-async.inc | 2 +- meta/recipes-devtools/python/python-git.inc | 2 +- meta/recipes-devtools/python/python-gitdb.inc | 2 +- meta/recipes-devtools/python/python-smmap.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)

Re: [OE-core] [PATCH] u-boot: Upgrade 2018.07 -> 2018.11

2018-11-23 Thread Burton, Ross
Can you rebase this on top of the mkimage changes? Ross On Wed, 21 Nov 2018 at 13:42, Otavio Salvador wrote: > > This upgrades U-Boot to 2018.11 release and drop the backported > security fixes which are now included upstream. > > Signed-off-by: Otavio Salvador > --- > > .../u-boot/files/CVE-20

Re: [OE-core] [PATCH 3/3] iptables: 1.6.2 -> 1.8.2

2018-11-23 Thread Burton, Ross
On Thu, 22 Nov 2018 at 01:49, Changhyeok Bae wrote: > .../iptables/{iptables_1.6.2.bb => iptables_1.8.2.bb} | 4 ++-- Fails with security flags enabled: | ../../iptables-1.8.2/extensions/libipt_icmp.c: In function 'type_xlate_print': | ../../iptables-1.8.2/extensions/libipt_icmp.c:239:5:

Re: [OE-core] [PATCH v2] python3: add tk support

2018-11-23 Thread Richard Purdie
On Fri, 2018-11-23 at 11:03 +, richard.pur...@linuxfoundation.org wrote: > On Fri, 2018-11-23 at 09:29 +0800, Yu, Mingli wrote: > > Ping. > > > > Thanks, > > Why are you sending ping requests for both v2 and v3 of the same > patch? Sorry, I understand now, there is a patch for python2 and a

Re: [OE-core] [question] rpm: nss problem on arm32be

2018-11-23 Thread Alexander Kanavin
On Fri, 23 Nov 2018 at 08:55, Zheng, Ruoqin wrote: > When I use rpm on arm32be, I found a Header SHA1 digest problem as follows: > > # rpm -qpi test-manual-1.2.3-20181012.noarch.rpm > error: test-manual-1.2.3-20181012.noarch.rpm: Header SHA1 digest: BAD > (Expected > f1deb7dc4a10742d88ccd1e967db

Re: [OE-core] oe-selftest : Unset SANITY_TESTED_DISTROS bugzilla: 11933

2018-11-23 Thread Ola x Nilsson
On Fri, Nov 23 2018, Bheemanadhuni, SrikanthX X wrote: > Hi, > > > > unset the SANITY_TESTED_DISTROS in the function _add_layer_libs() file > b/meta/lib/oeqa/selftest/context.py > > > > And added function remove_variables() which is called in > > final: > > self.remove_variables() >

[OE-core] ✗ patchtest: failure for uboot-sign.bbclass: Remove tab indentations in python code

2018-11-23 Thread Patchwork
== Series Details == Series: uboot-sign.bbclass: Remove tab indentations in python code Revision: 1 URL : https://patchwork.openembedded.org/series/15061/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several test

Re: [OE-core] [PATCH v2] python3: add tk support

2018-11-23 Thread richard . purdie
On Fri, 2018-11-23 at 09:29 +0800, Yu, Mingli wrote: > Ping. > > Thanks, Why are you sending ping requests for both v2 and v3 of the same patch? Cheers, Richard -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://li

[OE-core] [PATCH 0/1] uboot-sign.bbclass: Remove tab indentations in python code

2018-11-23 Thread Robert Yang
Note, I send this patch separately is because it depends on another patch of mine which was sent on Wed.: uboot-sign.bbclass: fix signature and deployment // Robert The following changes since commit d29e9922e750bc1637f4fe454f4cc6dcfb74f09a: uboot-sign.bbclass: fix signature and deployment (20

[OE-core] [PATCH 1/1] uboot-sign.bbclass: Remove tab indentations in python code

2018-11-23 Thread Robert Yang
Use 4 spaces to replace a tab. Signed-off-by: Robert Yang --- meta/classes/uboot-sign.bbclass | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/uboot-sign.bbclass index 0e5e1b1..03100b8 100644 --- a/meta/classes/ub

[OE-core] [PATCH 0/2] classes/recipes: Remove tab indentations in python code

2018-11-23 Thread Robert Yang
The following changes since commit c80972be1f3592d797da9eb0845b739420c6da4a: maintainers: Add entry for new recipe libdazzle (2018-11-22 10:00:12 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/py http://cgit.openembedded.org/openembe

[OE-core] [PATCH 2/2] recipes: Remove tab indentations in python code

2018-11-23 Thread Robert Yang
Use 4 spaces to replace a tab. Signed-off-by: Robert Yang --- meta/recipes-core/busybox/busybox.inc | 42 +++--- meta/recipes-core/coreutils/coreutils_8.30.bb | 8 ++--- .../images/build-appliance-image_15.0.0.bb | 6 ++-- meta/recipes-devtools/python/

[OE-core] [PATCH 1/2] classes: Remove tab indentations in python code

2018-11-23 Thread Robert Yang
Use 4 spaces to replace a tab. Signed-off-by: Robert Yang --- meta/classes/crosssdk.bbclass | 4 ++-- meta/classes/license.bbclass | 2 +- meta/classes/linux-kernel-base.bbclass | 4 ++-- meta/classes/siteconfig.bbclass| 18 +- 4 files changed, 14 in

Re: [OE-core] [PATCH v2] base.bbclass: avoid 'find -ignore_readdir_race -delete'

2018-11-23 Thread Matthias Schiffer
On Tue, 2018-11-06 at 09:56 +0100, matthias.schif...@ew.tq-group.com wrote: > From: Matthias Schiffer > > Due to a bug in find [1], -ignore_readdir_race does not work > correctly with > -delete. This can lead to spurious build failures when files > disappear > while such a command is running; spe

[OE-core] [PATCH 1/1] bugzilla.bbclass: Remove it since obsoleted

2018-11-23 Thread Robert Yang
It is a still python2 bbclass, so it has been broken since bitbake changed to python3 which was 2 years ago. No one reported/fixed it for python3 in recent 2 years. So we can assume that no one uses it anymore. Signed-off-by: Robert Yang --- meta/classes/bugzilla.bbclass | 187 --

[OE-core] [PATCH 0/1] bugzilla.bbclass: Remove it since obsoleted

2018-11-23 Thread Robert Yang
The following changes since commit c80972be1f3592d797da9eb0845b739420c6da4a: maintainers: Add entry for new recipe libdazzle (2018-11-22 10:00:12 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/rm http://cgit.openembedded.org/openembe

[OE-core] [PATCH] libdrm: Upgrade 2.4.94 -> 2.4.96

2018-11-23 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../drm/{libdrm_2.4.94.bb => libdrm_2.4.96.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.94.bb => libdrm_2.4.96.bb} (95%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.94.bb b/me

Re: [OE-core] ✗ patchtest: failure for Upgrade elfutils/gnupg/libgcrypt/ncurses

2018-11-23 Thread Hongxu Jia
On 2018/11/23 下午4:03, Patchwork wrote: == Series Details == Series: Upgrade elfutils/gnupg/libgcrypt/ncurses Revision: 1 URL : https://patchwork.openembedded.org/series/15056/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated

[OE-core] ✗ patchtest: failure for Upgrade elfutils/gnupg/libgcrypt/ncurses

2018-11-23 Thread Patchwork
== Series Details == Series: Upgrade elfutils/gnupg/libgcrypt/ncurses Revision: 1 URL : https://patchwork.openembedded.org/series/15056/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been execut