[OE-core] [PATCH] dbus-glib 0.106 -> 0.108

2016-12-15 Thread Zheng Ruoqin
Upgrade dbus-glib from 0.106 to 0.108 Signed-off-by: Zheng Ruoqin --- meta/recipes-core/dbus/dbus-glib_0.106.bb | 4 meta/recipes-core/dbus/dbus-glib_0.108.bb | 4 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644

[OE-core] [PATCH 2/2] apr: fix off_t size can't match when configure and in target glibc

2016-12-15 Thread Dengke Du
When subversion run on x86 and lib32 on x86-64, it use the APR's apr.h header file. But when configure the APR, APR meets the cross compiling, it was hardcoded in configure.in in apr source code. As the following: APR_CHECK_SIZEOF_EXTENDED([#include ], off_t, 8) It pass 8 bytes to off_t

[OE-core] [PATCH 0/2] fix apr configure error for cross compiling

2016-12-15 Thread Dengke Du
The following changes since commit a92d27acd8f42b61a2fc575311838b45d171f0af: oeqa/utils/commands.py: Fix get_bb_vars() when called without arguments (2016-12-14 16:15:04 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH 1/2] Revert "subversion: fix "svnadmin create" fail on x86"

2016-12-15 Thread Dengke Du
This reverts commit cfe6f3e251240c9d9a70354be0501600357f0b87. --- .../0001-fix-svnadmin-create-fail-on-x86.patch | 56 -- .../subversion/subversion_1.9.4.bb | 1 - 2 files changed, 57 deletions(-) delete mode 100644

[OE-core] [PATCH] dpkg: upgrade to 1.18.15

2016-12-15 Thread Edwin Plauchu
From: Edwin Plauchu Signed-off-by: Edwin Plauchu --- ...tinsts-expect-D-to-be-set-when-running-in.patch | 30 +++--- .../dpkg/dpkg/add_armeb_triplet_entry.patch| 46 --

Re: [OE-core] [PATCH][Morty] binutils-2.27.inc: Fix alignment frags for aarch64

2016-12-15 Thread Manjukumar Harthikote Matha
Ping This has not been added to master, is there something wrong with the patch ? Please do let me know Thanks Manju > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Tuesday, November 22, 2016 2:03 PM > To: Manjukumar Harthikote Matha > Cc: Patches and

Re: [OE-core] [PATCH] libxml2: Security fix CVE-2016-5131

2016-12-15 Thread Yi Zhao
在 2016年12月16日 03:01, Ahsan, Noor 写道: Can we have this patch merged on morty branch? Yes //Yi Noor -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Yi Zhao Sent: Monday, November 28,

[OE-core] [PATCH v2] python*-git: Upgrade to version 2.1.1

2016-12-15 Thread Jose Lamego
Both python-git and python3-git need to be upgraded to latest upstream version. This change includes python3 dependencies added and was tested using qemux86 with core-image-sato. Signed-off-by: Jose Lamego --- Notes: Changes in patch v2: python3 dependencies

[OE-core] [PATCH] pcmanfm: upgrading to 1.2.5

2016-12-15 Thread Edwin Plauchu
From: Edwin Plauchu Signed-off-by: Edwin Plauchu --- meta/recipes-sato/pcmanfm/pcmanfm_1.2.4.bb | 43 -- meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb | 43 ++ 2 files

[OE-core] [PATCH 0/1] devtool: modify: fix usage on the kernel

2016-12-15 Thread Paul Eggleton
Fix for a regression caused by my tinfoil2 changes. The following changes since commit 91f856426c7523e1ebdf6d6f93f5fa7e509d6e49: oeqa/utils/commands.py: Fix get_bb_vars() when called without arguments (2016-12-14 16:14:59 +) are available in the git repository at:

[OE-core] [PATCH 1/1] devtool: modify: fix usage on the kernel

2016-12-15 Thread Paul Eggleton
When using devtool modify on the kernel, we have to do a bit of a dance with tinfoil instances because we only find out that we're working on a kernel recipe after tinfoil is initialised, but then we need to build kern-tools-native which we're doing just by running bitbake directly. With the

Re: [OE-core] [PATCH v2 11/13] selftest: sstatetests: skip methods in case of poky-tiny or opengl is missing

2016-12-15 Thread Leonardo Sandoval
On 12/13/2016 09:25 AM, Burton, Ross wrote: On 24 November 2016 at 20:58, > wrote: diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py index

[OE-core] [PATCH] wic: obey the rootfs size from the metadata

2016-12-15 Thread Christopher Larson
From: Christopher Larson When no --size is specified for the rootfs in the .wks, we want to obey the rootfs size from the metadata, otherwise the defined IMAGE_ROOTFS_EXTRA_SPACE and IMAGE_OVERHEAD_FACTOR will not be obeyed. In some cases, this can result in image

Re: [OE-core] [PATCH 2/3] libxml2: fix CVE-2016-4658 Disallow namespace nodes in XPointer points and ranges

2016-12-15 Thread Burton, Ross
On 15 December 2016 at 19:05, Ahsan, Noor wrote: > Can we merge this on morty branch as well? > Yes, if you ping the morty maintainer. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 2/3] libxml2: fix CVE-2016-4658 Disallow namespace nodes in XPointer points and ranges

2016-12-15 Thread Ahsan, Noor
Can we merge this on morty branch as well? Noor -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Andrej Valek Sent: Monday, December 12, 2016 6:20 PM To:

Re: [OE-core] [PATCH] libxml2: Security fix CVE-2016-5131

2016-12-15 Thread Ahsan, Noor
Can we have this patch merged on morty branch? Noor -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Yi Zhao Sent: Monday, November 28, 2016 2:56 PM To:

[OE-core] [PATCH V2] python3-setuptools: upgrade to 31.0.0

2016-12-15 Thread Edwin Plauchu
From: Edwin Plauchu It is a simultaneous upgrade for python 2 and 3 over setuptools. Signed-off-by: Edwin Plauchu --- meta/recipes-devtools/python/python-setuptools.inc | 4 +-- .../python/python-setuptools_29.0.1.bb

[OE-core] [PATCH 1/2] python3-setuptools: upgrade to 31.0.0

2016-12-15 Thread Edwin Plauchu
From: Edwin Plauchu It is a simultaneous upgrade for python 2 and 3 over setuptools. Signed-off-by: Edwin Plauchu --- meta/recipes-devtools/python/python-setuptools.inc | 4 +-- .../python/python-setuptools_29.0.1.bb

[OE-core] [PATCH] grub: split grub-editenv in both grub and grub-efi

2016-12-15 Thread Ioan-Adrian Ratiu
We also need to split grub-editenv in grub-efi not just in grub, so move the logic from grub_2.00.bb to the .inc file where it's inherited by both. (grub-editenv is useful for editing the grub environment at runtime) Doing this also reduces packaging differences between grub and grub-efi.

[OE-core] [PATCH] lib/oe/package_manager: bail if createrepo can't be found

2016-12-15 Thread Ross Burton
If createrepo isn't found then the errors later are mysterious, so explicitly check and error out early if it isn't there. Signed-off-by: Ross Burton --- meta/lib/oe/package_manager.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] opinions on enabling busybox's "runit" implementation to control some services?

2016-12-15 Thread Bryan Evenson
Robert, > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf > Of Robert P. J. Day > Sent: Wednesday, December 14, 2016 5:28 AM > To: OE Core mailing list

Re: [OE-core] [PATCH] gstreamer1.0-plugins-bad: default to using egl

2016-12-15 Thread Khem Raj
On Thu, Dec 15, 2016 at 6:40 AM, Nicolas Dechesne wrote: > With the current set of PACKAGECONFIG, we end up building with 'gles2' and > neither > 'opengl', nor 'egl'. As a result we are building -bad with neither 'glx' nor > 'egl' platform support. So let's make sure

[OE-core] [PATCH] python*-git: Upgrade to version 2.1.1

2016-12-15 Thread Jose Lamego
Both python-git and python3-git need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato. For each recipe test, CORE_IMAGE_EXTRA_INSTALL included python and python-git, and python3, python3-modules and python3-git, respectively. Signed-off-by: Jose

[OE-core] [PATCH] 2/2] tzdata: update to 2016j

2016-12-15 Thread Armin Kuster
Briefly: Saratov, Russia moves from +03 to +04 on 2016-12-04. Changes to future time stamps Saratov, Russia switches from +03 to +04 on 2016-12-04 at 02:00. This hives off a new zone Europe/Saratov from Europe/Volgograd. (Thanks to Yuri Konotopov and Stepan Golosunov.) Changes

[OE-core] [PATCH] 1/2] tzcode-native: update to 2016j

2016-12-15 Thread Armin Kuster
Changes to code zic no longer mishandles file systems that lack hard links, fixing bugs introduced in 2016g. (Problems reported by Tom Lane.) Also, when the destination already contains symbolic links, zic should now work better on systems where the 'link' system call does

[OE-core] [PATCH] gstreamer1.0-plugins-bad: default to using egl

2016-12-15 Thread Nicolas Dechesne
With the current set of PACKAGECONFIG, we end up building with 'gles2' and neither 'opengl', nor 'egl'. As a result we are building -bad with neither 'glx' nor 'egl' platform support. So let's make sure that we at least have egl by default (since we default to 'gles2'). Signed-off-by: Nicolas

Re: [OE-core] [meta-intel] [PATCH 2/2] gstreamer1.0-vaapi: Import from meta-intel

2016-12-15 Thread Trevor Woerner
On Thu, Dec 15, 2016 at 8:55 AM, Burton, Ross wrote: > When gst-vaapi moved to oe-core it also renamed to match the convention in > there. I guess we should add a PROVIDES for the old name to ensure it > replaces the old version. Can you test that this works for you?

Re: [OE-core] [meta-intel] [PATCH 2/2] gstreamer1.0-vaapi: Import from meta-intel

2016-12-15 Thread Burton, Ross
On 15 December 2016 at 13:53, Trevor Woerner wrote: > | configure: error: Requested 'gstreamer-codecparsers-1.0 <= > 1.8.99' but version of GStreamer codec parsers is 1.10.1 > | WARNING: /z/layerindex-master/minnowmax/tmp-glibc/work/ >

Re: [OE-core] [meta-intel] [PATCH 2/2] gstreamer1.0-vaapi: Import from meta-intel

2016-12-15 Thread Trevor Woerner
I'm guessing I have to wait a little longer for various repositories to sync up with respect to each other, or is something going bad here? | configure: error: Requested 'gstreamer-codecparsers-1.0 <= 1.8.99' but version of GStreamer codec parsers is 1.10.1 | WARNING:

[OE-core] [PATCH] linux-firmware: Split out Realtek chipsets rtl8188 rtl8723 rtl8821

2016-12-15 Thread Mike Looijmans
Add rtl8188 rtl8712 rtl8723 rtl8821 packages to install only firmware for the corresponding chipset. Uses a rather blunt approach by simply adding all firmware files with matching prefix, to keep the package count down a bit. Signed-off-by: Mike Looijmans ---

[OE-core] [PATCH] selftest: wic: qemux86: use weak assignment for WKS_FILE

2016-12-15 Thread Maciej Borzecki
A follow-up of a fix introduced in 1b32c6ed025745cb06b7c28ca0fe9e416ce7abfa (selftest: wic: fix test_qemu). Wic test_qemu fails on qemux86 due to a direct assignment of WKS_FILE in machine configuration. Using default assignment allows WKS_FILE to be overwritten in test setup. Signed-off-by:

[OE-core] [PATCH 16/16] xf86-video-intel: fix upstream version check

2016-12-15 Thread Alexander Kanavin
Even though upstream hasn't tagged new versions for a long while, we should not report a bogus tag as something that can be updated to. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 1 + 1 file changed, 1

[OE-core] [PATCH 15/16] upstream-version-is-even.bbclass: exclude various alphas, betas, pre-releases etc.

2016-12-15 Thread Alexander Kanavin
Was a problem with perl in particular. Signed-off-by: Alexander Kanavin --- meta/classes/upstream-version-is-even.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/upstream-version-is-even.bbclass

[OE-core] [PATCH 14/16] ghostscript: fix upstream version check

2016-12-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/ghostscript/ghostscript_9.19.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.19.bb b/meta/recipes-extended/ghostscript/ghostscript_9.19.bb index

[OE-core] [PATCH 13/16] vala: update to 0.34.4

2016-12-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/{vala_0.34.3.bb => vala_0.34.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/vala/{vala_0.34.3.bb => vala_0.34.4.bb} (56%) diff --git

[OE-core] [PATCH 12/16] sysprof: update to 3.22.3

2016-12-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/sysprof/{sysprof_3.22.2.bb => sysprof_3.22.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/sysprof/{sysprof_3.22.2.bb => sysprof_3.22.3.bb} (87%) diff --git

[OE-core] [PATCH 11/16] iso-codes: update to 3.72

2016-12-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../iso-codes/{iso-codes_3.71.bb => iso-codes_3.72.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/iso-codes/{iso-codes_3.71.bb => iso-codes_3.72.bb} (76%) diff

[OE-core] [PATCH 07/16] cmake: update to 3.7.1

2016-12-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../cmake/{cmake-native_3.7.0.bb => cmake-native_3.7.1.bb}| 0 meta/recipes-devtools/cmake/cmake.inc | 4 ++-- meta/recipes-devtools/cmake/{cmake_3.7.0.bb => cmake_3.7.1.bb}

[OE-core] [PATCH 08/16] ffmpeg: update to 3.2.2

2016-12-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-multimedia/ffmpeg/{ffmpeg_3.2.1.bb => ffmpeg_3.2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.2.1.bb => ffmpeg_3.2.2.bb} (97%) diff --git

[OE-core] [PATCH 05/16] btrfs-tools: update to 4.8.5

2016-12-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../btrfs-tools/{btrfs-tools_4.8.4.bb => btrfs-tools_4.8.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.8.4.bb => btrfs-tools_4.8.5.bb} (95%)

[OE-core] [PATCH 06/16] ca-certificates: update to 20161130

2016-12-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{ca-certificates_20161102.bb => ca-certificates_20161130.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/ca-certificates/{ca-certificates_20161102.bb =>

[OE-core] [PATCH 09/16] gnutls: update to 3.5.7

2016-12-15 Thread Alexander Kanavin
Add a 0001-Do-not-add-cli-args.h-to-cli-args.stamp-Makefile-tar.patch to fix a compile issue (incorrect creation of an empty header). Add a libunistring dependency as gnutls has gained it. Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 10/16] icu: update to 58.2

2016-12-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/icu/{icu_58.1.bb => icu_58.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/icu/{icu_58.1.bb => icu_58.2.bb} (85%) diff --git

[OE-core] [PATCH 04/16] babeltrace: update to 1.5.0

2016-12-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-kernel/lttng/{babeltrace_1.4.0.bb => babeltrace_1.5.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{babeltrace_1.4.0.bb => babeltrace_1.5.0.bb} (82%) diff

[OE-core] [PATCH 02/16] libfm: update to 1.2.5

2016-12-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libfm/{libfm-extra_1.2.4.bb => libfm-extra_1.2.5.bb} | 4 ++-- meta/recipes-support/libfm/{libfm_1.2.4.bb => libfm_1.2.5.bb} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename

[OE-core] [PATCH 03/16] liburcu: update to 0.9.3

2016-12-15 Thread Alexander Kanavin
Drop 0002-Support-for-aarch64_be.patch, it's merged upstream. Signed-off-by: Alexander Kanavin --- .../liburcu/0001-Support-for-NIOS2-architecture.patch | 13 +++-- .../liburcu/liburcu/0002-Support-for-aarch64_be.patch | 19 ---

[OE-core] [PATCH 01/16] pigz: fix upstream version check

2016-12-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/pigz/pigz_2.3.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/pigz/pigz_2.3.4.bb b/meta/recipes-extended/pigz/pigz_2.3.4.bb index 49d9d78..87b61bf 100644 ---

[OE-core] [PATCH 00/16] Recipe version updates

2016-12-15 Thread Alexander Kanavin
Mostly minor version updates; for the first time these were done in a quick and efficient fashion by using devtool. For that experience I'd like to give major props to Paul Eggleton. The following changes since commit a92d27acd8f42b61a2fc575311838b45d171f0af: oeqa/utils/commands.py: Fix

Re: [OE-core] [PATCH] lttng-ust: Patch python shebang appropriately for native builds

2016-12-15 Thread Phil Blundell
On Wed, 2016-12-14 at 15:38 -0800, Khem Raj wrote: > On Wed, Dec 14, 2016 at 1:38 PM, Phil Blundell wrote: > > If we are building a native package then ${bindir}/python3 is not > > guaranteed > > to be available, and if it is available then it is probably a > > directory not a > >

Re: [OE-core] [poky][PATCH 1/6] gstreamer1.0-plugins-bad: Enable gldeinterlace on OpenGL ES

2016-12-15 Thread Nicolas Dechesne
On Mon, Jul 4, 2016 at 7:46 AM, Yuqing Zhu wrote: > ++ > ++#if GST_GL_HAVE_OPENGL > ++ if (USING_OPENGL (context)) { > ++gl->MatrixMode (GL_PROJECTION); > ++gl->LoadIdentity (); > ++ } > ++#endif > + yes, I know , a bit late in the game.. but this patch breaks when

[OE-core] [PATCH] [PATCH 2/2 V2] Change default gdb config

2016-12-15 Thread Zheng Ruoqin
Change default gdb config to 7.12 Signed-off-by: Zheng Ruoqin --- meta/conf/distro/include/tcmode-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/tcmode-default.inc

[OE-core] [PATCH 0/2 V2] gdb 7.11.1 -> 7.12

2016-12-15 Thread Zheng Ruoqin
1) Upgrade gdb from 7.11.1 to 7.12 2) Delete 11 patches below, since they are integrated upstream. 0001-include-sys-types.h-for-mode_t.patch 0002-make-man-install-relative-to-DESTDIR.patch 0003-mips-linux-nat-Define-_ABIO32-if-not-defined.patch

Re: [OE-core] [PATCH] gdb 7.11.1 -> 7.12

2016-12-15 Thread Burton, Ross
On 15 December 2016 at 09:16, Zheng Ruoqin wrote: > 1) Upgrade gdb from 7.11.1 to 7.12 > 2) Delete 11 patches below, since they are integrated upstream. > 0001-include-sys-types.h-for-mode_t.patch > 0002-make-man-install-relative-to-DESTDIR.patch >

Re: [OE-core] [PATCH] glibc: add -fno-builtin-strlen when not using -O2

2016-12-15 Thread Andre McCurdy
On Wed, Dec 14, 2016 at 5:04 PM, Randy MacLeod wrote: > On 2016-12-13 04:16 AM, Andre McCurdy wrote: >> >> On Mon, Dec 12, 2016 at 9:14 PM, Huang, Jie (Jackie) >> wrote: From: Andre McCurdy [mailto:armccu...@gmail.com] For

Re: [OE-core] [PATCH] lttng-ust: Patch python shebang appropriately for native builds

2016-12-15 Thread Burton, Ross
On 14 December 2016 at 23:38, Khem Raj wrote: > This also means we need to add a dependency on python-native may be it > should inherit the python native class. > Indeed. For python-native, '#! /usr/bin/env python3' will always work as that should find the Python that