[OE-core] [PATCH v3] package.py: New EXTRA_STRIPFLAGS variable

2016-10-26 Thread Michael Blättler
The EXTRA_STRIPFLAGS variable can be used to pass additional parameters to the strip command. This can be used to remove additional sections or to keep symbols. The removal of additional sections can be useful to enable reproducible builds. Sections which contain paths or md5sums of the debug bina

Re: [OE-core] [master][morty][PATCH] libunwind: add ptest support

2016-10-26 Thread Jagadeesh Krishnanjanappa
Hi Tudor, > Hi Jagadeesh, > > > The patch include below changes: > ... > > 2. Some of the libunwind test cases such as run-check-namespace, > >run-coredump-unwind require debug symbols to be present in > >libunwind library. So set INHIBIT_PACKAGE_STRIP to "1". > > --- a/meta/recipes-suppo

[OE-core] [PATCH][krogoth] Python signal module RDEPENDS fix

2016-10-26 Thread Enrico Jorns
The attached patch from OE-core master branch (6306dc8351c19059c4c2a8e75bb5733e64532732) fixes a dependency issue introduces with OE-Core patch 0575e8c9fb52a7b594025fd20445a2edd06e3c69 "python3: Fixes several python3 dependency problems". As the latter patch also made its way into the krogoth bran

[OE-core] [PATCH] python-3.5-manifest.inc: the signal module RDEPENDS on enum

2016-10-26 Thread Enrico Jorns
From: Robert Yang Fixed: $ python3 >>> import signal Traceback (most recent call last): File "", line 1, in File "/path/to/sdk/sysroots/x86_64-pokysdk-linux/usr/lib/python3.5/signal.py", line 4, in from enum import IntEnum as _IntEnum ImportError: No module named 'enum' (From OE-Core

[OE-core] [PATCH 0/2] Fix qemu cve issues

2016-10-26 Thread kai.kang
From: Kai Kang Fix * complementary fix of CVE-2016-5403 * CVE-2016-7423 * CVE-2016-7908 The following changes since commit 30d1af89ce2a2fb30f32a898ec12c9a51db57013: image_types: Use softer setting of WKS_FILE (2016-10-25 17:58:59 +0100) are available in the git repository at: git://git.po

[OE-core] State of bitbake world 2016-10-25

2016-10-26 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64 ||q

[OE-core] [PATCH 2/5] tiff: Security fix CVE-2016-3990

2016-10-26 Thread Yi Zhao
CVE-2016-3990 libtiff: Heap-based buffer overflow in the horizontalDifference8 function in tif_pixarlog.c in LibTIFF 4.0.6 and earlier allows remote attackers to cause a denial of service (crash) or execute arbitrary code via a crafted TIFF image to tiffcp. External References: https://web.nvd.nis

[OE-core] [PATCH 1/5] tiff: Security fix CVE-2016-3945

2016-10-26 Thread Yi Zhao
CVE-2016-3945 libtiff: Multiple integer overflows in the (1) cvt_by_strip and (2) cvt_by_tile functions in the tiff2rgba tool in LibTIFF 4.0.6 and earlier, when -b mode is enabled, allow remote attackers to cause a denial of service (crash) or execute arbitrary code via a crafted TIFF image, which

[OE-core] [PATCH 3/5] tiff: Security fix CVE-2016-3991

2016-10-26 Thread Yi Zhao
CVE-2016-3991 libtiff: Heap-based buffer overflow in the loadImage function in the tiffcrop tool in LibTIFF 4.0.6 and earlier allows remote attackers to cause a denial of service (out-of-bounds write) or execute arbitrary code via a crafted TIFF image with zero tiles. External References: https://

[OE-core] [PATCH 5/5] tiff: Security fix CVE-2016-3622

2016-10-26 Thread Yi Zhao
CVE-2016-3622 libtiff: The fpAcc function in tif_predict.c in the tiff2rgba tool in LibTIFF 4.0.6 and earlier allows remote attackers to cause a denial of service (divide-by-zero error) via a crafted TIFF image. External References: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3622 ht

[OE-core] [PATCH 4/5] tiff: Security fix CVE-2016-3623

2016-10-26 Thread Yi Zhao
CVE-2016-3623 libtiff: The rgb2ycbcr tool in LibTIFF 4.0.6 and earlier allows remote attackers to cause a denial of service (divide-by-zero) by setting the (1) v or (2) h parameter to 0. External References: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3623 http://bugzilla.maptools.or

[OE-core] [PATCH 0/5] tiff: fix CVEs

2016-10-26 Thread Yi Zhao
The following changes since commit 30d1af89ce2a2fb30f32a898ec12c9a51db57013: image_types: Use softer setting of WKS_FILE (2016-10-25 17:58:59 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib yzhao/tiff-cves http://git.pokylinux.org/cgit.cgi/poky-contrib/

[OE-core] [PATCHv2 03/16] libdrm: Upgrade 2.4.70 -> 2.4.71

2016-10-26 Thread Jussi Kukkonen
Mostly a bug fix release. Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/drm/{libdrm_2.4.70.bb => libdrm_2.4.71.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.70.bb => libdrm_2.4.71.bb} (93%) diff --git a/meta/recipes-graphic

[OE-core] [PATCHv2 02/16] libevdev: Upgrade 1.5.2 -> 1.5.4

2016-10-26 Thread Jussi Kukkonen
Tiny bug fix releases. Signed-off-by: Jussi Kukkonen --- .../recipes-support/libevdev/{libevdev_1.5.2.bb => libevdev_1.5.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libevdev/{libevdev_1.5.2.bb => libevdev_1.5.4.bb} (74%) diff --git a/meta/recipe

[OE-core] [PATCHv2 00/16] Make libinput default X input driver + upgrades

2016-10-26 Thread Jussi Kukkonen
Changes since v1: * Remove references to legacy drivers in xorg.conf files. As far as I can tell no input driver configuration is needed nowadays: I'm no qemu expert so advice on this is welcome though. * Drop the changes to scripts/lib/bsp/ (as they are for meta-yocto) So the last commit is n

[OE-core] [PATCHv2 01/16] libinput: Upgrade 1.4.1 -> 1.5.0

2016-10-26 Thread Jussi Kukkonen
A large part of this release cycle was internal cleanups and improvements to the test suite, only few new features were added. Signed-off-by: Jussi Kukkonen --- .../recipes-graphics/wayland/{libinput_1.4.1.bb => libinput_1.5.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCHv2 11/16] libxfont: Upgrade 1.5.1 -> 1.5.2

2016-10-26 Thread Jussi Kukkonen
Bug fix release. Signed-off-by: Jussi Kukkonen --- .../xorg-lib/{libxfont_1.5.1.bb => libxfont_1.5.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxfont_1.5.1.bb => libxfont_1.5.2.bb} (81%) diff --git a/meta/recipes-gra

[OE-core] [PATCHv2 04/16] xf86-input-libinput: Upgrade 0.19.0 -> 0.22.0

2016-10-26 Thread Jussi Kukkonen
Bug fixes and some added configuration support. Signed-off-by: Jussi Kukkonen --- .../{xf86-input-libinput_0.19.0.bb => xf86-input-libinput_0.22.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.19.0.bb => xf86-inpu

[OE-core] [PATCHv2 06/16] libxvmc: Upgrade 1.0.9 -> 1.0.10

2016-10-26 Thread Jussi Kukkonen
Tiny bug fix release. Signed-off-by: Jussi Kukkonen --- .../recipes-graphics/xorg-lib/{libxvmc_1.0.9.bb => libxvmc_1.0.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxvmc_1.0.9.bb => libxvmc_1.0.10.bb} (76%) diff --git a/meta/recipes

[OE-core] [PATCHv2 08/16] libxtst: Upgrade 1.2.2 -> 1.2.3

2016-10-26 Thread Jussi Kukkonen
Tiny bug fix release. Signed-off-by: Jussi Kukkonen --- .../recipes-graphics/xorg-lib/{libxtst_1.2.2.bb => libxtst_1.2.3.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxtst_1.2.2.bb => libxtst_1.2.3.bb} (78%) diff --git a/meta/recipes-

[OE-core] [PATCHv2 12/16] libxfixes: Upgrade 5.0.2 -> 5.0.3

2016-10-26 Thread Jussi Kukkonen
Tiny bug fix release. Signed-off-by: Jussi Kukkonen --- .../xorg-lib/{libxfixes_5.0.2.bb => libxfixes_5.0.3.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxfixes_5.0.2.bb => libxfixes_5.0.3.bb} (79%) diff --git a/meta/reci

[OE-core] [PATCHv2 05/16] xproto: Upgrade 7.0.29 -> 7.0.31

2016-10-26 Thread Jussi Kukkonen
Tiny bug fix releases. Signed-off-by: Jussi Kukkonen --- .../xorg-proto/{xproto_7.0.29.bb => xproto_7.0.31.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{xproto_7.0.29.bb => xproto_7.0.31.bb} (74%) diff --git a/meta/recip

[OE-core] [PATCHv2 09/16] libxrender: Upgrade 0.9.9 -> 0.9.10

2016-10-26 Thread Jussi Kukkonen
Tiny bug fix release. Signed-off-by: Jussi Kukkonen --- .../xorg-lib/{libxrender_0.9.9.bb => libxrender_0.9.10.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxrender_0.9.9.bb => libxrender_0.9.10.bb} (82%) diff --git a/meta/r

[OE-core] [PATCHv2 10/16] libxi: Upgrade 1.7.6 -> 1.7.7

2016-10-26 Thread Jussi Kukkonen
Tiny bug fix release. Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/xorg-lib/{libxi_1.7.6.bb => libxi_1.7.7.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxi_1.7.6.bb => libxi_1.7.7.bb} (81%) diff --git a/meta/recipes-graphics

[OE-core] [PATCHv2 13/16] libx11: Upgrade 1.6.3 -> 1.6.4

2016-10-26 Thread Jussi Kukkonen
Maintenance release. libx11-xcb no longer links against libx11. Remove backported patch. Signed-off-by: Jussi Kukkonen --- .../libx11/libX11-Add-missing-NULL-check.patch | 72 -- meta/recipes-graphics/xorg-lib/libx11_1.6.3.bb | 11 meta/recipes-graphics/xorg-lib

[OE-core] [PATCHv2 14/16] libx11-diet: Upgrade 1.6.3 -> 1.6.4

2016-10-26 Thread Jussi Kukkonen
Maintenance release. Signed-off-by: Jussi Kukkonen --- .../xorg-lib/{libx11-diet_1.6.3.bb => libx11-diet_1.6.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libx11-diet_1.6.3.bb => libx11-diet_1.6.4.bb} (73%) diff --git a/meta/r

[OE-core] [PATCHv2 15/16] conf: Use xf86-input-libinput by default

2016-10-26 Thread Jussi Kukkonen
Don't install legacy X input drivers for any machines by default, RRECOMMEND xf86-input-libinput instead. This is the setup suggested by upstream: install only libinput by default, but let niche legacy drivers sort higher in configuration so they get chosen if installed. So the order is: evdev <

[OE-core] [PATCHv2 07/16] libxv: Upgrade 1.0.10 -> 1.0.11

2016-10-26 Thread Jussi Kukkonen
Tiny bug fix release. Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/xorg-lib/{libxv_1.0.10.bb => libxv_1.0.11.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxv_1.0.10.bb => libxv_1.0.11.bb} (78%) diff --git a/meta/recipes-gra

[OE-core] [PATCHv2 16/16] xserver-xf86-config: Remove legacy drivers from xorg.conf

2016-10-26 Thread Jussi Kukkonen
Trying to configure evdev and mouse leads to errors in X startup because xf86-input-libinput is now the default. No configuration should be needed: xf86-input-libinput should just work out-of-the-box. Signed-off-by: Jussi Kukkonen --- .../xserver-xf86-config/qemuarm/xorg.conf | 31 -

[OE-core] is there a way for "rpm -ql" (v5) to *not* print intervening dirs?

2016-10-26 Thread Robert P. J. Day
a mundane issue, but i just noticed that rpm5 that comes with OE insists on printing all intervening directories with "rpm -ql", as in it would print: /usr /usr/lib /usr/lib/perl /usr/lib/perl/5.22.1/ /usr/lib/perl/5.22.1/Encode.pm just to show that that last file is part of a given package. i

Re: [OE-core] [PATCH 1/5] tiff: Security fix CVE-2016-3945

2016-10-26 Thread Jussi Kukkonen
On 26 October 2016 at 11:26, Yi Zhao wrote: > CVE-2016-3945 libtiff: Multiple integer overflows in the (1) > cvt_by_strip and (2) cvt_by_tile functions in the tiff2rgba tool in > LibTIFF 4.0.6 and earlier, when -b mode is enabled, allow remote > attackers to cause a denial of service (crash) or e

[OE-core] [PATCH 1/2] qemu: supplementary fix of CVE-2016-5403

2016-10-26 Thread kai.kang
=commit;h=bccdef6 http://git.qemu.org/?p=qemu.git;a=commit;h=58a83c6 http://git.qemu.org/?p=qemu.git;a=commit;h=4b7f91e The first 2 commits have been merged in qemu 2.7.0. Then apply the third one. (LOCAL REV: NOT UPSTREAM) -- Will send to oe-core on 20161026 Signed-off-by: Kai Kang --- ...0001

[OE-core] [PATCH 2/2] qemu: fix CVE-2016-7423 and CVE-2016-7908

2016-10-26 Thread kai.kang
From: Kai Kang Issue: LIN9-1716 Issue: LIN9-1722 Backport patches to fix CVE-2016-7423 and CVE-2016-7908 of qemu. (LOCAL REV: NOT UPSTREAM) -- Will send to oe-core on 20161026 Signed-off-by: Kai Kang --- .../qemu/qemu/0002-fix-CVE-2016-7423.patch | 45 .../qemu/qemu

Re: [OE-core] [PATCH] wic: Add dosfstools-native mtools-native to dependencies

2016-10-26 Thread Ed Bartosh
Hi Khem, On Tue, Oct 25, 2016 at 06:50:17PM -0700, Khem Raj wrote: > these tools are needed for building wic images for some > boards e.g. overo/gumstix NAK Usage of native tools depends on .wks content: modules, partition types, etc. Your change will cause unnecessary build activity for some mac

Re: [OE-core] most efficient way to map perl RH rpms to OE package names?

2016-10-26 Thread Robert P. J. Day
ok, one more question about all this "mapping RH/CentOS rpms to Perl modules" nonsense i'm buried in, with the hope i can resolve this once and for all and finish this off, and then i can shut up about this. in brief, a current build system creates an X86-target bootable linux system by insta

Re: [OE-core] most efficient way to map perl RH rpms to OE package names?

2016-10-26 Thread Robert P. J. Day
On Tue, 25 Oct 2016, Christopher Larson wrote: > On Tue, Oct 25, 2016 at 12:05 AM, Robert P. J. Day > wrote: > On Tue, 25 Oct 2016, Robert P. J. Day wrote: > > >   i once wrote a wiki page on "bb", distinguishing between queries > > you could make before you did a build, versus

[OE-core] [PATCH 0/2] V2: Fix qemu cve issues

2016-10-26 Thread kai.kang
From: Kai Kang V2: * correct commit messages The following changes since commit 30d1af89ce2a2fb30f32a898ec12c9a51db57013: image_types: Use softer setting of WKS_FILE (2016-10-25 17:58:59 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/qemu-cves

[OE-core] [PATCH 1/2] qemu: supplementary fix of CVE-2016-5403

2016-10-26 Thread kai.kang
From: Kai Kang It is reported in qemu community that VM always exits with: | 2016-10-17T07:33:40.393592Z qemu-kvm: Virtqueue size exceede when VM is suspend and resume. Solution from the maintainer of virtio is to merge following 3 commits: http://git.qemu.org/?p=qemu.git;a=commit;h=bccdef6 ht

[OE-core] [PATCH 2/2] qemu: fix CVE-2016-7423 and CVE-2016-7908

2016-10-26 Thread kai.kang
From: Kai Kang Backport patches to fix CVE-2016-7423 and CVE-2016-7908 of qemu. Signed-off-by: Kai Kang --- .../qemu/qemu/0002-fix-CVE-2016-7423.patch | 45 .../qemu/qemu/0003-fix-CVE-2016-7908.patch | 62 ++ meta/recipes-devtools/qemu/qemu_

[OE-core] [PATCH] boost: disable 'wave' in MIPS16e mode

2016-10-26 Thread André Draszik
From: André Draszik This doesn't compile, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77757#c2 Signed-off-by: André Draszik Acked-by: Sylvain Lemieux --- meta/recipes-support/boost/boost.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/boost/boost.inc b/m

[OE-core] [PATCH] bash_3.2.x: update recipe version to match what we're shipping

2016-10-26 Thread André Draszik
From: André Draszik Make sure the recipe version matches what we're actually shipping, so that tools like cve-check can do the right thing. Rather than fetching version 3.2.48 and applying all patches up to and including version 3.2.57, we just fetch the latter in the first place. Signed-off-by

Re: [OE-core] most efficient way to map perl RH rpms to OE package names?

2016-10-26 Thread Robert P. J. Day
never mind, i think i finally twigged to what i need ... i can see in the include file "perl-rdepends_5.22.1.inc" how to define a required module, such as the following "Text::*" modules: RDEPENDS_${PN}-module-text-abbrev += "${PN}-module-exporter" RDEPENDS_${PN}-module-text-balanced += "${PN}-

[OE-core] [PATCH 04/14] glib-2.0: Upgrade 2.48.2 -> 2.50.1

2016-10-26 Thread Jussi Kukkonen
Six-monthly feature release. glib-2.0-utils now includes "gio" command line utility. Drop a patch that's now upstream. Add PACKAGECONFIG for libmount, enabled by default. Signed-off-by: Jussi Kukkonen --- .../glib-2.0/0002-tests-Ignore-y2k-warnings.patch | 42 -- .../{glib

Re: [OE-core] [PATCH v3] package.py: New EXTRA_STRIPFLAGS variable

2016-10-26 Thread Ulf Magnusson
Hello, On Wed, Oct 26, 2016 at 8:51 AM, Michael Blättler wrote: > The EXTRA_STRIPFLAGS variable can be used to pass additional parameters to > the strip command. > This can be used to remove additional sections or to keep symbols. > The removal of additional sections can be useful to enable repr

[OE-core] [PATCH 06/14] atk: Upgrade 2.20.0 -> 2.22.0

2016-10-26 Thread Jussi Kukkonen
Six-monthly release, mostly bug fixes. Signed-off-by: Jussi Kukkonen --- meta/recipes-support/atk/{atk_2.20.0.bb => atk_2.22.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/atk/{atk_2.20.0.bb => atk_2.22.0.bb} (79%) diff --git a/meta/recipes-support/

[OE-core] [PATCH 00/14] GTK+ upgrades

2016-10-26 Thread Jussi Kukkonen
Mostly unexciting upgrades to GNOME libraries fall 2016 releases. Thanks, Jussi The following changes since commit 30d1af89ce2a2fb30f32a898ec12c9a51db57013: image_types: Use softer setting of WKS_FILE (2016-10-25 17:58:59 +0100) are available in the git repository at: git://git.yoctopr

[OE-core] [PATCH 12/14] gtk-icon-utils-native: Upgrade 3.20.9 -> 3.22.1

2016-10-26 Thread Jussi Kukkonen
Six-monthly feature release. Signed-off-by: Jussi Kukkonen --- ...tk-icon-utils-native_3.20.9.bb => gtk-icon-utils-native_3.22.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.20.9.bb => gtk-icon-utils-native_3.22.1.bb} (93

[OE-core] [PATCH 11/14] gdk-pixbuf: 2.34.0 -> 2.36.0

2016-10-26 Thread Jussi Kukkonen
Six-monthly feature release, mostly bug fixes. Signed-off-by: Jussi Kukkonen --- .../gdk-pixbuf/{gdk-pixbuf_2.34.0.bb => gdk-pixbuf_2.36.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.34.0.bb => gdk-pixbuf_2.36.0.bb} (

[OE-core] [PATCH 08/14] at-spi2-atk: Upgrade 2.20.1 -> 2.22.0

2016-10-26 Thread Jussi Kukkonen
Six-monthly release, mostly bug fixes. Signed-off-by: Jussi Kukkonen --- .../atk/{at-spi2-atk_2.20.1.bb => at-spi2-atk_2.22.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/atk/{at-spi2-atk_2.20.1.bb => at-spi2-atk_2.22.0.bb} (81%) diff

[OE-core] [PATCH 01/14] pango: Upgrade 1.40.1 -> 1.40.3

2016-10-26 Thread Jussi Kukkonen
Bug fix releases. Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/pango/{pango_1.40.1.bb => pango_1.40.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/pango/{pango_1.40.1.bb => pango_1.40.3.bb} (92%) diff --git a/meta/recipes-graphics/pango/

[OE-core] [PATCH 02/14] adwaita-icon-theme: Upgrade 3.20 -> 3.22.0

2016-10-26 Thread Jussi Kukkonen
Package 512x512 icons in adwaita-icon-theme-hires. Signed-off-by: Jussi Kukkonen --- .../{adwaita-icon-theme_3.20.bb => adwaita-icon-theme_3.22.0.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.20.bb => adwaita-icon-theme

[OE-core] [PATCH 13/14] gtk+: Upgrade 2.24.30 -> 2.24.31

2016-10-26 Thread Jussi Kukkonen
Bug fix release. Signed-off-by: Jussi Kukkonen --- meta/recipes-gnome/gtk+/{gtk+_2.24.30.bb => gtk+_2.24.31.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gtk+/{gtk+_2.24.30.bb => gtk+_2.24.31.bb} (91%) diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.30.

[OE-core] [PATCH 05/14] libsoup-2.4: Upgrade 2.54.1 -> 2.56.0

2016-10-26 Thread Jussi Kukkonen
Six-monthly feature release, mostly bug fixes. Signed-off-by: Jussi Kukkonen --- .../libsoup/{libsoup-2.4_2.54.1.bb => libsoup-2.4_2.56.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.54.1.bb => libsoup-2.4_2.56.0.bb}

[OE-core] [PATCH 10/14] glib-networking: Upgrade 2.48.2 -> 2.50.0

2016-10-26 Thread Jussi Kukkonen
Six-monthly feature release, mostly bug fixes. Signed-off-by: Jussi Kukkonen --- .../{glib-networking_2.48.2.bb => glib-networking_2.50.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-networking/{glib-networking_2.48.2.bb => glib-networkin

[OE-core] [PATCH 09/14] freetype: Upgrade 2.6.5 -> 2.7

2016-10-26 Thread Jussi Kukkonen
Includes new default subpixel hinting mode (aka ClearType). Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/freetype/{freetype_2.6.5.bb => freetype_2.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/freetype/{freetype_2.6.5.bb => freetype_2.7.

[OE-core] [PATCH 03/14] gnome-themes-standard: Upgrade 3.20.2 -> 3.22.2

2016-10-26 Thread Jussi Kukkonen
Six-monthly release. Package the new dark variant of GTK2-Adwaita separately. Signed-off-by: Jussi Kukkonen --- ...es-standard_3.20.2.bb => gnome-themes-standard_3.22.2.bb} | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) rename meta/recipes-gnome/gnome/{gnome-themes-standard

[OE-core] [PATCH 14/14] gtk+3: Upgrade 3.20.9 -> 3.22.1

2016-10-26 Thread Jussi Kukkonen
Six-monthly feature release. * Rebase the --disable-opengl patch. * Remove a backported patch. * Inherit gettext as that seems to have been missing. Signed-off-by: Jussi Kukkonen --- meta/recipes-gnome/gtk+/gtk+3.inc | 2 +- ...Redo-focus-handling-in-treeview-once-more.patch

[OE-core] [PATCH 07/14] at-spi2-core: Upgrade 2.20.2 -> 2.22.0

2016-10-26 Thread Jussi Kukkonen
Six-monthly release, mostly bug fixes. Signed-off-by: Jussi Kukkonen --- .../atk/{at-spi2-core_2.20.2.bb => at-spi2-core_2.22.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/atk/{at-spi2-core_2.20.2.bb => at-spi2-core_2.22.0.bb} (88%) dif

[OE-core] [PATCH] uninative: rebuild uninative for gcc 4.8 and 4.9

2016-10-26 Thread Ed Bartosh
Some c++ libraries fail to build if uninative is built with gcc 5.x and host gcc version is either 4.8 or 4.9. The issue should be solved by making separate uninative sstate directory structure sstate-cache/universal- for host gcc versions 4.8 and 4.9. This causes rebuilds of uninative if host gcc

[OE-core] [PATCH 1/1] runqemu: add user mode (SLIRP) support to x86 QEMU targets

2016-10-26 Thread Todor Minchev
Using 'slirp' as a command line option to runqemu will start QEMU with user mode networking instead of creating tun/tap devices. SLIRP does not require root access. By default port on the host will be mapped to port 22 in the guest. The default port mapping can be overwritten with the QB_SLIRP

[OE-core] [PATCH 1/1] package.bbclass: Remove unused variables and imports

2016-10-26 Thread Ulf Magnusson
Probably leftovers. Verified with a full core-image-sato build. For imports, I tried to find helper functions that might use an import from the parent function as well. Signed-off-by: Ulf Magnusson --- meta/classes/package.bbclass | 11 --- 1 file changed, 11 deletions(-) diff --git a/m

Re: [OE-core] [master][morty][PATCH] libunwind: add ptest support

2016-10-26 Thread Jagadeesh Krishnanjanappa
> > > >> The change above have the effect of inhibiting the package strip even if >> ptest is not enabled at all. I think this have to be something specific to >> ptest. >> You may consider using INSANE_SKIP_${PN}-ptest [1] and add unstripped >> binaries needed for ptest in {PN}-ptest (along with

[OE-core] [master][morty][PATCH v2] libunwind: add ptest support

2016-10-26 Thread Jagadeesh Krishnanjanappa
The patch include below changes: 1. Add do_compile_ptest task, which compiles and runs builtin test cases. The libunwind test scripts has relink commands, which needs to be run at host in order to create ELF test binaries which can be readily executed at target. Hence pass "-i" option

[OE-core] [PATCH v2 0/1] Remove unused variables and imports from package.bbclass

2016-10-26 Thread Ulf Magnusson
Changes since v1: Remove accidentally omitted 's' variable too. Ulf Magnusson (1): package.bbclass: Remove unused variables and imports meta/classes/package.bbclass | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) -- 2.7.4 --

[OE-core] [PATCH v2 1/1] package.bbclass: Remove unused variables and imports

2016-10-26 Thread Ulf Magnusson
Probably leftovers. Verified with a full core-image-sato build. For imports, I tried to find helper functions that might use an import from the parent function as well. Signed-off-by: Ulf Magnusson --- meta/classes/package.bbclass | 13 + 1 file changed, 1 insertion(+), 12 deletions(

Re: [OE-core] [PATCH] wic: Add dosfstools-native mtools-native to dependencies

2016-10-26 Thread Khem Raj
On Wed, Oct 26, 2016 at 2:27 AM, Ed Bartosh wrote: > Hi Khem, > > On Tue, Oct 25, 2016 at 06:50:17PM -0700, Khem Raj wrote: >> these tools are needed for building wic images for some >> boards e.g. overo/gumstix > NAK > > Usage of native tools depends on .wks content: modules, partition types, > e