[OE-core] [PATCH] boost-context: Reproducibility: Set .file section for all *_elf_gas.S files

2018-11-21 Thread Douglas Royds
Add a .file directive explicitly for all *_elf_gas.S files to prevent the linker adding a host build-system path as a FILE symbol to the object file. This replaces the existing patch that added the .file directive to a small subset of these files. Upstream-status: Submitted

[OE-core] ✗ patchtest: failure for boost-context: Reproducibility: Set .file section for all *_elf_gas.S files

2018-11-21 Thread Patchwork
== Series Details == Series: boost-context: Reproducibility: Set .file section for all *_elf_gas.S files Revision: 1 URL : https://patchwork.openembedded.org/series/15028/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated

Re: [OE-core] [oe-commits] [openembedded-core] 10/35: tzcode: update to 2018f

2018-11-21 Thread akuster808
On 11/20/18 12:56 PM, Martin Jansa wrote: > On Fri, Nov 16, 2018 at 04:33:46PM +, g...@git.openembedded.org wrote: >> This is an automated email from the git hooks/post-receive script. >> >> rpurdie pushed a commit to branch sumo >> in repository openembedded-core. >> >> commit

Re: [OE-core] [oe-commits] [openembedded-core] 10/35: tzcode: update to 2018f

2018-11-21 Thread akuster808
On 11/20/18 12:56 PM, Martin Jansa wrote: > On Fri, Nov 16, 2018 at 04:33:46PM +, g...@git.openembedded.org wrote: >> This is an automated email from the git hooks/post-receive script. >> >> rpurdie pushed a commit to branch sumo >> in repository openembedded-core. >> >> commit

[OE-core] [PATCH v5] u-boot: Add mkenvimage tool

2018-11-21 Thread Alexey Brodkin
This utility is used for creation of images containing usable in run-time U-Boot environment. As of today this utility is added per-board like here [1] for Intel Edison board. [1]

Re: [OE-core] [PATCH v5] u-boot: Add mkenvimage tool

2018-11-21 Thread Martin Jansa
You'll need to add: ALLOW_EMPTY_${PN} = "1" FILES_${PN} = "" FILES_${PN}-mkimage = "${bindir}/mkimage" FILES_${PN}-mkenvimage = "${bindir}/mkenvimage" RDEPENDS_${PN}-mkimage += "dtc" RDEPENDS_${PN} += "${PN}-mkimage ${PN}-mkenvimage" And remove the current RDEPENDS_${PN} += "dtc". To package

Re: [OE-core] [PATCH] musl: Update to latest trunk

2018-11-21 Thread Khem Raj
my tests were on real h/w (rpi) and there I did not see this issue obviously. I will try to reproduce this on qemu, I wonder if this is specific to x86 On Wed, Nov 21, 2018 at 2:35 AM Richard Purdie wrote: > > On Wed, 2018-11-21 at 09:32 +, Richard Purdie wrote: > > On Mon, 2018-11-19 at

[OE-core] [PATCH v2] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe for here-doc

2018-11-21 Thread zhe.he
From: He Zhe This is a workaround for the following possible build failure. *** Compiler lacks asm-goto support.. Stop. When building linux-libc-headers we need to use binutils on build machine. binutils v2.31 introduces a bug that could cause scripts/gcc-goto.sh to fail when running in an

[OE-core] ✗ patchtest: failure for linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe for here-doc

2018-11-21 Thread Patchwork
== Series Details == Series: linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe for here-doc Revision: 1 URL : https://patchwork.openembedded.org/series/15016/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core.

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

2018-11-21 Thread Burton, Ross
On Wed, 21 Nov 2018 at 05:35, Chen Qi wrote: > These three test case are removed because of two reasons. > 1) net-tools' hostname have different behaviour regarding some options >So when net-tools is installed, test cases may fail. >e.g. >test x$(hostname -i) = x$(busybox hostname -i)

[OE-core] [PATCH] scripts: Use fixed temporary file instead of pipe for here-doc

2018-11-21 Thread zhe.he
From: He Zhe A workaround for possible "*** Compiler lacks asm-goto support.. Stop." linux-libc-headers is built by gcc on build machine, which could not contain the fix. Signed-off-by: He Zhe --- ...-fixed-temporary-file-instead-of-pipe-for.patch | 60 ++

Re: [OE-core] [PATCH] scripts: Use fixed temporary file instead of pipe for here-doc

2018-11-21 Thread He Zhe
On 2018/11/21 18:07, Richard Purdie wrote: > On Wed, 2018-11-21 at 17:39 +0800, zhe...@windriver.com wrote: >> From: He Zhe >> >> A workaround for possible "*** Compiler lacks asm-goto support.. >> Stop." >> linux-libc-headers is built by gcc on build machine, which could not >> contain the >>

Re: [OE-core] [PATCH] musl: Update to latest trunk

2018-11-21 Thread Richard Purdie
On Wed, 2018-11-21 at 09:32 +, Richard Purdie wrote: > On Mon, 2018-11-19 at 09:27 -0800, Khem Raj wrote: > > Complete changelogs are here > > > > https://git.musl-libc.org/cgit/musl/log/?qt=range=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > > >

Re: [OE-core] [PATCH] scripts: Use fixed temporary file instead of pipe for here-doc

2018-11-21 Thread Richard Purdie
On Wed, 2018-11-21 at 17:39 +0800, zhe...@windriver.com wrote: > From: He Zhe > > A workaround for possible "*** Compiler lacks asm-goto support.. > Stop." > linux-libc-headers is built by gcc on build machine, which could not > contain the > fix. > > Signed-off-by: He Zhe > --- >

Re: [OE-core] [PATCH] musl: Update to latest trunk

2018-11-21 Thread Richard Purdie
On Mon, 2018-11-19 at 09:27 -0800, Khem Raj wrote: > Complete changelogs are here > https://git.musl-libc.org/cgit/musl/log/?qt=range=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > Signed-off-by: Khem Raj > --- > meta/recipes-core/musl/musl_git.bb | 2 +-

Re: [OE-core] [PATCH] scripts: Use fixed temporary file instead of pipe for here-doc

2018-11-21 Thread richard . purdie
On Wed, 2018-11-21 at 18:21 +0800, He Zhe wrote: > > On 2018/11/21 18:07, Richard Purdie wrote: > > On Wed, 2018-11-21 at 17:39 +0800, zhe...@windriver.com wrote: > > > From: He Zhe > > > > > > A workaround for possible "*** Compiler lacks asm-goto support.. > > > Stop." > > >

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

2018-11-21 Thread Burton, Ross
On Wed, 21 Nov 2018 at 12:16, Burton, Ross wrote: > On Wed, 21 Nov 2018 at 05:35, Chen Qi wrote: > > These three test case are removed because of two reasons. > > 1) net-tools' hostname have different behaviour regarding some options > >So when net-tools is installed, test cases may fail. >

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

2018-11-21 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 --- .../u-boot/files/CVE-2018-1000205-1.patch | 59 .../u-boot/files/CVE-2018-1000205-2.patch | 143 --

[OE-core] [PATCH 1/7] libdnf: update to 0.22.0

2018-11-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libdnf/0001-Add-WITH_TESTS-option.patch | 49 +++ ...or-both-libsolv-and-libsolvext-libdn.patch | 15 +++--- ...oot-path-to-introspection-tools-path.patch | 36 -- ...ary-installation-directory-correctly.patch | 29

[OE-core] [PATCH 2/7] rpm: update to 4.14.2.1

2018-11-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/rpm/{rpm_4.14.2.bb => rpm_4.14.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/rpm/{rpm_4.14.2.bb => rpm_4.14.2.1.bb} (99%) diff --git a/meta/recipes-devtools/rpm/rpm_4.14.2.bb

Re: [OE-core] [PATCH v4] u-boot: Add mkenvimage tool

2018-11-21 Thread Marek Vasut
On 11/21/2018 04:45 PM, Otavio Salvador wrote: > On Tue, Nov 20, 2018 at 6:22 PM Marek Vasut wrote: >> On 11/20/2018 09:21 PM, Alexey Brodkin wrote: >>> This utility is used for creation of images containing >>> usable in run-time U-Boot environment. >>> >>> As of today this utility is added

Re: [OE-core] [PATCH v4] u-boot: Add mkenvimage tool

2018-11-21 Thread Otavio Salvador
On Tue, Nov 20, 2018 at 6:22 PM Marek Vasut wrote: > On 11/20/2018 09:21 PM, Alexey Brodkin wrote: > > This utility is used for creation of images containing > > usable in run-time U-Boot environment. > > > > As of today this utility is added per-board like here [1] > > for Intel Edison board. >

[OE-core] [PATCH v3] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe for here-doc

2018-11-21 Thread zhe.he
From: He Zhe This is a workaround for the following possible build failure. *** Compiler lacks asm-goto support.. Stop. When building linux-libc-headers we need to use binutils on build machine. binutils v2.31 introduces a bug that could cause scripts/gcc-goto.sh to fail when running in an

[OE-core] [PATCH 3/7] librepo: update to 1.9.2

2018-11-21 Thread Alexander Kanavin
expat dependency has been replaced by libxml Signed-off-by: Alexander Kanavin --- ...tain-PYTHON_INSTALL_DIR-by-running-p.patch | 21 ++- ...les-with-pkg-config-not-with-cmake-m.patch | 18 +++- .../{librepo_1.8.1.bb => librepo_1.9.2.bb}| 4 ++-- 3 files

[OE-core] [PATCH 5/7] dnf: update to 4.0.4

2018-11-21 Thread Alexander Kanavin
License-Update: spelling fixes Signed-off-by: Alexander Kanavin --- ...ode-etc-and-systemd-unit-directories.patch | 19 --- ...PYTHON_INSTALL_DIR-by-running-python.patch | 17 +++-- .../dnf/{dnf_2.7.5.bb => dnf_4.0.4.bb}| 6 +++--- 3 files changed, 18

[OE-core] [PATCH 6/7] libcomps: add a patch to fix the missing crc32 symbol error under musl

2018-11-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Add-crc32.c-to-sources-list.patch| 47 +++ .../recipes-devtools/libcomps/libcomps_git.bb | 1 + 2 files changed, 48 insertions(+) create mode 100644 meta/recipes-devtools/libcomps/libcomps/0001-Add-crc32.c-to-sources-list.patch

[OE-core] [PATCH 4/7] libsolv: update to 0.7.1

2018-11-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsolv/{libsolv_0.6.35.bb => libsolv_0.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libsolv/{libsolv_0.6.35.bb => libsolv_0.7.1.bb} (95%) diff --git

[OE-core] [PATCH 7/7] package_manager.py: fix the message used to catch failing postinsts from dnf

2018-11-21 Thread Alexander Kanavin
Latest dnf versions have tweaked it. Signed-off-by: Alexander Kanavin --- meta/lib/oe/package_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py index 02cf2b76218..392fe7e3724 100644 ---

[OE-core] ✗ patchtest: failure for linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe for here-doc (rev2)

2018-11-21 Thread Patchwork
== Series Details == Series: linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe for here-doc (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/15016/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded

[OE-core] [PATCH v4] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe

2018-11-21 Thread zhe.he
From: He Zhe This is a workaround for the following possible build failure. *** Compiler lacks asm-goto support.. Stop. When building linux-libc-headers we need to use binutils on build machine. binutils v2.31 introduces a bug that could cause scripts/gcc-goto.sh to fail when running in an

Re: [OE-core] [PATCH 1/1] uboot-sign.bbclass: fix signature and deployment

2018-11-21 Thread Otavio Salvador
Hello, On Wed, Nov 21, 2018 at 4:08 AM Robert Yang wrote: > > Fixed: > MACHINE = "beaglebone-yocto" > KERNEL_CLASSES += "kernel-fitimage" > KERNEL_IMAGETYPE_beaglebone-yocto = "fitImage" > UBOOT_MACHINE_beaglebone-yocto = "am335x_boneblack_vboot_config" > UBOOT_MKIMAGE_DTCOPTS = "-I dts -O dtb

[OE-core] [PATCH] mdadm: Upgrade to 4.1

2018-11-21 Thread mingli.yu
From: Mingli Yu * Remove 5 backported patches * Refresh patches to remove fuzz warnings Signed-off-by: Mingli Yu --- .../files/0001-Disable-gcc8-warnings.patch| 74 +- ...-corosync-and-dlm-header-files-check.patch | 21 +- ...for-implicit-fallthrough-warning-sup.patch

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

2018-11-21 Thread Changhyeok Bae
Signed-off-by: Changhyeok Bae --- .../iptables/{iptables_1.6.2.bb => iptables_1.8.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/iptables/{iptables_1.6.2.bb => iptables_1.8.2.bb} (94%) diff --git

[OE-core] [PATCH 2/3] ethtool: 4.17 -> 4.19

2018-11-21 Thread Changhyeok Bae
Signed-off-by: Changhyeok Bae --- .../ethtool/ethtool/avoid_parallel_tests.patch| 2 +- .../ethtool/{ethtool_4.17.bb => ethtool_4.19.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_4.17.bb =>

[OE-core] [PATCH 1/3] iproute2: 4.18.0 -> 4.19.0

2018-11-21 Thread Changhyeok Bae
Signed-off-by: Changhyeok Bae --- .../iproute2/{iproute2_4.18.0.bb => iproute2_4.19.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_4.18.0.bb => iproute2_4.19.0.bb} (72%) diff --git

Re: [OE-core] [PATCH 1/1] uboot-sign.bbclass: fix signature and deployment

2018-11-21 Thread Robert Yang
On 11/22/18 1:20 AM, Otavio Salvador wrote: Hello, On Wed, Nov 21, 2018 at 4:08 AM Robert Yang wrote: Fixed: MACHINE = "beaglebone-yocto" KERNEL_CLASSES += "kernel-fitimage" KERNEL_IMAGETYPE_beaglebone-yocto = "fitImage" UBOOT_MACHINE_beaglebone-yocto = "am335x_boneblack_vboot_config"

[OE-core] [PATCH] ptest: Reproducibility: Take control of umask

2018-11-21 Thread Douglas Royds
The build host umask was leaking into the thing-ptest packages at do_install_ptest() time. Signed-off-by: Douglas Royds --- meta/classes/ptest.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/ptest.bbclass b/meta/classes/ptest.bbclass index c19f65b9bb..9d8a79854a 100644

Re: [OE-core] [PATCH V3] dbus: fix ptest failure

2018-11-21 Thread Changqing Li
Ping On 11/5/18 11:28 AM, changqing...@windriver.com wrote: From: Changqing Li 1. since one bug in run-ptest, testcase test-bus have never been actually run (althrough it's result is PASS). After commit 0828850, test-bus can actually run but it did not install: test-service,

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

2018-11-21 Thread ChenQi
On 11/21/2018 08:16 PM, Burton, Ross wrote: On Wed, 21 Nov 2018 at 05:35, Chen Qi wrote: These three test case are removed because of two reasons. 1) net-tools' hostname have different behaviour regarding some options So when net-tools is installed, test cases may fail. e.g. test

[OE-core] [PATCH v2] boost-context: Reproducibility: Set .file section for all *_elf_gas.S files

2018-11-21 Thread Douglas Royds
Add a .file directive explicitly for all *_elf_gas.S files to prevent the linker adding a host build-system path as a FILE symbol to the object file. This replaces the existing patch that added the .file directive to a small subset of these files. Upstream-Status: Submitted

Re: [OE-core] ✗ patchtest: failure for boost-context: Reproducibility: Set .file section for all *_elf_gas.S files (rev2)

2018-11-21 Thread Douglas Royds
On 22/11/18 1:33 PM, Patchwork wrote: ... * Issue Upstream-Status is Submitted, but it is not mentioned where [test_upstream_status_presence_format] Suggested fixInclude where reproducibility-add-file-directive-to-assembler.patch was submitted Yes it is ... Current

[OE-core] ✗ patchtest: failure for boost-context: Reproducibility: Set .file section for all *_elf_gas.S files (rev2)

2018-11-21 Thread Patchwork
== Series Details == Series: boost-context: Reproducibility: Set .file section for all *_elf_gas.S files (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/15028/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an

Re: [OE-core] [PATCH] python-native: fix one do_populate_sysroot warning

2018-11-21 Thread Changqing Li
Ping On 11/8/18 9:49 AM, Changqing Li wrote: Ping On 10/25/18 4:59 PM, changqing...@windriver.com wrote: From: Changqing Li Fix below warning: WARNING: Skipping RPATH /usr/lib64 as is a standard search path for work/x86_64-linux/python-native/2.7.15-r1.1/recipe-sysroot-native/

Re: [OE-core] [PATCH] python/python3: use cc_basename to replace CC for checking compiler

2018-11-21 Thread Changqing Li
Ping On 11/8/18 9:49 AM, Changqing Li wrote: Ping On 10/23/18 1:22 PM, changqing...@windriver.com wrote: From: Changqing Li When working path contains "clang"/"gcc"/"icc", it might be part of $CC because of the "--sysroot" parameter. That could cause judgement error about clang/gcc/icc

Re: [OE-core] devshell problems after distro upgrade openSUSE Leap 42.3 -> 15.0 (tmux only)

2018-11-21 Thread Mike Crowe
On Tuesday 06 November 2018 at 19:06:45 +, Mike Crowe wrote: > On Monday 16 July 2018 at 08:19:11 +0200, Steffen Sledz wrote: > > On 04.07.2018 13:37, Steffen Sledz wrote: > > > On 03.07.2018 08:04, Steffen Sledz wrote: > > >> On 02.07.2018 20:25, Khem Raj wrote: > > >>> On Sun, Jul 1, 2018 at

[OE-core] [PATCH 3/4] libdazzle: add recipe

2018-11-21 Thread Alexander Kanavin
This is a new requirement of epiphany web browser. Signed-off-by: Alexander Kanavin --- .../recipes-gnome/libdazzle/libdazzle_3.30.2.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-gnome/libdazzle/libdazzle_3.30.2.bb diff --git

[OE-core] [PATCH 2/4] epiphany: update to 3.30.2

2018-11-21 Thread Alexander Kanavin
libdazzle is a new requirement Signed-off-by: Alexander Kanavin --- .../epiphany/{epiphany_3.28.3.1.bb => epiphany_3.30.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-gnome/epiphany/{epiphany_3.28.3.1.bb => epiphany_3.30.2.bb} (80%) diff --git

[OE-core] [PATCH 4/4] gtk+3: update to 3.24.1

2018-11-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-Add-disable-opengl-configure-option.patch | 103 +- .../{gtk+3_3.22.30.bb => gtk+3_3.24.1.bb} | 4 +- 2 files changed, 52 insertions(+), 55 deletions(-) rename meta/recipes-gnome/gtk+/{gtk+3_3.22.30.bb => gtk+3_3.24.1.bb} (83%)

[OE-core] [PATCH 1/4] webkitgtk: update to 2.22.3

2018-11-21 Thread Alexander Kanavin
Remove upstreamed patches. Add a tweak to 0001-When-building-introspection-files-add-CMAKE_C_FLAGS-.patch for Javascriptcore gir file (previously it was pre-compiled in tarballs). Rebase 0001-Fix-build-with-musl.patch Signed-off-by: Alexander Kanavin ---