Re: [OE-core] Dependency loops when enabling ptest with Ångström

2018-09-06 Thread Steffen Sledz
On 06.09.2018 09:20, Steffen Sledz wrote: > Koen/Khem, can someone of you please remove the dependency in all relevant > branches (rocko, sumo, master?)! I've create to pull requests for this in Github.

[OE-core] [OE-Core] eSDK: sstate issue with hardcoded path

2018-09-06 Thread Vignesh Rajendran (RBEI/ECF3)
Hello OE-Core, We are facing an issue with eSDK installation. the taskhash of the recipes seems different in default and eSDK builds and we got the error while eSDK installation, ERROR: Task wayland-native.do_fetch attempted to execute unexpectedly ERROR: Task wayland-native.do_patch attempte

[OE-core] [WIP] perl upgrade to 5.26.2

2018-09-06 Thread Tim Orling
A while ago, I began to work on upgrading perl to 5.26.2. I am sharing what I have in case anyone else wants to continue the effort. As I remember it, this at least passes do_patch, but fails in do_compile. YMMV. http://git.openembedded.org/openembedded-core-contrib/commit/?h=timo/perl-5.26.2&id

[OE-core] [PATCH 0/1] wic:mkefidisk:add use-uuid for all partitions

2018-09-06 Thread Jiang Lu
Hi all, This patch adds use-uuid for all partitions on mkefidisk.wks. Thanks Jiang Lu -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH] wic:mkefidisk:add use-uuid for all partitions

2018-09-06 Thread Jiang Lu
Add use-uuid for all partitions on mkefidisk.wks. Signed-off-by: Jiang Lu --- scripts/lib/wic/canned-wks/mkefidisk.wks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/wic/canned-wks/mkefidisk.wks b/scripts/lib/wic/canned-wks/mkefidisk.wks index 9f534fe..f06

Re: [OE-core] [PATCH 0/1] wic:mkefidisk:add use-uuid for all partitions

2018-09-06 Thread Lu.Jiang
在 2018年09月07日 11:16, Jiang Lu 写道: Hi all, This patch adds use-uuid for all partitions on mkefidisk.wks. Thanks Jiang Lu Please ignore this thread. Thanks Jiang Lu -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

[OE-core] [PATCH] wic:mkefidisk:add use-uuid for all partitions

2018-09-06 Thread Jiang Lu
Add use-uuid for all partitions on mkefidisk.wks. Signed-off-by: Jiang Lu --- scripts/lib/wic/canned-wks/mkefidisk.wks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/wic/canned-wks/mkefidisk.wks b/scripts/lib/wic/canned-wks/mkefidisk.wks index 9f534fe..7bcb5

[OE-core] [PATCH 0/1] wic:mkefidisk:add use-uuid for all partitions

2018-09-06 Thread Jiang Lu
Hi all, This patch adds use-uuid for all partitions on mkefidisk.wks. Thanks Jiang Lu -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [v2] [PATCH 0/7] wic:allow wic compile as an individual package

2018-09-06 Thread Lu.Jiang
Hi all, Thanks Tom help me review this patch. The patch intend to bring wic into target, allow it generate new image at runtime. For example, most x86 board can boot from USB or SATA,  then wic enable uuid for partition to distinguish different device. If we use same image for all device, uui

[OE-core] ✗ patchtest: failure for wic: Introduce the --use-label partition parameter (rev2)

2018-09-06 Thread Patchwork
== Series Details == Series: wic: Introduce the --use-label partition parameter (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/13932/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [PATCH v2] wic: Introduce the --use-label partition parameter

2018-09-06 Thread Kevin Hao
We can use this parameter to make the wic use the label to name a partition in /etc/fstab. Signed-off-by: Kevin Hao Reviewed-by: Tom Rini --- v2: - Rephrase the help info - Rebase on the Emmanuel's patch http://lists.openembedded.org/pipermail/openembedded-core/2018-September/155414.html

[OE-core] ✗ patchtest: failure for sysprof: fix build with musl

2018-09-06 Thread Patchwork
== Series Details == Series: sysprof: fix build with musl Revision: 1 URL : https://patchwork.openembedded.org/series/13947/ 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 pr

Re: [OE-core] [PATCH 6/7] multilib: fix install file conflicts

2018-09-06 Thread Kang Kai
On 2018年09月07日 06:31, richard.pur...@linuxfoundation.org wrote: On Thu, 2018-09-06 at 23:52 +0800, kai.k...@windriver.com wrote: diff --git a/meta/recipes-core/udev/eudev_3.2.5.bb b/meta/recipes- core/udev/eudev_3.2.5.bb index 75617c8d4e..75130f03ef 100644 --- a/meta/recipes-core/udev/eudev_3.2.

[OE-core] [PATCH] qemu: patch for CVE-2018-15746

2018-09-06 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../qemu/qemu/CVE-2018-15746.patch | 64 ++ meta/recipes-devtools/qemu/qemu_3.0.0.bb | 1 + 2 files changed, 65 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2018-15746.patc

[OE-core] [PATCH] sysprof: fix build with musl

2018-09-06 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-kernel/sysprof/files/wordsize.patch | 62 meta/recipes-kernel/sysprof/sysprof_3.30.0.bb| 1 + 2 files changed, 63 insertions(+) create mode 100644 meta/recipes-kernel/sysprof/files/wordsize.patch diff --git a/meta/recipes

Re: [OE-core] [oe] OEDEM Sunday, 21 October 2018 in Edinburgh (before ELCE) - Update

2018-09-06 Thread Philip Balister
On 09/06/2018 04:08 PM, Joshua Watt wrote: > On Thu, 2018-09-06 at 16:00 -0400, Trevor Woerner wrote: >> On Thu, Sep 6, 2018 at 5:39 AM, Alexander Kanavin > .com> >> wrote: >> >>> And the link for signing up is...? :) >>> >> >> https://www.openembedded.org/wiki/OEDEM_2018 >> >> or email Armin > >

[OE-core] [PATCH V2] taglib: Security fix CVE-2018-11439

2018-09-06 Thread Yi Zhao
CVE-2018-11439: The TagLib::Ogg::FLAC::File::scan function in oggflacfile.cpp in TagLib 1.11.1 allows remote attackers to cause information disclosure (heap-based buffer over-read) via a crafted audio file. References: https://nvd.nist.gov/vuln/detail/CVE-2018-11439 Patch from: https://github.com

[OE-core] glibc-locale fails when PACKAGE_NO_GCONV = 1

2018-09-06 Thread Peter Kjellerstedt
Just thought I should mention this as I happened to stumble upon it when I accidentally set DISTRO_FEATURES to nothing: If one builds with PACKAGE_NO_GCONV set to 1, or without all of libc-charsets, libc-locales and libc-locale-code being set in DISTRO_FEATURES (which results in PACKAGE_NO_GCON

Re: [OE-core] Strip kernel modules and signatures

2018-09-06 Thread Andre McCurdy
On Thu, Sep 6, 2018 at 2:04 PM, Trevor Woerner wrote: > On Fri, Aug 3, 2018 at 4:16 AM, Andre McCurdy wrote: >> >> On Thu, Aug 2, 2018 at 9:54 AM, Ocampo Coronado, Omar >> wrote: >> > Neither 'nm' or 'readelf' provide a symbol that we can use to strip. >> > I'm having a hard time reading kernel-

Re: [OE-core] [PATCH 7/8] busybox: Put klogd/syslogd alternative links in syslog package

2018-09-06 Thread Richard Purdie
Just to follow up, I'm trying separating out busybox-syslog's recommends from busybox into the higher level packagegroups. The patch is in -next and will run tests overnight. Doing this is probably good anyway but it does feel like we're working around an rpm/dnf issue. I'm open to better ideas...

Re: [OE-core] [PATCH 6/7] multilib: fix install file conflicts

2018-09-06 Thread richard . purdie
On Thu, 2018-09-06 at 23:52 +0800, kai.k...@windriver.com wrote: > diff --git a/meta/recipes-core/udev/eudev_3.2.5.bb b/meta/recipes- > core/udev/eudev_3.2.5.bb > index 75617c8d4e..75130f03ef 100644 > --- a/meta/recipes-core/udev/eudev_3.2.5.bb > +++ b/meta/recipes-core/udev/eudev_3.2.5.bb > @@ -23

Re: [OE-core] [PATCHv2 02/21] sysprof: update to 3.30.0

2018-09-06 Thread Richard Purdie
On Thu, 2018-09-06 at 12:40 +0200, Alexander Kanavin wrote: > From: Alexander Kanavin > > Signed-off-by: Alexander Kanavin Fails to build on musl: https://typhoon.yocto.io/#/builders/11/builds/43/steps/7/logs/step1b Cheers, Richard -- ___ Openembe

Re: [OE-core] [PATCH 7/8] busybox: Put klogd/syslogd alternative links in syslog package

2018-09-06 Thread richard . purdie
On Thu, 2018-09-06 at 17:04 +0800, ChenQi wrote: > On 09/06/2018 04:19 PM, richard.pur...@linuxfoundation.org wrote: > > On Thu, 2018-09-06 at 10:11 +0800, ChenQi wrote: > > > Hi Richard, > > > > > > I think my previous patch has covered this case. > > > > > > git://git.pokylinux.org/poky-con

[OE-core] [openembedded-core][PATCH] kernel.bbclass: do not deploy fitImage; kernel-fitimage.bbclass does that.

2018-09-06 Thread Leon Woestenberg
kernel-fitimage.bbclass replaces an occurance of "fitImage" in KERNEL_IMAGETYPE_FOR_MAKE by an image type that is buildable for the architecture (such as zImage). The kernel-fitimage.bbclass packs that image as sub-image in a flattened image tree image (fitImage) and deploys this fitImage along wit

Re: [OE-core] Strip kernel modules and signatures

2018-09-06 Thread Trevor Woerner
On Fri, Aug 3, 2018 at 4:16 AM, Andre McCurdy wrote: > On Thu, Aug 2, 2018 at 9:54 AM, Ocampo Coronado, Omar > wrote: > > Neither 'nm' or 'readelf' provide a symbol that we can use to strip. > > I'm having a hard time reading kernel-source/scripts/sign-file.c and > how exactly how the sign works

Re: [OE-core] [oe] OEDEM Sunday, 21 October 2018 in Edinburgh (before ELCE) - Update

2018-09-06 Thread Joshua Watt
On Thu, 2018-09-06 at 16:00 -0400, Trevor Woerner wrote: > On Thu, Sep 6, 2018 at 5:39 AM, Alexander Kanavin .com> > wrote: > > > And the link for signing up is...? :) > > > > https://www.openembedded.org/wiki/OEDEM_2018 > > or email Armin Will there be an opportunity to dial in remotely? --

Re: [OE-core] OEDEM Sunday, 21 October 2018 in Edinburgh (before ELCE) - Update

2018-09-06 Thread Trevor Woerner
On Thu, Sep 6, 2018 at 5:39 AM, Alexander Kanavin wrote: > And the link for signing up is...? :) > https://www.openembedded.org/wiki/OEDEM_2018 or email Armin -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists

Re: [OE-core] [PATCH v3] wic: squashfs does support partition uuid.

2018-09-06 Thread Tom Rini
On Thu, Sep 06, 2018 at 08:05:52PM +0200, Emmanuel Roullit wrote: > wic allows the user to create disk image and reference each created > partitions via its partition UUID. > > squashfs does not support filesystem UUID but it does offer support for > partition UUID. > > $ lsblk -o NAME,FSTYPE,UU

Re: [OE-core] [PATCH] mesa: disable LLVM on x86

2018-09-06 Thread Burton, Ross
You can fiddle a packageconfig in a bbappend already. On 6 September 2018 at 18:24, Khem Raj wrote: > On Thu, Sep 6, 2018 at 8:07 AM Ross Burton wrote: >> >> Whilst turning on the LLVM drivers is a honourable goal, the performance >> impact >> is *huge*. Instead let specific BSPs turn it on as

[OE-core] [PATCH v3] wic: squashfs does support partition uuid.

2018-09-06 Thread Emmanuel Roullit
wic allows the user to create disk image and reference each created partitions via its partition UUID. squashfs does not support filesystem UUID but it does offer support for partition UUID. $ lsblk -o NAME,FSTYPE,UUID,PARTUUID NAME FSTYPE UUID PARTUUID sda |-s

[OE-core] [PATCH v2] wic: squashfs does support partition uuid.

2018-09-06 Thread Emmanuel Roullit
wic allows the user to create disk image and reference each created partitions via its partition UUID. squashfs does not support filesystem UUID but it does offer support for partition UUID. $ lsblk -o NAME,FSTYPE,UUID,PARTUUID NAME FSTYPE UUID PARTUUID sda |-s

Re: [OE-core] [PATCH] gdb: PACKAGECONFIG for tui

2018-09-06 Thread Khem Raj
On Thu, Sep 6, 2018 at 6:56 AM Trevor Woerner wrote: > > Allow the tui (Terminal User Interface) option to be set via a PACKAGECONFIG. > seems harmless > Signed-off-by: Trevor Woerner > --- > meta/recipes-devtools/gdb/gdb-common.inc | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) >

Re: [OE-core] [PATCH] mesa: disable LLVM on x86

2018-09-06 Thread Khem Raj
On Thu, Sep 6, 2018 at 8:07 AM Ross Burton wrote: > > Whilst turning on the LLVM drivers is a honourable goal, the performance > impact > is *huge*. Instead let specific BSPs turn it on as required. > Can we turn this into a variable so we can add it in a bbappend ? > Signed-off-by: Ross Burto

[OE-core] ✗ patchtest: failure for disable allarch when multilib is used

2018-09-06 Thread Patchwork
== Series Details == Series: disable allarch when multilib is used Revision: 1 URL : https://patchwork.openembedded.org/series/13937/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

[OE-core] [PATCH 6/7] multilib: fix install file conflicts

2018-09-06 Thread kai.kang
From: Kai Kang Fix install files conflicts between multlib packages: | Error: Transaction check error: | file /usr/bin/g-ir-annotation-tool conflicts between attempted installs of lib32-gobject-introspection-1.56.1-r0.x86 and gobject-introspection-1.56.1-r0.core2_64 | file /usr/bin/g-ir-sc

[OE-core] [PATCH 7/7] target-sdk-provides-dummy: skip package_qa_multilib check

2018-09-06 Thread kai.kang
From: Kai Kang The rprovides of target-sdk-provides-dummy don't be updated with multilib, so it fails package_qa_multilib check. Because target-sdk-provides-dummy doesn't install any file to sysroot, it is safe to skip package_qa_multilib check for target-sdk-provides-dummy. Remove ${MLPREFIX}ta

[OE-core] [PATCH 2/7] sstate.bbclass: update SSTATE_DUPWHITELIST

2018-09-06 Thread kai.kang
From: Kai Kang Update SSTATE_DUPWHITELIST in sstate.bbclass. * remove ${DEPLOY_DIR_RPM}/noarch/ which is not overwritten any more * add directories for package target-sdk-provides-dummy Signed-off-by: Kai Kang --- meta/classes/sstate.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deleti

[OE-core] [PATCH 5/7] statetests.py: drop test_sstate_allarch_samesigs_multilib

2018-09-06 Thread kai.kang
From: Kai Kang allarch is disabled when multilib is used, so sstate oeqa case test_sstate_allarch_samesigs_multilib is useless. Remove check for allarch part and rename to test_sstate_nativesdk_samesigs_multilib. Signed-off-by: Kai Kang --- meta/lib/oeqa/selftest/cases/sstatetests.py | 11 ++--

[OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2018-09-06 Thread kai.kang
From: Kai Kang Some allarch packages rdepends non-allarch packages. when multilib is used, it doesn't expand the dependency chain correctly, e.g. core-image-sato -> ca-certificates(allarch) -> openssl we expect dependency chain for lib32-core-image-sato: lib32-core-image-sato -> ca-certificate

[OE-core] [PATCH 4/7] update_gtk_immodules_cache: update for multilib

2018-09-06 Thread kai.kang
From: Kai Kang Postinstall script update_gtk_immodules_cache calls ${bindir}/gtk-query-immodules-${version}. When multilib is enabled, both packages foo and lib32-foo call ${bindir}/gtk-query-immodules-${version} and one of them will fail to run obviously. Duplicate install files gtk-query-immod

[OE-core] [PATCH 3/7] update_font_cache: update script for multilib

2018-09-06 Thread kai.kang
From: Kai Kang Packages which inherit fontcache.bbclass call postinstall script update_font_cache. And in update_font_cache, it calls ${bindir}/fc-cache by qemuwrapper. When multilib is enabled, both packages foo and lib32-foo will call ${bindir}/fc-cache and one of them will fail to run obviousl

[OE-core] [PATCH v5 0/7] disable allarch when multilib is used

2018-09-06 Thread kai.kang
From: Kai Kang V5: * set PACKAGE_ARCH in event handler bb.event.RecipePreFinalise * add execption of target-sdk-provides-dummy for package_qa_multilib check The following changes since commit c710430aa1a5a30d3087c3102485d4621e8d179e: Revert "prelink: Fix SRC_URI and branch" (2018-09-06 14:4

[OE-core] ✗ patchtest: failure for xserver-xorg: config: fix NULL value detection for ID_INPUT being unset

2018-09-06 Thread Patchwork
== Series Details == Series: xserver-xorg: config: fix NULL value detection for ID_INPUT being unset Revision: 1 URL : https://patchwork.openembedded.org/series/13935/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

Re: [OE-core] [PATCH 3/5] update_font_cache: update script for multilib

2018-09-06 Thread Kang Kai
On 2018年09月04日 18:02, Kang Kai wrote: On 2018年09月04日 17:44, Martin Jansa wrote: Hi Kai, do you have similar fix for update_gio_module_cache intercept? It seems to fail similarly with multilib enabled. The fix is from script update_gio_module_cache, so I thought it works and didn't meet the

[OE-core] [openembedded-core][PATCH v2 2/2] kernel-fitimage.bbclass: Create a "fitImage" symlink to resulting FIT image.

2018-09-06 Thread Leon Woestenberg
From: Walter Goossens If an initramfs was used, the fitImage link will point to the FIT containing the initramfs. Otherwise it will link to the FIT without initramfs. This ensures the user can depend on "fitImage" to point to the desired FIT image. Signed-off-by: Leon Woestenberg --- meta/cla

[OE-core] [openembedded-core][PATCH v2 1/2] kernel-fitimage.bbclass: Handle bundled initramfs case correctly.

2018-09-06 Thread Leon Woestenberg
From: Walter Goossens If INITRAMFS_IMAGE was set, but also INITRAMFS_BUNDLE = 1, then the kernel image already has the initramfs bundled inside. In that case do not pack the initramfs inside the FIT (again). (The fitImage name does keep the suffix INITRAMFS_IMAGE for all initramfs cases.) Signe

[OE-core] [PATCH] xserver-xorg: config: fix NULL value detection for ID_INPUT being unset

2018-09-06 Thread Armin Kuster
Fixes Yocto # 12899 Xorg.log message: (II) config/udev: Adding input device (unnamed) (/dev/tty59) and cause system freezes. Signed-off-by: Armin Kuster --- ...value-detection-for-ID_INPUT-being-u.patch | 40 +++ .../xorg-xserver/xserver-xorg_1.19.6.bb | 1 + 2 files ch

[OE-core] [PATCH] mesa: disable LLVM on x86

2018-09-06 Thread Ross Burton
Whilst turning on the LLVM drivers is a honourable goal, the performance impact is *huge*. Instead let specific BSPs turn it on as required. Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.i

Re: [OE-core] [PATCH 1/1] gdb: Update to 8.2

2018-09-06 Thread Khem Raj
On Thu, Sep 6, 2018 at 6:08 AM Burton, Ross wrote: > > On 6 September 2018 at 06:42, Khem Raj wrote: > > --- a/meta/recipes-devtools/gdb/gdb-8.1.1.inc > > +++ b/meta/recipes-devtools/gdb/gdb-8.2.inc > > @@ -15,9 +15,6 @@ SRC_URI = "http://ftp.gnu.org/gnu/gdb/gdb-${PV}.tar.xz \ > > fil

Re: [OE-core] [PATCHv2 18/21] meson: update to 0.47.2

2018-09-06 Thread Richard Purdie
On Thu, 2018-09-06 at 12:40 +0200, Alexander Kanavin wrote: > Drop backported patches, refresh the rest. > > Signed-off-by: Alexander Kanavin nativesdk-meson-0.46.1-r0 do_fetch: Fetcher failure for URL: 'https://github.com/mesonbuild/meson/releases/download/0.46.1/meson-0.46.1.tar.gz'. Checksu

Re: [OE-core] [PATCH] wic: Introduce the --use-label partition parameter

2018-09-06 Thread Kevin Hao
On Thu, Sep 06, 2018 at 09:27:39AM -0400, Tom Rini wrote: > On Thu, Sep 06, 2018 at 09:11:20PM +0800, Kevin Hao wrote: > > > We can use this parameter to make the wic use the label to name a > > partition in /etc/fstab. > > > > Signed-off-by: Kevin Hao > > Reviewed-by: Tom Rini > > A few mino

[OE-core] [PATCH] gdb: PACKAGECONFIG for tui

2018-09-06 Thread Trevor Woerner
Allow the tui (Terminal User Interface) option to be set via a PACKAGECONFIG. Signed-off-by: Trevor Woerner --- meta/recipes-devtools/gdb/gdb-common.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gd

Re: [OE-core] [PATCH] wic: Introduce the --use-label partition parameter

2018-09-06 Thread Tom Rini
On Thu, Sep 06, 2018 at 09:11:20PM +0800, Kevin Hao wrote: > We can use this parameter to make the wic use the label to name a > partition in /etc/fstab. > > Signed-off-by: Kevin Hao Reviewed-by: Tom Rini A few minor things below: [snip] > @@ -945,6 +945,14 @@ DESCRIPTION >

[OE-core] [PATCH] wic: Introduce the --use-label partition parameter

2018-09-06 Thread Kevin Hao
We can use this parameter to make the wic use the label to name a partition in /etc/fstab. Signed-off-by: Kevin Hao --- scripts/lib/wic/help.py | 18 +- scripts/lib/wic/ksparser.py | 7 ++- scripts/lib/wic/partition.py | 1 + script

Re: [OE-core] [PATCH 1/1] gdb: Update to 8.2

2018-09-06 Thread Burton, Ross
On 6 September 2018 at 06:42, Khem Raj wrote: > --- a/meta/recipes-devtools/gdb/gdb-8.1.1.inc > +++ b/meta/recipes-devtools/gdb/gdb-8.2.inc > @@ -15,9 +15,6 @@ SRC_URI = "http://ftp.gnu.org/gnu/gdb/gdb-${PV}.tar.xz \ > file://0008-Use-exorted-definitions-of-SIGRTMIN.patch \ >

[OE-core] [PATCH 1/2] mobile-broadband-provider-info: update patch status

2018-09-06 Thread Ross Burton
I pushed this upstream, so mark the patch as such. Signed-off-by: Ross Burton --- .../mobile-broadband-provider-info/multilibfix.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadban

[OE-core] [PATCH 2/2] libbsd: drop obsolete patch

2018-09-06 Thread Ross Burton
This was only needed with old pkg-config, but we have 0.29.2 so this can be dropped. Signed-off-by: Ross Burton --- ...overlay.pc.in-Set-Cflags-to-use-I-instead.patch | 33 -- meta/recipes-support/libbsd/libbsd_0.9.1.bb| 1 - 2 files changed, 34 deletions(-) delete

Re: [OE-core] [PATCH] wic: squashfs does support partition uuid

2018-09-06 Thread Emmanuel Roullit
Got it. I will tweak it and resubmit a PATCHv2 once I got it right. On Thu, Sep 6, 2018 at 12:07 AM Tom Rini wrote: > On Wed, Sep 05, 2018 at 09:53:25PM +0200, Emmanuel Roullit wrote: > > > wic allows the user to create disk image and reference each created > > partitions via its partition UUID.

[OE-core] [PATCH] ffmpeg: use nasm instead of yasm

2018-09-06 Thread Ross Burton
As ffmpeg can use both yasm and nasm let's unify on nasm (last release six months ago, fifteen RCs since) instead of yasm (last release 2014). Signed-off-by: Ross Burton --- meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/re

[OE-core] [PATCH] gstreamer1.0-libav: use nasm instead of yasm

2018-09-06 Thread Ross Burton
The options are still called yasm and there's some cleanup to be done, but as libav can use both yasm and nasm let's unify on nasm (last release six months ago, fifteen RCs since) instead of yasm (last release 2014). Signed-off-by: Ross Burton --- meta/recipes-multimedia/gstreamer/gstreamer1.0-l

[OE-core] [PATCH] mobile-broadband-provider-info: update patch status

2018-09-06 Thread Ross Burton
Signed-off-by: Ross Burton --- .../mobile-broadband-provider-info/multilibfix.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info/multilibfix.patch b/meta/recipes-c

[OE-core] [PATCH 2/5] python3: add toggle for profile-guided-optimisation

2018-09-06 Thread Ross Burton
Add a PACKAGECONFIG for profile-guided-optimisation, and default to whether qemu-usermode is available. Move --enable-optimizations to the pgo optimisation as all this currently does is use the PGO rules, causing a performance hit if PGO isn't actually used. Signed-off-by: Ross Burton --- meta/

[OE-core] [PATCH 1/5] python3: generalise make commands

2018-09-06 Thread Ross Burton
We're repeating the same make invocation over and over, twice without setting OPT=${CFLAGS} which doesn't seem right. Centralise the make invocation to clean up the tasks. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3_3.5.5.bb | 48 +-- 1 file chang

[OE-core] [PATCH 5/5] python3: use regrtest instead of PyBench for profile-guided-optimisation

2018-09-06 Thread Ross Burton
PyBench takes a long time to run, also upstream have removed it from Python and instead use test.regrtest —pgo to profile the interpreter. The results are good: not only does Python compile faster (~300s vs ~600s on my machine) but Phoronix’s PyBench test runs in 2130ms compared to 2229ms when usi

[OE-core] [PATCH 4/5] python3: don't use runtime checks to identify float endianism

2018-09-06 Thread Ross Burton
Python uses AC_RUN_IFELSE to determine the byte order for floats and doubles, and falls back onto "I don't know" if it can't run code. This results in crippled floating point numbers in Python, and the regression tests fail. Instead of running code, take a macro from autoconf-archive which compil

[OE-core] [PATCH 3/5] python3: trim PGO patch

2018-09-06 Thread Ross Burton
There's no need to delete the line that removes the profile data, as we're not using it after the build. This reduces the size of the patch, making it easier to maintain. Signed-off-by: Ross Burton --- .../0002-Makefile-add-target-to-split-profile-generation.patch| 4 ++-- 1 file change

[OE-core] [PATCHv2 20/21] glib: update to 2.58.0

2018-09-06 Thread Alexander Kanavin
Drop upstreamed patches, refresh the rest. Add an explicit dependency on gettext-native, as glib is no longer fooled by setting msgfmt to /bin/false. Signed-off-by: Alexander Kanavin --- ...stall-gio-querymodules-as-libexec_PROGRAM.patch | 14 ++--- ...st-for-pthread_getname_np-before-using-it.p

[OE-core] [PATCHv2 21/21] gobject-introspection: update to 1.58.0

2018-09-06 Thread Alexander Kanavin
License-Update: clarification of what parts of g-i are licensed under which license. Actual terms are the same. Add a patch to deal with prelink-rtld returning 127 in some cases despite there being no error. Signed-off-by: Alexander Kanavin --- ...he-repository-directory-for-native-builds.pat

[OE-core] [PATCHv2 17/21] vala: update to 0.42.0

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/vala/disable-graphviz.patch | 12 ++-- .../recipes-devtools/vala/{vala_0.40.8.bb => vala_0.42.0.bb} | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) rename meta/recipes-devtools/vala/{vala_0.40.8.bb => vala_

[OE-core] [PATCHv2 19/21] gtk-doc: update to 1.29

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...hardocode-paths-to-perl-python-in-scripts.patch | 25 ++ meta/recipes-gnome/gtk-doc/files/no-clobber.patch | 23 +++- .../gtk-doc/files/pkg-config-native.patch | 6 +++--- .../gtk-doc/{gtk-doc_1.28.bb => gtk-do

[OE-core] [PATCHv2 16/21] dtc: update to 1.4.7

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/dtc/dtc/make_install.patch | 23 +++--- .../dtc/{dtc_1.4.6.bb => dtc_1.4.7.bb} | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) rename meta/recipes-kernel/dtc/{dtc_1.4.6.bb => dtc_1.4.7.bb} (81%)

[OE-core] [PATCHv2 18/21] meson: update to 0.47.2

2018-09-06 Thread Alexander Kanavin
Drop backported patches, refresh the rest. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson.inc | 10 +- .../meson/0001-Validate-cpu_family-3753.patch | 110 --- ...ix-issues-that-arise-when-cross-compiling.patch | 30 +- ...-mesonbuild-Recognise-risc-v-

[OE-core] [PATCHv2 15/21] gptfdisk: update to 1.0.4

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/fdisk/{gptfdisk_1.0.3.bb => gptfdisk_1.0.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/fdisk/{gptfdisk_1.0.3.bb => gptfdisk_1.0.4.bb} (86%) diff --git a/meta/recipes-devtools/fdisk/gptfdis

[OE-core] [PATCHv2 13/21] boost: update to 1.68.0

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...bjam-native_1.67.0.bb => bjam-native_1.68.0.bb} | 0 .../boost/{boost-1.67.0.inc => boost-1.68.0.inc} | 4 +- ...ng-specific-branch-for-x86-DCAS-based-loa.patch | 76 -- .../boost/{boost_1.67.0.bb => boost_1.68.0.bb} | 1 - 4 fi

[OE-core] [PATCHv2 14/21] gdbm: update to 1.18

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/gdbm/files/ptest.patch| 22 +- .../gdbm/{gdbm_1.14.1.bb => gdbm_1.18.bb} | 4 ++-- 2 files changed, 11 insertions(+), 15 deletions(-) rename meta/recipes-support/gdbm/{gdbm_1.14.1.bb => gdbm_1.18.bb}

[OE-core] [PATCHv2 06/21] rpm: update to 4.14.2

2018-09-06 Thread Alexander Kanavin
Drop --disable-dbus option and patch: --disable-plugins is sufficient. Drop upstreamed patches. Drop a chunk of 0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch, as upstream fixed the issue. Signed-off-by: Alexander Kanavin --- ...code-lib-rpm-as-the-installation-path-for.patc

[OE-core] [PATCHv2 10/21] iso-codes: update to 4.1

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/iso-codes/{iso-codes_3.79.bb => iso-codes_4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/iso-codes/{iso-codes_3.79.bb => iso-codes_4.1.bb} (92%) diff --git a/meta/recipes-support/iso-codes/iso-

[OE-core] [PATCHv2 12/21] cantarell-fonts: update to 0.0.25

2018-09-06 Thread Alexander Kanavin
See here for the "reconstruct" explanation: https://gitlab.gnome.org/GNOME/cantarell-fonts/commit/e28a9096da43984212b5b4002b949bcb8c7527f9 Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[OE-core] [PATCHv2 11/21] lighttpd: update to 1.4.50

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../lighttpd/{lighttpd_1.4.49.bb => lighttpd_1.4.50.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.49.bb => lighttpd_1.4.50.bb} (96%) diff --git a/meta/recipes-extended/lighttp

[OE-core] [PATCHv2 09/21] btrfs-tools: update to 4.17.1

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../btrfs-tools/{btrfs-tools_4.17.bb => btrfs-tools_4.17.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.17.bb => btrfs-tools_4.17.1.bb} (96%) diff --git a/meta/recipes-devtools/bt

[OE-core] [PATCHv2 07/21] libsolv: update to 0.6.35

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsolv/{libsolv_0.6.34.bb => libsolv_0.6.35.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-extended/libsolv/{libsolv_0.6.34.bb => libsolv_0.6.35.bb} (88%) diff --git a/meta/recipes-extended/libsolv/li

[OE-core] [PATCHv2 08/21] babetrace: update to 1.5.6

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/lttng/{babeltrace_1.5.5.bb => babeltrace_1.5.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/lttng/{babeltrace_1.5.5.bb => babeltrace_1.5.6.bb} (93%) diff --git a/meta/recipes-kernel/lttng/babeltrac

[OE-core] [PATCHv2 01/21] eee-acpi-scripts: remove the recipe

2018-09-06 Thread Alexander Kanavin
Asus EEEPc hardware is well obsolete, upstream repo is now gone. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/distro_alias.inc | 1 - meta/conf/distro/include/maintainers.inc | 1 - .../eee-acpi-scripts/eee-acpi-scripts_git.bb | 39 -- .../

[OE-core] [PATCHv2 04/21] dos2unix: fix upstream version check

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/dos2unix/dos2unix_7.4.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/dos2unix/dos2unix_7.4.0.bb b/meta/recipes-support/dos2unix/dos2unix_7.4.0.bb index 9964315..9a71270 100644 --- a/meta/recipes-support/dos2

[OE-core] [PATCHv2 05/21] qemu: fix upstream version check

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu_3.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu_3.0.0.bb b/meta/recipes-devtools/qemu/qemu_3.0.0.bb index 80da081..588db7f 100644 --- a/meta/recipes-devtools/qemu/qem

[OE-core] [PATCHv2 03/21] bzip2: do not perform upstream verison check

2018-09-06 Thread Alexander Kanavin
Otherwise, latest version is reported as 1.0.2 which is less than 1.0.6. Hopefully some kind of official homepage will exist at some point. Signed-off-by: Alexander Kanavin --- meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/bz

[OE-core] [PATCHv2 02/21] sysprof: update to 3.30.0

2018-09-06 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...-not-build-anything-in-help-as-it-requires-itstool.patch | 13 +++-- .../sysprof/{sysprof_3.26.1.bb => sysprof_3.30.0.bb}| 5 +++-- 2 files changed, 10 insertions(+), 8 deletions(-) rename meta/recipes-kernel/sysp

Re: [OE-core] [PATCH] busybox: update to 1.29.2

2018-09-06 Thread Richard Purdie
On Wed, 2018-09-05 at 20:05 -0400, Randy MacLeod wrote: Apparently, I need to learn how to handle base64 encoded patches > since > Richard managed to merge this to master today... > > Ah, using patchworks does it for me. > > FYI, just use the download link on: > https://patchwork.openembedded

Re: [OE-core] [PATCH 21/21] gobject-introspection: update to 1.58.0

2018-09-06 Thread Alexander Kanavin
Apologies for lack of rename detection. I'll fix and resend. Alex 2018-09-06 12:29 GMT+02:00 Alexander Kanavin : > License-Update: clarification of what parts of g-i are licensed under which > license. > Actual terms are the same. > > Add a patch to deal with prelink-rtld returning 127 in some c

[OE-core] [PATCH 19/21] gtk-doc: update to 1.29

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...hardocode-paths-to-perl-python-in-scripts.patch | 25 +-- meta/recipes-gnome/gtk-doc/files/no-clobber.patch | 23 +++--- .../gtk-doc/files/pkg-config-native.patch | 6 +-- meta/recipes-gnome/gtk-doc/gtk-doc_1.28.bb | 50 --

[OE-core] [PATCH 21/21] gobject-introspection: update to 1.58.0

2018-09-06 Thread Alexander Kanavin
License-Update: clarification of what parts of g-i are licensed under which license. Actual terms are the same. Add a patch to deal with prelink-rtld returning 127 in some cases despite there being no error. Signed-off-by: Alexander Kanavin --- ...he-repository-directory-for-native-builds.pat

[OE-core] [PATCH 17/21] vala: update to 0.42.0

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/vala/disable-graphviz.patch | 12 ++-- meta/recipes-devtools/vala/vala_0.40.8.bb | 10 -- meta/recipes-devtools/vala/vala_0.42.0.bb | 10 ++ 3 files changed, 16 insertions(+), 16 dele

[OE-core] [PATCH 16/21] dtc: update to 1.4.7

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/dtc/dtc/make_install.patch | 23 --- meta/recipes-kernel/dtc/dtc_1.4.6.bb | 10 -- meta/recipes-kernel/dtc/dtc_1.4.7.bb | 10 ++ 3 files changed, 26 insertions(+), 17 deletions(-) del

[OE-core] [PATCH 18/21] meson: update to 0.47.2

2018-09-06 Thread Alexander Kanavin
Drop backported patches, refresh the rest. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson.inc | 10 +- .../meson/0001-Validate-cpu_family-3753.patch | 110 --- ...ix-issues-that-arise-when-cross-compiling.patch | 30 +- ...-mesonbuild-Recognise-risc-v-

[OE-core] [PATCH 20/21] glib: update to 2.58.0

2018-09-06 Thread Alexander Kanavin
Drop upstreamed patches, refresh the rest. Add an explicit dependency on gettext-native, as glib is no longer fooled by setting msgfmt to /bin/false. Signed-off-by: Alexander Kanavin --- ...stall-gio-querymodules-as-libexec_PROGRAM.patch | 14 ++--- ...st-for-pthread_getname_np-before-using-it.p

[OE-core] [PATCH 11/21] lighttpd: update to 1.4.50

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/lighttpd/lighttpd_1.4.49.bb | 85 --- meta/recipes-extended/lighttpd/lighttpd_1.4.50.bb | 85 +++ 2 files changed, 85 insertions(+), 85 deletions(-) delete mode 100644 meta/recipes-extended/lighttp

[OE-core] [PATCH 14/21] gdbm: update to 1.18

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/gdbm/files/ptest.patch | 22 ++- meta/recipes-support/gdbm/gdbm_1.14.1.bb| 43 - meta/recipes-support/gdbm/gdbm_1.18.bb | 43 + 3 files changed, 52 insertions(+),

[OE-core] [PATCH 09/21] btrfs-tools: update to 4.17.1

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../btrfs-tools/btrfs-tools_4.17.1.bb | 44 ++ .../btrfs-tools/btrfs-tools_4.17.bb| 44 -- 2 files changed, 44 insertions(+), 44 deletions(-) create mode 100644 meta/recipes-devtools/btrfs-t

[OE-core] [PATCH 15/21] gptfdisk: update to 1.0.4

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/fdisk/gptfdisk_1.0.3.bb | 26 -- meta/recipes-devtools/fdisk/gptfdisk_1.0.4.bb | 26 ++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-devtools/fdisk/gpt

[OE-core] [PATCH 13/21] boost: update to 1.68.0

2018-09-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/boost/bjam-native_1.67.0.bb | 19 -- meta/recipes-support/boost/bjam-native_1.68.0.bb | 19 ++ meta/recipes-support/boost/boost-1.67.0.inc| 21 -- meta/recipes-support/boost/boost-1.68.0.inc| 21 ++ ...n

  1   2   >