[OE-core] [PATCH 0/1] populate_sdk_ext.bbclass: add ESDK_MANIFEST_EXCLUDES

2017-11-14 Thread Chen Qi
The following changes since commit 4ed19ac8c19afd56d445d84e02b622cb056b8359: poky: Switch to post release name/version (2017-11-14 17:26:58 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/esdk_manifest_excludes http://git.pokylinux.org/cgit.cgi/p

[OE-core] [PATCH 1/1] populate_sdk_ext.bbclass: add ESDK_MANIFEST_EXCLUDES

2017-11-14 Thread Chen Qi
Add ESDK_MANIFEST_EXCLUDES to enable excluding items from sdk-conf-manifest. By default, files under conf/ are all added to sdk-conf-manifest, as the manifest file is set to 'conf/*'. However, there are situations where some configuration files under conf/ directory are not intended to be added t

[OE-core] [PATCH V2 2/8] binutils: update to 2.29.1

2017-11-14 Thread Khem Raj
From: Armin Kuster update to 2.29.1 to fix the following missing CVEs: CVE-2017-15939, CVE-2017-15938, CVE-2017-15225, CVE-2017-15025, CVE-2017-15024, CVE-2017-15023, CVE-2017-15022, CVE-2017-15021, CVE-2017-15020, CVE-2017-14974, CVE-2017-14940, CVE-2017-14939, CVE-2017-14938, CVE-2017-14934, C

[OE-core] [PATCH V2 6/8] musl: Disable thumb1 ISA

2017-11-14 Thread Khem Raj
From: Andrea Adami thumb1 is unsupported see http://www.openwall.com/lists/musl/2017/10/20/10 Fix [YOCTO #12336] Signed-off-by: Andrea Adami Signed-off-by: Khem Raj --- Changes in V2: Add author attribution meta/recipes-core/musl/musl.inc | 5 + 1 file changed, 5 insertions(+) diff --g

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release

2017-11-14 Thread Tom Rini
On Tue, Nov 14, 2017 at 04:32:23PM -0200, Otavio Salvador wrote: > This upgrades the U-Boot from 2017.09 to 2017.11 release. > > Signed-off-by: Otavio Salvador Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature -- ___ Openembe

Re: [OE-core] [PATCH] musl: use arm instruction set for armv4 and armv5

2017-11-14 Thread Khem Raj
On Tue, Nov 14, 2017 at 1:44 PM, Andrea Adami wrote: > thumb1 is not supported with musl. > > Fixes: [YOCTO #12336] > > Signed-off-by: Andrea Adami > --- > meta/recipes-core/musl/musl.inc | 4 > 1 file changed, 4 insertions(+) > > diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-

Re: [OE-core] [PATCH] gcc-7.2: Fix libgfortran build

2017-11-14 Thread Khem Raj
On Mon, Nov 13, 2017 at 4:57 AM, Ricardo Ribalda Delgado wrote: > Without this patch libbacktrace cannot be included/link during > libgfortran build. > > libbtool: link: cannot find the library > `../libbacktrace/libbacktrace.la' > or unhandled argument `../libbacktrace/libbacktrace.la > This pat

[OE-core] ✗ patchtest: failure for Misc toolchain component updates

2017-11-14 Thread Patchwork
== Series Details == Series: Misc toolchain component updates Revision: 1 URL : https://patchwork.openembedded.org/series/9790/ 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] [PATCH V2 8/8] glibc: Upgrade to latest on 2.26 release

2017-11-14 Thread Khem Raj
For detailed view of changes see https://github.com/kraj/glibc/compare/glibc-2.26...77f921dac17c5fa99bd9e926d926c327982895f7 drop upstreamed 1 patch Signed-off-by: Khem Raj --- Changes in v2: Drop upstreamed patch ...ress-pedantic-warning-caused-by-statement.patch | 90 --

[OE-core] [PATCH 7/8] musl: Update to latest

2017-11-14 Thread Khem Raj
These commits are added https://git.musl-libc.org/cgit/musl/log/?qt=range&q=eb03bde2f24582874cb72b56c7811bf51da0c817..105eff9dec51bc4898a74af2854ab71f927a5c3b Key fix for malloc https://git.musl-libc.org/cgit/musl/commit/?id=a71b46cfd289aa0ff829fc9a436c59c398f8326d Signed-off-by: Khem Raj --- m

[OE-core] [PATCH 4/8] gdb: Upgrade to 8.0.1

2017-11-14 Thread Khem Raj
Minor bugfix release, details are here https://sourceware.org/ml/gdb-announce/2017/msg4.html Signed-off-by: Khem Raj --- meta/recipes-devtools/gdb/{gdb-8.0.inc => gdb-8.0.1.inc} | 4 ++-- .../gdb/{gdb-cross-canadian_8.0.bb => gdb-cross-canadian_8.0.1.bb}| 0 meta/recipes-dev

[OE-core] [PATCH 5/8] gcc6: enable FL_LPAE flag for armv7ve cores

2017-11-14 Thread Khem Raj
From: Andre McCurdy The following commit added the FL_LPAE flag to FL_FOR_ARCH7VE, but neglected to also add it to the armv7ve compatible cores defined in arm-cores.def. https://github.com/gcc-mirror/gcc/commit/af2d9b9e58e8be576c53d94f30c48c68146b0c98 The result is that gcc 6.4 now refuses t

[OE-core] [PATCH 2/8] binutils: update to 2.29.1

2017-11-14 Thread Khem Raj
From: Armin Kuster update to 2.29.1 to fix the following missing CVE's CVE-2017-15939, CVE-2017-15938, CVE-2017-15225, CVE-2017-15025, CVE-2017-15024, CVE-2017-15023, CVE-2017-15022, CVE-2017-15021, CVE-2017-15020, CVE-2017-14974, CVE-2017-14940, CVE-2017-14939, CVE-2017-14938, CVE-2017-14934, C

[OE-core] [PATCH 8/8] glibc: Upgrade to latest on 2.26 release

2017-11-14 Thread Khem Raj
For detailed view of changes see https://github.com/kraj/glibc/compare/glibc-2.26...77f921dac17c5fa99bd9e926d926c327982895f7 Signed-off-by: Khem Raj --- meta/recipes-core/glibc/glibc_2.26.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc_2.26.bb

[OE-core] [PATCH 6/8] musl: Disable thumb1 ISA

2017-11-14 Thread Khem Raj
thumb1 is unsupported see http://www.openwall.com/lists/musl/2017/10/20/10 Fix [YOCTO #12336] Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index 56c9d7fe17..

[OE-core] [PATCH 3/8] binutils: Convert SRC_URI and SRCREV to weak defines

2017-11-14 Thread Khem Raj
This makes it easy to override them in bbappends Signed-off-by: Khem Raj --- meta/recipes-devtools/binutils/binutils-2.29.1.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/binutils/binutils-2.29.1.inc b/meta/recipes-devtools/binutils/binutils-2

[OE-core] [PATCH 1/8] go: Fix build with PIE on musl

2017-11-14 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/go/go-1.9.inc| 3 + .../go/go-1.9/default-buildmode-pie.patch | 18 .../go/go-1.9/set-external-linker.patch| 111 + 3 files changed, 132 insertions(+) create mode 100644 meta/recipe

[OE-core] [PATCH 0/8] Misc toolchain component updates

2017-11-14 Thread Khem Raj
Binutils minor update to 2.29.1 musl update to address <= armv5 thumb issue and a regression in diffutils glibc updated to latest on 2.26 branch addresses malloc leak issue Rest of them are remaining from prior pulls The following changes since commit a17f3ec910366e9e7551fa24fbc07929b9584341: d

Re: [OE-core] [PATCH 1/1] autoconf-archive: inherit allarch and fix package splitting

2017-11-14 Thread Robert Yang
On 11/14/2017 10:02 PM, André Draszik wrote: On Tue, 2017-11-14 at 11:41 +, Burton, Ross wrote: On 14 November 2017 at 11:34, Burton, Ross wrote: But don't we remove the old version from the feeds, or does that only happen if the arch matches? Well the feed pruning is working correct

Re: [OE-core] [PATCH 02/10] debianutils: 4.8.1.1 -> 4.8.3

2017-11-14 Thread Robert Yang
On 11/14/2017 08:27 PM, Burton, Ross wrote: On 13 November 2017 at 17:58, Robert Yang > wrote: -SRC_URI = "http://snapshot.debian.org/archive/debian/20170402T211732Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.xz

Re: [OE-core] [PATCH 01/10] autoconf-archive: 2016.09.16 -> 2017.09.28

2017-11-14 Thread Robert Yang
On 11/14/2017 08:07 PM, Burton, Ross wrote: On 13 November 2017 at 17:58, Robert Yang > wrote: -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ +LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \ No ex

[OE-core] [PATCH] recipetool: create: fix conflict between SRCREV and tag

2017-11-14 Thread Chang Rebecca Swee Fun
If you specify 'tag=' for a git URL and passed to recipetool create, you will get into Bitbake expansion error shown below: - snip - $ devtool add --version 2.4.2 mbedtls "git://github.com/ARMmbed/mbedtls;tag=mbedtls-2.4.2" ... bb.data_smart.ExpansionError: Failure expanding variable SRCP

Re: [OE-core] ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2)

2017-11-14 Thread Daniela Plascencia
You should send this series to openembedded-de...@lists.openembedded.org. All meta-oe patches should be sent there. On 11/14/2017 05:02 PM, Patchwork wrote: == Series Details == Series: mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2) Revision: 2 URL :

Re: [OE-core] ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2)

2017-11-14 Thread Burton, Ross
meta-oe patches go to openembedded-devel@. -core@ is for oe-core specifically. Ross On 14 November 2017 at 23:05, Jonathan Haws wrote: > On Tue, 2017-11-14 at 23:02 +, Patchwork wrote: > > == Series Details == > > > > Series: mariadb: Added missing installation of mysqld_safe_helper to > >

Re: [OE-core] ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2)

2017-11-14 Thread Jonathan Haws
On Tue, 2017-11-14 at 23:02 +, Patchwork wrote: > == Series Details == > > Series: mariadb: Added missing installation of mysqld_safe_helper to > FILES_${PN}-server (rev2) > Revision: 2 > URL   : https://patchwork.openembedded.org/series/9784/ > State : failure > > == Summary == > > > Thank

[OE-core] ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2)

2017-11-14 Thread Patchwork
== Series Details == Series: mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/9784/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an auto

Re: [OE-core] [PATCH v2] gcc6: enable FL_LPAE flag for armv7ve cores

2017-11-14 Thread Khem Raj
On Thu, Nov 9, 2017 at 10:10 PM, Andre McCurdy wrote: > The following commit added the FL_LPAE flag to FL_FOR_ARCH7VE, but > neglected to also add it to the armv7ve compatible cores defined in > arm-cores.def. > > > https://github.com/gcc-mirror/gcc/commit/af2d9b9e58e8be576c53d94f30c48c68146b0c

[OE-core] [meta-oe][PATCHv2] [meta-oe] mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server

2017-11-14 Thread Jonathan Haws
Per issue MDEV-14044 on https://jira.mariadb.org/browse/MDEV-14044, mysqld_safe_helper needs to be installed with the server, but was absent from the mariadb.inc file feeding the recipes. This resulted in a broken mariadb installation. Installing mysqld_safe_helper alongside mysqld_safe resolves

[OE-core] [PATCHi 3/3 V3] initramfs-framework: add install module

2017-11-14 Thread California Sullivan
The non-EFI counterpart for installation was previously missing for initramfs-framework. This simply puts the normal install script in the correct location for initramfs-framework to make use of it. Partial fix for [YOCTO #12346]. Signed-off-by: California Sullivan --- V2 changes: * Add the modu

[OE-core] ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server

2017-11-14 Thread Patchwork
== Series Details == Series: mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server Revision: 1 URL : https://patchwork.openembedded.org/series/9784/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated r

[OE-core] [PATCH 3/3 V2] initramfs-framework: add install module

2017-11-14 Thread California Sullivan
The non-EFI counterpart for installation was previously missing for initramfs-framework. This simply puts the normal install script in the correct location for initramfs-framework to make use of it. Signed-off-by: California Sullivan --- V2 changes: * Add the module's dependencies to SIGGEN_EXCLU

[OE-core] [oe-core][PATCH 1/1] net-tools: correctly set COPTS and LOPTS

2017-11-14 Thread Joe Slater
COPTS will be ignored if it is defined in the environment. It must be passed directly to make. To be consistent, we pass LOPTS that way, too. Signed-off-by: Joe Slater --- meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-)

[OE-core] [PATCH] musl: use arm instruction set for armv4 and armv5

2017-11-14 Thread Andrea Adami
thumb1 is not supported with musl. Fixes: [YOCTO #12336] Signed-off-by: Andrea Adami --- meta/recipes-core/musl/musl.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index 56c9d7f..b4b0de9 100644 --- a/meta/recipes-cor

[OE-core] [meta-oe][PATCH] mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server

2017-11-14 Thread Jonathan Haws
Per issue MDEV-14044 on https://jira.mariadb.org/browse/MDEV-14044, mysqld_safe_helper needs to be installed with the server, but was absent from the mariadb.inc file feeding the recipes. This resulted in a broken mariadb installation. Installing mysqld_safe_helper alongside mysqld_safe resolves

[OE-core] [PATCH 3/3] initramfs-framework: add install module

2017-11-14 Thread California Sullivan
The non-EFI counterpart for installation was previously missing for initramfs-framework. This simply puts the normal install script in the correct location for initramfs-framework to make use of it. Partial fix for [YOCTO #12346]. Signed-off-by: California Sullivan --- .../initrdscripts/initram

[OE-core] [PATCH 2/3] initramfs-module-install-efi: update summary

2017-11-14 Thread California Sullivan
Note that this is an installation option for EFI systems. Signed-off-by: California Sullivan --- meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1

[OE-core] [PATCH 1/3] initramfs-module-install-efi: point to original copy and delete new file

2017-11-14 Thread California Sullivan
There is no need to maintain two of the exact same files. Signed-off-by: California Sullivan --- .../initramfs-framework/install-efi.sh | 276 - .../initramfs-module-install-efi_1.0.bb| 6 +- 2 files changed, 3 insertions(+), 279 deletions(-) delete

[OE-core] [PATCH 0/3] initramfs-framework installation improvements

2017-11-14 Thread California Sullivan
initramfs-framework was improved last release to support live booting and installation. Meta-intel adopted the initramfs-framework scripts early, but unfortunately we missed that there was not yet a non-EFI installation script, resulting in bug [YOCTO #12346]. The third patch address that issue, w

Re: [OE-core] [PATCH 26/27] ffmpeg: update to 3.4

2017-11-14 Thread Leonardo Sandoval
On Tue, 14 Nov 2017 11:41:16 -0800 Khem Raj wrote: > On Tue, Nov 14, 2017 at 6:57 AM, Alexander Kanavin > wrote: > > Schroedinger support has been dropped: > > https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 > > > > Signed-off-by: Alexander Kanavin > > --- > > meta/recipes-multi

[OE-core] [morty backport][PATCH 2/2] tcf-agent: Fix daemon termination

2017-11-14 Thread Javier Viguera
From: Jan Kiszka The upstream init script uses SIGUSR2 to terminate that daemon because SIGTERM is ignored. As the killproc function does not support specifying a signal, switch to start-stop-daemon. Drop the retry loop because SIGUSR2 is lethal for agent. Signed-off-by: Jan Kiszka Signed-off-b

[OE-core] [morty][PATCH 3/4] zlib: Fix CVE-2016-9842

2017-11-14 Thread George McCollister
Add backported patch to fix CVE-2016-9842 which was fixed in zlib 1.2.9 https://nvd.nist.gov/vuln/detail/CVE-2016-9842 Signed-off-by: George McCollister --- .../zlib/zlib-1.2.8/CVE-2016-9842.patch| 35 ++ meta/recipes-core/zlib/zlib_1.2.8.bb | 1 +

[OE-core] [morty][PATCH 2/4] zlib: Fix CVE-2016-9841

2017-11-14 Thread George McCollister
Add backported patch to fix CVE-2016-9841 which was fixed in zlib 1.2.9 https://nvd.nist.gov/vuln/detail/CVE-2016-9841 Signed-off-by: George McCollister --- .../zlib/zlib-1.2.8/CVE-2016-9841.patch| 230 + meta/recipes-core/zlib/zlib_1.2.8.bb | 1 +

[OE-core] [morty][PATCH 4/4] zlib: Fix CVE-2016-9843

2017-11-14 Thread George McCollister
Add backported patch to fix CVE-2016-9843 which was fixed in zlib 1.2.9 https://nvd.nist.gov/vuln/detail/CVE-2016-9843 Signed-off-by: George McCollister --- .../zlib/zlib-1.2.8/CVE-2016-9843.patch| 55 ++ meta/recipes-core/zlib/zlib_1.2.8.bb | 1 +

[OE-core] [morty][PATCH 1/4] zlib: Fix CVE-2016-9840

2017-11-14 Thread George McCollister
Add backported patch to fix CVE-2016-9840 which was fixed in zlib 1.2.9 https://nvd.nist.gov/vuln/detail/CVE-2016-9840 Signed-off-by: George McCollister --- .../zlib/zlib-1.2.8/CVE-2016-9840.patch| 77 ++ meta/recipes-core/zlib/zlib_1.2.8.bb | 1 +

[OE-core] [morty backport][PATCH 1/2] tcf-agent: kill with USR2 in systemd stop

2017-11-14 Thread Javier Viguera
From: Martin Kelly tcf-agent ignores SIGTERM, so upstream uses USR2 instead. This issue was noticed by Jan Kiszka and Brian Avery around the same time: https://patchwork.openembedded.org/patch/139546/ https://patchwork.openembedded.org/patch/139560/ However, these patches fixed only the init sc

[OE-core] [morty backport][PATCH 0/2] tcf-agent fixes

2017-11-14 Thread Javier Viguera
Hi all, There are a couple of commits in master fixing the tcf-agent bootscript and systemd service files so the daemon is properly kill on reboot/shutdown. These patches backport the fixes to Morty. Regards, Javier Viguera -- Jan Kiszka (1): tcf-agent: Fix daemon termination Martin Kell

Re: [OE-core] [PATCH 26/27] ffmpeg: update to 3.4

2017-11-14 Thread Khem Raj
On Tue, Nov 14, 2017 at 6:57 AM, Alexander Kanavin wrote: > Schroedinger support has been dropped: > https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-multimedia/ffmpeg/{ffmpeg_3.3.4.bb => ffmpeg_3.4.bb} | 8 > +++- > 1

[OE-core] [PATCH 6/6] systemd: fix duplication of CACHED_CONFIGUREVARS

2017-11-14 Thread Andre McCurdy
Fix historical duplication that appears to have been caused by merging two independent fixes for the same issue: http://git.openembedded.org/openembedded-core/commit/?id=294adc0907a359d9c0ad260823188145aab294ad http://git.openembedded.org/openembedded-core/commit/?id=b30d7b1b97ffd1d44083d93e

[OE-core] [PATCH 4/6] systemd: sort PACKAGECONFIG options

2017-11-14 Thread Andre McCurdy
Also fix some minor formatting inconsistencies (extra spaces or commas etc). No functional changes. Signed-off-by: Andre McCurdy --- meta/recipes-core/systemd/systemd_234.bb | 78 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/meta/recipes-core/s

[OE-core] [PATCH 5/6] systemd: use consistent indenting and coding style in do_install()

2017-11-14 Thread Andre McCurdy
Make the polkit fixup etc at the end of do_install() more consistent with the rest of the function. Also indent do_install_ptest() with tabs instead of spaces to make do_install_ptest() consistent with do_install(). Signed-off-by: Andre McCurdy --- meta/recipes-core/systemd/systemd_234.bb | 49 +

[OE-core] [PATCH 3/6] systemd: use consistent approach for musl PACKAGECONFIG options

2017-11-14 Thread Andre McCurdy
Consistently use PACKAGECONFIG_remove_libc-musl to disable options which are not compatible with musl. Also sort the default PACKAGECONFIG list. Signed-off-by: Andre McCurdy --- meta/recipes-core/systemd/systemd_234.bb | 67 ++-- 1 file changed, 38 insertions(+), 29

[OE-core] [PATCH 0/6] systemd: misc recipe cleanup

2017-11-14 Thread Andre McCurdy
Andre McCurdy (6): tclibc-musl.inc: disable ldconfig distro feature systemd: remove musl specific control of ldconfig PACKAGECONFIG systemd: use consistent approach for musl PACKAGECONFIG options systemd: sort PACKAGECONFIG options systemd: use consistent indenting and coding style in do_

[OE-core] [PATCH 2/6] systemd: remove musl specific control of ldconfig PACKAGECONFIG

2017-11-14 Thread Andre McCurdy
The ldconfig PACKAGECONFIG option is controlled by the ldconfig distro feature - which is now disabled by default when building for musl. Signed-off-by: Andre McCurdy --- meta/recipes-core/systemd/systemd_234.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd

[OE-core] [PATCH 1/6] tclibc-musl.inc: disable ldconfig distro feature

2017-11-14 Thread Andre McCurdy
Musl has no support for ldconfig, so ensure that the corresponding distro feature is disabled when building with musl. Signed-off-by: Andre McCurdy --- meta/conf/distro/include/tclibc-musl.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/tclibc-musl.inc b/meta/

Re: [OE-core] [PATCH 1/1] Image_types: use ustar format in cpio command

2017-11-14 Thread Andre McCurdy
On Tue, Nov 14, 2017 at 2:11 AM, André Draszik wrote: > On Tue, 2017-11-14 at 22:14 +0800, Shashwat Pandey wrote: >> Using ustar format due to ROOTFS size exceeding issue. >> Ustar supports up to 8GB. >> Where as newc support up to 4GB. >> >> [YOCTO #11674] > > Do recent kernels actually support u

[OE-core] [PATCH] u-boot: Upgrade to 2017.11 release

2017-11-14 Thread Otavio Salvador
This upgrades the U-Boot from 2017.09 to 2017.11 release. Signed-off-by: Otavio Salvador --- .../u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} | 2 +- .../u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} | 0 .../u-boot/{u-boot-mkimage_2017.09.bb => u-bo

Re: [OE-core] [PATCH 24/27] lighttpd: update to 1.4.48

2017-11-14 Thread Leonardo Sandoval
On Tue, 14 Nov 2017 16:57:51 +0200 Alexander Kanavin wrote: > Refresh the pcre pkg-config patch. > > Signed-off-by: Alexander Kanavin > --- > ...fig-for-pcre-dependency-instead-of-config.patch | 48 > +- > .../{lighttpd_1.4.45.bb => lighttpd_1.4.48.bb} | 4 +- > 2 fil

[OE-core] ✗ patchtest: failure for go: ensure use of BUILD_CC when building bootstrap tools (rev2)

2017-11-14 Thread Patchwork
== Series Details == Series: go: ensure use of BUILD_CC when building bootstrap tools (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/9774/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

Re: [OE-core] [PATCH v2 1/2] scripts/oe-selftest: oe-selftest-internal wrapper scripts that isolates execution

2017-11-14 Thread Leonardo Sandoval
On Tue, 14 Nov 2017 17:09:28 +0100 Patrick Ohly wrote: > On Tue, 2017-11-14 at 10:09 -0600, Leonardo Sandoval wrote: > > On Tue, 14 Nov 2017 09:24:30 +0100 > > Patrick Ohly wrote: > > > > > On Mon, 2017-11-13 at 10:17 -0800, > > > leonardo.sandoval.gonza...@linux.intel.com wrote: > > > > Fr

Re: [OE-core] [PATCH v2] go: ensure use of BUILD_CC when building bootstrap tools

2017-11-14 Thread Matt Madison
Yes, drat it, v3 should fix that. Thanks, -Matt On Tue, Nov 14, 2017 at 9:20 AM, Otavio Salvador wrote: > Hello Matt, > > A minor thing: > > Upstream-Status: Pending > > On Tue, Nov 14, 2017 at 3:18 PM, Matt Madison wrote: >> For cross-canadian builds, we were accidentally using >> the crosssdk

[OE-core] [PATCH v3] go: ensure use of BUILD_CC when building bootstrap tools

2017-11-14 Thread Matt Madison
For cross-canadian builds, we were accidentally using the crosssdk C compiler when building the Go compiler bootstrap. Add a patch to the make script to let us use BUILD_CC, and prepend do_compile to set it in the local environment to ensure that the trailing blank gets stripped, since that confus

Re: [OE-core] [PATCH v2] go: ensure use of BUILD_CC when building bootstrap tools

2017-11-14 Thread Otavio Salvador
Hello Matt, A minor thing: Upstream-Status: Pending On Tue, Nov 14, 2017 at 3:18 PM, Matt Madison wrote: > For cross-canadian builds, we were accidentally using > the crosssdk C compiler when building the Go compiler > bootstrap. Add a patch to the make script to let us > use BUILD_CC, and pre

[OE-core] [PATCH v2] go: ensure use of BUILD_CC when building bootstrap tools

2017-11-14 Thread Matt Madison
For cross-canadian builds, we were accidentally using the crosssdk C compiler when building the Go compiler bootstrap. Add a patch to the make script to let us use BUILD_CC, and prepend do_compile to set it in the local environment to ensure that the trailing blank gets stripped, since that confus

Re: [OE-core] [PATCH] package.bbclass: Add SRC_URI and HOMEPAGE to manifest

2017-11-14 Thread Richard Purdie
On Tue, 2017-11-14 at 09:05 -0800, Saul Wold wrote: > This will allow tools to be developed that create manifest based BOMs > with detailed information. > > Signed-off-by: Saul Wold > --- >  meta/classes/package.bbclass | 2 ++ >  1 file changed, 2 insertions(+) > > diff --git a/meta/classes/pack

Re: [OE-core] [PATCH] qemu.inc: Drop rng-tools

2017-11-14 Thread Otavio Salvador
Hello Ross, On Mon, Nov 13, 2017 at 5:55 PM, Burton, Ross wrote: > Can you explain why? We are using QEMU ARM for runtime tests on CI for updatehub, on this, when we run something that required entropy just after boot and especially if running inside of a Docker, it fails badly for 140s. Adding

[OE-core] [PATCH] package.bbclass: Add SRC_URI and HOMEPAGE to manifest

2017-11-14 Thread Saul Wold
This will allow tools to be developed that create manifest based BOMs with detailed information. Signed-off-by: Saul Wold --- meta/classes/package.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 2053d46395a..c2410238

[OE-core] ✗ patchtest: failure for go: ensure use of BUILD_CC when building bootstrap tools

2017-11-14 Thread Patchwork
== Series Details == Series: go: ensure use of BUILD_CC when building bootstrap tools Revision: 1 URL : https://patchwork.openembedded.org/series/9774/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests h

[OE-core] [PATCH] go: ensure use of BUILD_CC when building bootstrap tools

2017-11-14 Thread Matt Madison
For cross-canadian builds, we were accidentally using the nativesdk C compiler when building the Go compiler bootstrap. Add a patch to the make script to let us use BUILD_CC, and prepend do_compile to set it in the local environment to ensure that the trailing blank gets stripped, since that confu

Re: [OE-core] [PATCH v2 1/2] scripts/oe-selftest: oe-selftest-internal wrapper scripts that isolates execution

2017-11-14 Thread Patrick Ohly
On Tue, 2017-11-14 at 10:09 -0600, Leonardo Sandoval wrote: > On Tue, 14 Nov 2017 09:24:30 +0100 > Patrick Ohly wrote: > > > On Mon, 2017-11-13 at 10:17 -0800, > > leonardo.sandoval.gonza...@linux.intel.com wrote: > > > From: Leonardo Sandoval > > om> > > > > > > The main idea is to isolate the

Re: [OE-core] [PATCH v2 1/2] scripts/oe-selftest: oe-selftest-internal wrapper scripts that isolates execution

2017-11-14 Thread Leonardo Sandoval
On Tue, 14 Nov 2017 09:24:30 +0100 Patrick Ohly wrote: > On Mon, 2017-11-13 at 10:17 -0800, > leonardo.sandoval.gonza...@linux.intel.com wrote: > > From: Leonardo Sandoval > > > > The main idea is to isolate the oe-selftest execution so neither the > > current build dir nor the configuration da

Re: [OE-core] [Morty backports] tcf-agent fixes

2017-11-14 Thread Alexander Kanavin
On 11/14/2017 05:40 PM, Viguera, Javier wrote: There are a couple of commits in master fixing the tcf-agent bootscript and systemd service files so the daemon is properly kill on reboot/shutdown. This is failing also in past stable releases. At least for Morty the cherry-picks apply just fine

Re: [OE-core] ✗ patchtest: failure for connman: bump to version 1.35

2017-11-14 Thread Leonardo Sandoval
On Tue, 14 Nov 2017 15:18:40 +0100 Daniel Mack wrote: > Ha, this exact same patch is already in master-next. > I must have missed that. > > Sorry for the noise! 'patchtest' checks only stable branches, and what I can see is that this patch is already on master (From OE-Core rev: f4b9c5dba4ca0c

[OE-core] [Morty backports] tcf-agent fixes

2017-11-14 Thread Viguera, Javier
Hi all, There are a couple of commits in master fixing the tcf-agent bootscript and systemd service files so the daemon is properly kill on reboot/shutdown. This is failing also in past stable releases. At least for Morty the cherry-picks apply just fine. So could you do the cherry-picks for M

[OE-core] [PATCH 1/2] package.bbclass: replace rpm/debugedit with dwarfsrcfiles

2017-11-14 Thread Alexander Kanavin
Debugedit provided by rpm 4.14 is rewriting binaries in-place, and was found to produce broken output at least for grub: http://lists.openembedded.org/pipermail/openembedded-core/2017-November/143989.html A replacement utility was suggested via private mail: https://lists.fedorahosted.org/archives

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

2017-11-14 Thread Alexander Kanavin
Previously oe-core had a development snapshot of rpm, it's better to update to something more stable. Removed patches: 0001-Add-PYTHON_ABI-when-searching-for-python-libraries.patch (upstream is using pkg-config) 0001-When-nice-value-cannot-be-reset-issue-a-notice-inste.patch (functionality has bee

[OE-core] [PATCH v2 1/2] shadow: fix CVE-2017-2616

2017-11-14 Thread George McCollister
Apply backported patch that fixes CVE-2017-2616 Sending SIGKILL to other processes with root privileges via su Signed-off-by: George McCollister --- Changes in v2: - Add SOB to patch file. .../files/0001-su-properly-clear-child-PID.patch | 72 ++ meta/recipes-extended/sh

[OE-core] [PATCH v2 2/2] shadow: fix CVE-2016-6252

2017-11-14 Thread George McCollister
Apply backported patch that fixes CVE-2016-6252 Integer overflow in shadow 4.2.1 allows local users to gain privileges via crafted input to newuidmap. Signed-off-by: George McCollister --- Changes in v2: - Add SOB to patch file. .../shadow/files/0001-Simplify-getulong.patch | 54

[OE-core] [PATCH 27/27] openssl: update to 1.0.2m, 1.1.0g

2017-11-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Fix-build-with-clang-using-external-assembler.patch | 0 .../0001-openssl-force-soft-link-to-avoid-rare-race.patch | 0 .../openssl/{openssl-1.0.2l => openssl-1.0.2m}/Makefiles-ptest.patch | 0 .../Use-SHA256-not-MD5-as-default-d

[OE-core] [PATCH 26/27] ffmpeg: update to 3.4

2017-11-14 Thread Alexander Kanavin
Schroedinger support has been dropped: https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 Signed-off-by: Alexander Kanavin --- meta/recipes-multimedia/ffmpeg/{ffmpeg_3.3.4.bb => ffmpeg_3.4.bb} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-multimed

[OE-core] [PATCH 23/27] harfbuzz: update to 1.7.0

2017-11-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../harfbuzz/{harfbuzz_1.4.8.bb => harfbuzz_1.7.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.4.8.bb => harfbuzz_1.7.0.bb} (88%) diff --git a/meta/recipes-graphics/harfbuzz/

[OE-core] [PATCH 24/27] lighttpd: update to 1.4.48

2017-11-14 Thread Alexander Kanavin
Refresh the pcre pkg-config patch. Signed-off-by: Alexander Kanavin --- ...fig-for-pcre-dependency-instead-of-config.patch | 48 +- .../{lighttpd_1.4.45.bb => lighttpd_1.4.48.bb} | 4 +- 2 files changed, 30 insertions(+), 22 deletions(-) rename meta/recipes-extended/lig

[OE-core] [PATCH 25/27] libxslt: update to 1.1.32

2017-11-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/libxslt/{libxslt_1.1.31.bb => libxslt_1.1.32.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libxslt/{libxslt_1.1.31.bb => libxslt_1.1.32.bb} (90%) diff --git a/meta/recipes-support/libxslt/libx

[OE-core] [PATCH 22/27] icu: update to 60.1

2017-11-14 Thread Alexander Kanavin
Rebase a couple of patches. LICENSE checksum change due to typo fix. Signed-off-by: Alexander Kanavin --- .../icu/icu/0001-i18n-Drop-include-xlocale.h.patch | 28 -- .../recipes-support/icu/icu/fix-install-manx.patch | 25 --- .../icu/{icu_59.1.bb => icu_60.1

[OE-core] [PATCH 21/27] libpciaccess: update to 0.14

2017-11-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xorg-lib/{libpciaccess_0.13.5.bb => libpciaccess_0.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libpciaccess_0.13.5.bb => libpciaccess_0.14.bb} (74%) diff --git a/meta/recipes-graphics/x

[OE-core] [PATCH 18/27] psmisc: update to 23.0

2017-11-14 Thread Alexander Kanavin
Switch to gitlab, as that's where development now happens. Drop two upstreamed patches, add two patches to avoid newly introduced build errors. Signed-off-by: Alexander Kanavin --- ...001-Typo-in-fuser-makes-M-on-all-the-time.patch | 46 -- .../files/0002-Include-limits.h-for

[OE-core] [PATCH 20/27] expect: update to 5.45.3

2017-11-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/expect/{expect_5.45.bb => expect_5.45.3.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-devtools/expect/{expect_5.45.bb => expect_5.45.3.bb} (95%) diff --git a/meta/recipes-devtools/expect/expect_5.45

[OE-core] [PATCH 19/27] btrfs-tools: update to 4.13.3

2017-11-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../btrfs-tools/{btrfs-tools_4.13.2.bb => btrfs-tools_4.13.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.13.2.bb => btrfs-tools_4.13.3.bb} (96%) diff --git a/meta/recipes-devtools/

[OE-core] [PATCH 16/27] gnome-desktop3: Update to 3.26.2

2017-11-14 Thread Alexander Kanavin
Add a patch to disable libseccomp (not currently used in Yocto). Signed-off-by: Alexander Kanavin --- ...ble-libseccomp-sycall-filtering-mechanism.patch | 38 ++ ...op-thumbnail-don-t-convert-time_t-to-long.patch | 31 +- ...desktop3_3.24.2.bb => gnome-desktop

[OE-core] [PATCH 17/27] webkitgtk: update to 2.18.3

2017-11-14 Thread Alexander Kanavin
gcc7.patch, musl-fixes.patch, and ppc-musl-fix.patch all change code that is no longer present in upstream tree. However, a patch with different musl fixes has been added. The rest of the patches are rebased to the new tree. Libtasn is a new dependency. Disable Gstreamer GL support on x86 due to

[OE-core] [PATCH 15/27] gstreamer1.0-plugins: disable introspection on mips64

2017-11-14 Thread Alexander Kanavin
The failure is weird and difficult to diagnoze, so disable the introspection for now: qemu-mips64: error while loading shared libraries: .../recipe-sysroot/usr/lib/libgthread-2.0.so.0: ELF file data encoding not little-endian Note that it shows up only for one specific library (gstaudio), and o

[OE-core] [PATCH 14/27] gobject-introspection: update to 1.54.1

2017-11-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ect-introspection_1.52.1.bb => gobject-introspection_1.54.1.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-gnome/gobject-introspection/{gobject-introspection_1.52.1.bb => gobject-introspection_1.54.1.bb} (97%) diff

[OE-core] [PATCH 12/27] librepo: update to 1.8.1

2017-11-14 Thread Alexander Kanavin
Drop upstreamed patches, rebase the PYTHON_INSTALL_DIR patch. Signed-off-by: Alexander Kanavin --- ...ly-set-the-library-installation-directory.patch | 28 - ...to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch | 49 +++--- ...-race-when-deleting-temporary-directories.p

[OE-core] [PATCH 11/27] libdnf: update to 0.11.1

2017-11-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch | 11 ++- ...Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch | 11 ++- .../libdnf/{libdnf_0.9.3.bb => libdnf_0.11.1.bb} | 2 +- 3 files changed, 13 insertion

[OE-core] [PATCH 13/27] dnf: update to 2.7.5

2017-11-14 Thread Alexander Kanavin
Drop upstreamed patch. Rebase the other patches. Signed-off-by: Alexander Kanavin --- ...eck-conf.releasever-instead-of-releasever.patch | 31 -- ...Corretly-install-tmpfiles.d-configuration.patch | 7 ++--- ...hardcode-etc-and-systemd-unit-directories.patch | 9 --- ..

[OE-core] [PATCH 10/27] dtc: update to 1.4.5

2017-11-14 Thread Alexander Kanavin
Also fix upstream check and disable newly added python2-only bindings (as there is no clear need for them and python 2 is deprecated). Add a backported patch to address format errors when compiling. Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/dtc/dtc.inc| 6 ++-

[OE-core] [PATCH 08/27] glib-2.0: update to 2.54.2

2017-11-14 Thread Alexander Kanavin
LGPL version has been updated from 2.0 to 2.1, adjust the checksums accordingly. Rebase various patches. A few tools have been rewritten from perl (or C) to python, so add a patch that avoids hardcoding the python path in the shebang, and remove previous patching with sed. Signed-off-by: Alexand

[OE-core] [PATCH 09/27] glib-networking: update to 2.54.1

2017-11-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{glib-networking_2.50.0.bb => glib-networking_2.54.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-networking/{glib-networking_2.50.0.bb => glib-networking_2.54.1.bb} (88%) diff --git a/meta/recipes

[OE-core] [PATCH 07/27] rpm: upstream version is now known

2017-11-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/rpm/rpm_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/rpm/rpm_git.bb b/meta/recipes-devtools/rpm/rpm_git.bb index 7866314ad4b..57b9c2d6acc 100644 --- a/meta/recipes-devtools/rpm/rpm_git.bb +++ b/meta/rec

[OE-core] [PATCH 05/27] python3-pycairo: fix upstream version check

2017-11-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-pycairo_1.15.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-pycairo_1.15.3.bb b/meta/recipes-devtools/python/python3-pycairo_1.15.3.bb index 7863ad2af16..9022482fd5c 100644 --

[OE-core] [PATCH 06/27] libcheck: fix upstream version check

2017-11-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/libcheck/libcheck_0.12.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/libcheck/libcheck_0.12.0.bb b/meta/recipes-support/libcheck/libcheck_0.12.0.bb index e684958925f..e646d439681 100644 --- a/meta/recipes-s

  1   2   >