[OE-core] [PATCH] :adwaita-icon-theme:upgrade 3.30.1 -> 3.32.0

2019-03-26 Thread Zang Ruochen
upgrade from adwaita-icon-theme_3.30.1.bb to adwaita-icon-theme_3.32.0.bb Signed-off-by: Zang Ruochen --- ...aita-icon-theme_3.30.1.bb => adwaita-icon-theme_3.32.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.30.1.bb => adw

[OE-core] kernel.bbclass: initramfs compression

2019-03-26 Thread Ralph Siemsen
There is a "regression" of sorts when building initramfs with Yocto, for kernel version 4.10 and later. Am looking for some suggestions on how best to handle this. In a nutshell, the behaviour is: * kernel 4.9 and earlier: initramfs will be compressed, as long as at least one decompressor algorith

Re: [OE-core] [PATCH] glib: set glib-specific cross properties

2019-03-26 Thread Andre McCurdy
On Tue, Mar 26, 2019 at 11:08 AM Khem Raj wrote: > On Tue, Mar 26, 2019 at 5:02 AM Ross Burton wrote: > > > > GLib wants to execute code to identify several properties of the system, for > > example is vsprintf() broken and what direction does the stack grow. In > > cross-compiled environments th

Re: [OE-core] [PATCH] timezone: update to 2009a

2019-03-26 Thread akuster808
On 3/26/19 9:56 AM, Richard Purdie wrote: > On Tue, 2019-03-26 at 09:13 -0700, Armin Kuster wrote: >> The 2019a release of the tz code and data is available. It reflects >> the following changes, which were either circulated on the tz mailing >> list or are relatively minor technical or administ

Re: [OE-core] [PATCH] gcc-8.3: add back GLIBC_DYNAMIC_LINKER riscv changes

2019-03-26 Thread Khem Raj
On Tue, Mar 26, 2019 at 11:07 AM Ricardo Salveti wrote: > > The riscv GLIBC_DYNAMIC_LINKER changes were dropped during the gcc 8.3 > update, breaking usrmerge support. > ah thanks for noticing that, this should be fine to apply > Signed-off-by: Ricardo Salveti > --- > ...NAMIC_LINKER-and-UCLIB

Re: [OE-core] [PATCH] libcomps: put PV in filename

2019-03-26 Thread Khem Raj
On Tue, Mar 26, 2019 at 3:01 AM Burton, Ross wrote: > > On Tue, 26 Mar 2019 at 01:39, Khem Raj wrote: > > > This isn't a git snapshot recipe but a release that is fetched over it. > > > For > > > clarity, put the PV in the filename. > > > > I think its better to keep it as it is. since its easy

Re: [OE-core] [PATCH] glib: set glib-specific cross properties

2019-03-26 Thread Khem Raj
On Tue, Mar 26, 2019 at 5:02 AM Ross Burton wrote: > > GLib wants to execute code to identify several properties of the system, for > example is vsprintf() broken and what direction does the stack grow. In > cross-compiled environments these fallback to the default values which are not > always co

[OE-core] [PATCH] gcc-8.3: add back GLIBC_DYNAMIC_LINKER riscv changes

2019-03-26 Thread Ricardo Salveti
The riscv GLIBC_DYNAMIC_LINKER changes were dropped during the gcc 8.3 update, breaking usrmerge support. Signed-off-by: Ricardo Salveti --- ...NAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtoo

Re: [OE-core] [PATCH] rootfs-postcommands.bbclass: break up read_only_rootfs_hook

2019-03-26 Thread Andre McCurdy
On Tue, Mar 26, 2019 at 9:44 AM Nick Rosbrook wrote: > > The function read_only_rootfs_hook makes changes to ssh, dropbear, > fstab, and sysvinit configurations. Replace this function with > four new functions for each component so that they can be removed > from postprocess independently of each

Re: [OE-core] [PATCH] timezone: update to 2009a

2019-03-26 Thread Richard Purdie
On Tue, 2019-03-26 at 09:13 -0700, Armin Kuster wrote: > The 2019a release of the tz code and data is available. It reflects > the following changes, which were either circulated on the tz mailing > list or are relatively minor technical or administrative changes: I tweaked the shortlog when mergi

[OE-core] [PATCH] rootfs-postcommands.bbclass: break up read_only_rootfs_hook

2019-03-26 Thread Nick Rosbrook
The function read_only_rootfs_hook makes changes to ssh, dropbear, fstab, and sysvinit configurations. Replace this function with four new functions for each component so that they can be removed from postprocess independently of each other. Signed-off-by: Nick Rosbrook --- meta/classes/rootfs-p

[OE-core] [PATCH] timezone: update to 2009a

2019-03-26 Thread Armin Kuster
The 2019a release of the tz code and data is available. It reflects the following changes, which were either circulated on the tz mailing list or are relatively minor technical or administrative changes: Briefly: Palestine "springs forward" on 2019-03-30 instead of 2019-03-23. Metlakat

[OE-core] [PATCH] less: upgrade 549 (terribly broken) -> 550

2019-03-26 Thread Andreas Müller
Test case: * open xfce4-terminal * run 'echo | less' * press arrow up/down few times * exit less with 'q' => From now on all mouse(wheel) buttons create strange inputs on terminal Release note says [1]: "Sometimes the terminal was left in mouse-reporting mode after exiting less." http://www.gree

[OE-core] Yocto Project Status WW13'19

2019-03-26 Thread sjolley.yp.pm
Current Dev Position: YP 2.7 M4 (New feature Freeze has begun.) Next Deadline: YP 2.7 M3 Release Target was Mar. 8, 2019 SWAT Team Rotation: * SWAT lead is currently: Paul * SWAT team rotation: Paul -> Ross on Mar. 30, 2019 * SWAT team rotation: Ross -> Amanda on Apr. 5, 20

[OE-core] [PATCH] adwaita-icon-theme: do not delete symbolic svg but pack them in ${PN}-symbolic

2019-03-26 Thread Andreas Müller
This fixes: * gtk-icon-browser: for symbolic view almost all icons were missing * xfce's thunar: 'home' and 'up' icons were missing. Had a long discussion with XFCE-people [1] and asked here [2]. How could I overlook the most obvious... [1] https://bugzilla.xfce.org/show_bug.cgi?id=14443 [2] h

Re: [OE-core] [PATCH] resulttool/merge: Enable merge results to one file

2019-03-26 Thread Richard Purdie
On Tue, 2019-03-26 at 10:02 +0800, Yeoh Ee Peng wrote: > QA team execute extra testing that create multiple test result files, > where these test result files need to be merged into a single file > under certain use case. > > Enable merge to allow merging results into a single test result file. >

[OE-core] [PATCH] glib: set glib-specific cross properties

2019-03-26 Thread Ross Burton
GLib wants to execute code to identify several properties of the system, for example is vsprintf() broken and what direction does the stack grow. In cross-compiled environments these fallback to the default values which are not always correct (our vsprintf() is fine, but the test assumes it isn't)

[OE-core] [PATCH] sysvinit: consolidate patches

2019-03-26 Thread Ross Burton
Signed-off-by: Ross Burton --- .../0001-include-sys-sysmacros.h-for-major-minor-defines-in-g.patch | 0 meta/recipes-core/sysvinit/{sysvinit-2.88dsf => sysvinit}/crypt-lib.patch | 0 meta/recipes-core/sysvinit/{sysvinit-2.88dsf => sysvinit}/install.patch | 0 .../sysvinit/{sysvinit-2.88ds

[OE-core] [PATCH] zlib: clean up ptest

2019-03-26 Thread Ross Burton
Instead of patching and sedding the makefile, just install test/example and execute it in run-ptest. example is the bulk of the test suite, as minimal as it is. Signed-off-by: Ross Burton --- .../recipes-core/zlib/zlib/Makefile-runtests.patch | 38 -- meta/recipes-core/zlib/

[OE-core] [PATCH] glib: do a build check for strlcpy before runtime

2019-03-26 Thread Ross Burton
There's no need to do a runtime check for the behaviour of strlcpy if it doesn't even exist. Signed-off-by: Ross Burton --- ...build-time-check-for-strlcpy-before-attem.patch | 62 ++ meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb | 1 + 2 files changed, 63 insertions(+)

Re: [OE-core] [PATCH] libcomps: put PV in filename

2019-03-26 Thread Burton, Ross
On Tue, 26 Mar 2019 at 11:02, Martin Jansa wrote: > git fetcher fetches whatever SRCREV is defined in the recipe, no matter > what PV says, I've seen enough recipe upgrades which just renamed the > recipe to have new version in filename updating SRCREV and even claimed > that the upgrade was prope

Re: [OE-core] [PATCH] libcomps: put PV in filename

2019-03-26 Thread Martin Jansa
On Tue, Mar 26, 2019 at 10:32:07AM +, Burton, Ross wrote: > On Tue, 26 Mar 2019 at 10:20, Martin Jansa wrote: > > http fetcher won't (usually) fetch different version just by changing 1 > > variable inside the recipe and vice versa, renaming the recipe won't > > fetch different SRCREV with git

Re: [OE-core] [PATCH] libcomps: put PV in filename

2019-03-26 Thread Adrian Bunk
On Tue, Mar 26, 2019 at 11:20:17AM +0100, Martin Jansa wrote: > On Tue, Mar 26, 2019 at 10:00:52AM +, Burton, Ross wrote: > > On Tue, 26 Mar 2019 at 01:39, Khem Raj wrote: > > > > This isn't a git snapshot recipe but a release that is fetched over it. > > > > For > > > > clarity, put the PV

Re: [OE-core] [PATCH] libcomps: put PV in filename

2019-03-26 Thread Burton, Ross
On Tue, 26 Mar 2019 at 10:20, Martin Jansa wrote: > http fetcher won't (usually) fetch different version just by changing 1 > variable inside the recipe and vice versa, renaming the recipe won't > fetch different SRCREV with git. Sure it will. gcc_http.bb sets PV=8.3.0 in the recipe, and SRC_URI

[OE-core] [PATCH] gtk+3: add librsvg to DEPENDS

2019-03-26 Thread Andreas Müller
adwaita-icon-themes failes to create symbolic icons. In log.do_install when calling gtk-encode-symbolic-svg there many complaints | Can't load file: Unrecognized image file format We fail her now due to: commit 7f6c57635ff4e1edf7a46c49af34846ad0a4bf73 Author: Alexander Kanavin Date: Wed Jan 3

Re: [OE-core] [PATCH] libcomps: put PV in filename

2019-03-26 Thread Martin Jansa
On Tue, Mar 26, 2019 at 10:00:52AM +, Burton, Ross wrote: > On Tue, 26 Mar 2019 at 01:39, Khem Raj wrote: > > > This isn't a git snapshot recipe but a release that is fetched over it. > > > For > > > clarity, put the PV in the filename. > > > > I think its better to keep it as it is. since i

Re: [OE-core] [PATCH] libcomps: put PV in filename

2019-03-26 Thread Burton, Ross
On Tue, 26 Mar 2019 at 01:39, Khem Raj wrote: > > This isn't a git snapshot recipe but a release that is fetched over it. For > > clarity, put the PV in the filename. > > I think its better to keep it as it is. since its easy to trace git log > history. So should I be renaming gcc-8.3.bb to gcc