Re: [OE-core] [PATCH v2] mesa: Upgrade to 17.2.1 release

2017-09-21 Thread Richard Purdie
On Thu, 2017-09-21 at 21:43 -0300, Otavio Salvador wrote: > Hello Richard, > > On Thu, Sep 21, 2017 at 7:34 PM, Richard Purdie > wrote: > > > > On Thu, 2017-09-21 at 11:08 -0300, Otavio Salvador wrote: > > > > > > Upgrade to a new stable release and drop patches applied on > > > upstream. > > >

[OE-core] [PATCH 1/1] lame: fix CVE-2017-13712

2017-09-21 Thread kai.kang
From: Kai Kang Backport patch to fix CVE-2017-13712 for lame. Signed-off-by: Kai Kang --- .../lame/lame/CVE-2017-13712.patch | 309 + meta/recipes-multimedia/lame/lame_3.99.5.bb| 4 +- 2 files changed, 312 insertions(+), 1 deletion(-) create mode

[OE-core] [PATCH 0/1] lame: backport patch to fix CVE-2017-13712

2017-09-21 Thread kai.kang
From: Kai Kang The following changes since commit eac8a5cf4212feaf8baf230e9ae991939732141d: oe-build-perf-report-email.py: add cc and bcc options (2017-09-21 23:16:55 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/lame http://git.pokylinux.or

Re: [OE-core] [PATCH 2/2] go: Remove mips32r2 from march to get cgo working

2017-09-21 Thread Richard Purdie
On Thu, 2017-09-21 at 10:42 -0700, Khem Raj wrote: > on mips, cgo used mips32r1 and that conflicts with mips32r2 > lets remove it for now and work go upstream to make it work > for golang as well > > Fixes > > > > # runtime/cgo > > cc1: error: '-mips32r2' conflicts with the other architecture > >

[OE-core] [PATCH] go-dep: Fix build with hardening flags

2017-09-21 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/go/go-dep_0.3.0.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/go/go-dep_0.3.0.bb b/meta/recipes-devtools/go/go-dep_0.3.0.bb index abfeb48370..20ea792c52 100644 --- a/meta/recipes-devtools/go/go-dep_0.3.0.bb +++

[OE-core] [pyro][PATCH] image.bbclass: Sorted ctypes to avoid basehash error

2017-09-21 Thread Martin Hundebøll
From: Gerson Fernando Budke When selected multiple subimages a similar error could happend: Variable do_image_cpio[subimages] value changed \ from 'cpio.gz.u-boot cpio.gz' to 'cpio.gz cpio.gz.u-boot' To avoid this, 'ctypes' should be sorted at 'gen_conversion_cmds'. This garantee that 'CON

Re: [OE-core] [PATCH] linux-firmware: package qat-firmware

2017-09-21 Thread Liwei Song
On 09/20/2017 12:50 AM, Burton, Ross wrote: > On 5 September 2017 at 10:27, Liwei Song wrote: > >> + ${PN}-qat-license ${PN}-qat_895xcc ${PN}-qat_895xcc_mmp >> ${PN}-qat_c3xxx ${PN}-qat_c3xxx_mmp ${PN}-qat_c62x ${PN}-qat_c62x_mmp >> ${PN}-qat_mmp \ >> > > *** Error: Package name c

[OE-core] AUTOREV, tags...

2017-09-21 Thread Slater, Joseph
I think it would be nicer if recipes that currently require network access to check repo version info warned, but did not fail to parse. I actually think that allowing AUTOREV at all should be conditional, because it subverts reproducible builds. I'd also guess that if tags change that is not

Re: [OE-core] [PATCH v2] mesa: Upgrade to 17.2.1 release

2017-09-21 Thread Otavio Salvador
Hello Richard, On Thu, Sep 21, 2017 at 7:34 PM, Richard Purdie wrote: > On Thu, 2017-09-21 at 11:08 -0300, Otavio Salvador wrote: >> Upgrade to a new stable release and drop patches applied on upstream. >> >> For a full release notes, please see: >> https://mesa3d.org/relnotes/17.2.0.html >> http

[OE-core] [PATCH V2] llvm: Use the SRCREV past final 5.0 release

2017-09-21 Thread Khem Raj
Signed-off-by: Khem Raj --- Changes in V2: Bump patch version to 1 meta/recipes-devtools/llvm/llvm_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 632178fd77..884e2ae0fb 100644 -

Re: [OE-core] [PATCH v2] mesa: Upgrade to 17.2.1 release

2017-09-21 Thread Richard Purdie
On Thu, 2017-09-21 at 11:08 -0300, Otavio Salvador wrote: > Upgrade to a new stable release and drop patches applied on upstream. > > For a full release notes, please see: > https://mesa3d.org/relnotes/17.2.0.html > https://mesa3d.org/relnotes/17.2.1.html > > Signed-off-by: Fabio Berton > Signed

[OE-core] [PATCH] llvm: Use the SRCREV past final 5.0 release

2017-09-21 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/llvm/llvm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 632178fd77..5ea7033ec7 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb

Re: [OE-core] [U-Boot] [PATCH] u-boot: Upgrade to 2017.09

2017-09-21 Thread Philip Balister
On 09/19/2017 04:15 AM, Marek Vasut wrote: > On 09/18/2017 06:06 PM, Tom Rini wrote: >> On Mon, Sep 18, 2017 at 04:51:31PM +0100, Burton, Ross wrote: >>> On 18 September 2017 at 16:46, Otavio Salvador < >>> otavio.salva...@ossystems.com.br> wrote: >>> What is the policy on doing u-boot version

Re: [OE-core] [PATCH 1/2] wic: When using --use-uuid make sure that we update the fstab with PARTUUID

2017-09-21 Thread Tom Rini
On Thu, Sep 21, 2017 at 04:20:30PM -0500, Mark Hatle wrote: > On 9/21/17 4:15 PM, Otavio Salvador wrote: > > On Thu, Sep 21, 2017 at 2:46 PM, Tom Rini wrote: > >> When we have been told to use the UUID we should also update the fstab > >> to make use of PARTUUID instead of hard-coding the device i

Re: [OE-core] [PATCH 1/2] wic: When using --use-uuid make sure that we update the fstab with PARTUUID

2017-09-21 Thread Mark Hatle
On 9/21/17 4:15 PM, Otavio Salvador wrote: > On Thu, Sep 21, 2017 at 2:46 PM, Tom Rini wrote: >> When we have been told to use the UUID we should also update the fstab >> to make use of PARTUUID instead of hard-coding the device in question. >> This will make the resulting image much more portable

Re: [OE-core] [PATCH 1/2] wic: When using --use-uuid make sure that we update the fstab with PARTUUID

2017-09-21 Thread Tom Rini
On Thu, Sep 21, 2017 at 06:15:56PM -0300, Otavio Salvador wrote: > On Thu, Sep 21, 2017 at 2:46 PM, Tom Rini wrote: > > When we have been told to use the UUID we should also update the fstab > > to make use of PARTUUID instead of hard-coding the device in question. > > This will make the resulting

Re: [OE-core] [PATCH 1/2] wic: When using --use-uuid make sure that we update the fstab with PARTUUID

2017-09-21 Thread Otavio Salvador
On Thu, Sep 21, 2017 at 2:46 PM, Tom Rini wrote: > When we have been told to use the UUID we should also update the fstab > to make use of PARTUUID instead of hard-coding the device in question. > This will make the resulting image much more portable. > > Signed-off-by: Tom Rini Adding more feat

Re: [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-21 Thread Philip Balister
On 09/21/2017 02:32 PM, akuster808 wrote: > > > On 09/21/2017 01:27 PM, Philip Balister wrote: >> On 09/20/2017 01:50 AM, Mike Looijmans wrote: >>> On 18-09-17 18:25, Trevor Woerner wrote: Hi Mike, On Mon, Sep 18, 2017 at 8:45 AM, Mike Looijmans wrote: > I can probably br

Re: [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-21 Thread akuster808
On 09/21/2017 01:27 PM, Philip Balister wrote: > On 09/20/2017 01:50 AM, Mike Looijmans wrote: >> On 18-09-17 18:25, Trevor Woerner wrote: >>> Hi Mike, >>> >>> On Mon, Sep 18, 2017 at 8:45 AM, Mike Looijmans >>> wrote: I can probably bring some work (e.g. Zynq MPSoC board) and fun (set

Re: [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-21 Thread Philip Balister
On 09/20/2017 01:50 AM, Mike Looijmans wrote: > On 18-09-17 18:25, Trevor Woerner wrote: >> Hi Mike, >> >> On Mon, Sep 18, 2017 at 8:45 AM, Mike Looijmans >> wrote: >>> I can probably bring some work (e.g. Zynq MPSoC board) and fun >>> (settop box) >>> hardware along to demonstrate what I'm using

[OE-core] [PATCH 2/2] wic: Update canned-wks for systemd to use UUID everywhere

2017-09-21 Thread Tom Rini
With systemd, the mounting of the swap partition is handled via systemd and will mount it, regardless of if PARTUUID is parsed or not. systemd has a runtime dependency on util-linux-mount so PARTUUID for regular mount points will be handled correctly. Make all partitions that we add to the image

[OE-core] [PATCH 1/2] wic: When using --use-uuid make sure that we update the fstab with PARTUUID

2017-09-21 Thread Tom Rini
When we have been told to use the UUID we should also update the fstab to make use of PARTUUID instead of hard-coding the device in question. This will make the resulting image much more portable. Signed-off-by: Tom Rini --- scripts/lib/wic/plugins/imager/direct.py | 9 ++--- 1 file changed,

[OE-core] [PATCH 1/2] gstreamer1.0-libav: Fix build on mips

2017-09-21 Thread Khem Raj
Signed-off-by: Khem Raj --- ...a.c-Fix-build-by-Including-libavcodec-hev.patch | 33 ++ .../gstreamer/gstreamer1.0-libav_1.12.2.bb | 1 + 2 files changed, 34 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-hevcpred_msa.c-Fi

[OE-core] [PATCH 2/2] go: Remove mips32r2 from march to get cgo working

2017-09-21 Thread Khem Raj
on mips, cgo used mips32r1 and that conflicts with mips32r2 lets remove it for now and work go upstream to make it work for golang as well Fixes | # runtime/cgo | cc1: error: '-mips32r2' conflicts with the other architecture options, which specify a mips32 processor Fixes [YOCTO #12108] Signed-

Re: [OE-core] [PATCH] alsa-utils: Install and delete from the same udev-rules-dir

2017-09-21 Thread Tanu Kaskinen
On Thu, 2017-09-21 at 16:56 +0200, Ola x Nilsson wrote: > The --with-udev-rules-dir option used with udev is exactly what the > configure script uses, so there is no need for it. > On the other hand, if we do not have an udev.pc file we should tell > alsa-utils where to install the rules so we know

[OE-core] [PATCH] alsa-utils: Install and delete from the same udev-rules-dir

2017-09-21 Thread Ola x Nilsson
The --with-udev-rules-dir option used with udev is exactly what the configure script uses, so there is no need for it. On the other hand, if we do not have an udev.pc file we should tell alsa-utils where to install the rules so we know where they should be deleted from. Signed-off-by: Ola x Nilsso

Re: [OE-core] [PATCH v9] kernel-devicetree.bbclass: Add support to generate append to kernel

2017-09-21 Thread Otavio Salvador
On Thu, Sep 21, 2017 at 11:50 AM, Tom Rini wrote: > On Thu, Sep 21, 2017 at 11:48:39AM -0300, Otavio Salvador wrote: >> On Thu, Sep 21, 2017 at 11:37 AM, Tom Rini wrote: >> > On Thu, Sep 21, 2017 at 10:58:33AM -0300, Otavio Salvador wrote: >> > >> >> The are use cases where the Device Tree append

Re: [OE-core] [PATCH v9] kernel-devicetree.bbclass: Add support to generate append to kernel

2017-09-21 Thread Tom Rini
On Thu, Sep 21, 2017 at 11:48:39AM -0300, Otavio Salvador wrote: > On Thu, Sep 21, 2017 at 11:37 AM, Tom Rini wrote: > > On Thu, Sep 21, 2017 at 10:58:33AM -0300, Otavio Salvador wrote: > > > >> The are use cases where the Device Tree appended to the kernel is > >> convinient, so we generate the b

Re: [OE-core] [PATCH v9] kernel-devicetree.bbclass: Add support to generate append to kernel

2017-09-21 Thread Otavio Salvador
On Thu, Sep 21, 2017 at 11:37 AM, Tom Rini wrote: > On Thu, Sep 21, 2017 at 10:58:33AM -0300, Otavio Salvador wrote: > >> The are use cases where the Device Tree appended to the kernel is >> convinient, so we generate the bundle concatenating the kernel (and >> potentionally the initramfs) and the

Re: [OE-core] [PATCH v9] kernel-devicetree.bbclass: Add support to generate append to kernel

2017-09-21 Thread Tom Rini
On Thu, Sep 21, 2017 at 10:58:33AM -0300, Otavio Salvador wrote: > The are use cases where the Device Tree appended to the kernel is > convinient, so we generate the bundle concatenating the kernel (and > potentionally the initramfs) and the Device Tree binaries. > > To enable it, set KERNEL_DEVI

[OE-core] [PATCH 00/52] Pyro-next pull request

2017-09-21 Thread Armin Kuster
Please consider this for pyro. Have clean AB build. Contains kernel security fixes, bsp kernel updates and build fixes The following changes since commit 072430b9b3a78b318b66371c36e2986d2ed5cba4: bitbake.conf: add bzr to HOSTTOOLS_NONFATAL (2017-09-13 22:13:00 +0100) are available in the git r

Re: [OE-core] [PATCH 2/3] wic: remove systemd-boot for x32

2017-09-21 Thread Khem Raj
On Tue, Sep 19, 2017 at 11:27 AM, Saul Wold wrote: > Currently systemd-boot actually incorporates libgcc, since the > systemd-boot needs to be built with 64bit instructions it can not > use the x32 based libgcc. > > Use the new override to ensure it gets overriden, linux-gnux32 could > not be used

Re: [OE-core] [PATCH 00/10] gstreamer1.0: upgrade to 1.12.3

2017-09-21 Thread Khem Raj
On Thu, Sep 21, 2017 at 2:21 AM, Nicolas Dechesne wrote: > A boring upgrade from 1.12.2 to 1.12.3. This is a bugfixes only release, > a couple of patches removed as they made it upstream in the mean time. > > Nicolas Dechesne (10): > gstreamer1.0: upgrade to version 1.12.3 > gstreamer1.0-plugi

[OE-core] [PATCH v2] mesa: Upgrade to 17.2.1 release

2017-09-21 Thread Otavio Salvador
Upgrade to a new stable release and drop patches applied on upstream. For a full release notes, please see: https://mesa3d.org/relnotes/17.2.0.html https://mesa3d.org/relnotes/17.2.1.html Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: - update to 17.2.1 ...1-a

[OE-core] [PATCH v9] kernel-devicetree.bbclass: Add support to generate append to kernel

2017-09-21 Thread Otavio Salvador
The are use cases where the Device Tree appended to the kernel is convinient, so we generate the bundle concatenating the kernel (and potentionally the initramfs) and the Device Tree binaries. To enable it, set KERNEL_DEVICETREE_BUNDLE variable to '1' Signed-off-by: Otavio Salvador --- Changes

Re: [OE-core] [PATCH] useradd-staticids: don't create username-group if gid is specified

2017-09-21 Thread Peter Kjellerstedt
> -Original Message- > From: André Draszik [mailto:g...@andred.net] > Sent: den 21 september 2017 10:24 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] useradd-staticids: don't create > username-group if gid is specified > > On Wed, 2

Re: [OE-core] [PATCH] image.bbclass: Sorted ctypes to avoid basehash error

2017-09-21 Thread Tom Rini
On Thu, Sep 21, 2017 at 07:15:01AM +0200, Martin Hundebøll wrote: > > > On 2017-09-19 19:15, Gerson Fernando Budke wrote: > >When selected multiple subimages a similar error could happend: > > Variable do_image_cpio[subimages] value changed \ > > from 'cpio.gz.u-boot cpio.gz' to 'cpio.gz cp

Re: [OE-core] [PATCH v2] uboot-extlinux: fix extlinux creation race (take 2)

2017-09-21 Thread André Draszik
Hi, On Thu, 2017-09-21 at 12:29 +0100, André Draszik wrote: > From: André Draszik > > Alternative solution to original commit > 60c90398580998b2379bb438f0f75b29285135a5 ("u-boot: fix extlinux > creation race") > > (Untested) I am not in a position to test this patch, but I believe that it shou

[OE-core] [PATCH v2] uboot-extlinux: fix extlinux creation race (take 2)

2017-09-21 Thread André Draszik
From: André Draszik Alternative solution to original commit 60c90398580998b2379bb438f0f75b29285135a5 ("u-boot: fix extlinux creation race") (Untested) Signed-off-by: André Draszik --- v2: also execute before do_deploy --- meta/classes/uboot-extlinux-config.bbclass | 4 ++-- 1 file changed, 2

[OE-core] [PATCH 2/2] uboot-extlinux: fix extlinux creation race (take 2)

2017-09-21 Thread André Draszik
From: André Draszik Alternative solution to original commit 60c90398580998b2379bb438f0f75b29285135a5 ("u-boot: fix extlinux creation race") (Untested) Signed-off-by: André Draszik --- meta/classes/uboot-extlinux-config.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --

[OE-core] [PATCH 1/2] Revert "u-boot: fix extlinux creation race"

2017-09-21 Thread André Draszik
From: André Draszik This reverts commit 60c90398580998b2379bb438f0f75b29285135a5. This causes circular dependencies when UBOOT_SIGN_ENABLE is active. These are usually caused by circular dependencies and any circular dependency chains found will be printed below. Increase the debug level to se

[OE-core] [PATCH] oe-build-perf-report-email.py: add cc and bcc options

2017-09-21 Thread Joshua Lock
Enable carbon copy and blind carbon copy recipients for the performance report emails. Signed-off-by: Joshua Lock --- scripts/contrib/oe-build-perf-report-email.py | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/scripts/contrib/oe-build-perf-report-email.py

[OE-core] [PATCH 07/10] gstreamer1.0-omx: upgrade to version 1.12.3

2017-09-21 Thread Nicolas Dechesne
Bugfixes only release. Signed-off-by: Nicolas Dechesne --- .../{gstreamer1.0-omx_1.12.2.bb => gstreamer1.0-omx_1.12.3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.12.2.bb => gstreamer1.0-omx_1.12.3.bb} (69%)

[OE-core] [PATCH 04/10] gstreamer1.0-plugins-bad: upgrade to version 1.12.3

2017-09-21 Thread Nicolas Dechesne
Bugfixes only release. Signed-off-by: Nicolas Dechesne --- ...er1.0-plugins-bad_1.12.2.bb => gstreamer1.0-plugins-bad_1.12.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.12.2.bb => gstreamer1.0-plugins-bad_1.

[OE-core] [PATCH 10/10] gstreamer1.0-python: upgrade to version 1.12.3

2017-09-21 Thread Nicolas Dechesne
* Bugfixes only release. * Removed SRC_URI from .inc file since it was duplicated in .bb file as well. Signed-off-by: Nicolas Dechesne --- meta/recipes-multimedia/gstreamer/gstreamer1.0-python.inc | 2 -- .../{gstreamer1.0-python_1.12.2.bb => gstreamer1.0-python_1.12.3.bb} | 4 ++--

[OE-core] [PATCH 09/10] gstreamer1.0-vaapi: upgrade to version 1.12.3

2017-09-21 Thread Nicolas Dechesne
Bugfixes only release. Signed-off-by: Nicolas Dechesne --- meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.12.2.bb | 5 - meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.12.3.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-multim

[OE-core] [PATCH 06/10] gstreamer1.0-rtsp-server: upgrade to version 1.12.3

2017-09-21 Thread Nicolas Dechesne
Bugfixes release only. Signed-off-by: Nicolas Dechesne --- .../recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.12.2.bb | 6 -- .../recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.12.3.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/re

[OE-core] [PATCH 05/10] gstreamer1.0-plugins-ugly: upgrade to version 1.12.3

2017-09-21 Thread Nicolas Dechesne
Bugfixes only release. Signed-off-by: Nicolas Dechesne --- ...1.0-plugins-ugly_1.12.2.bb => gstreamer1.0-plugins-ugly_1.12.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.12.2.bb => gstreamer1.0-plugins-ugly_

[OE-core] [PATCH 08/10] gstreamer1.0-libav: upgrade to version 1.12.3

2017-09-21 Thread Nicolas Dechesne
Bugfixes only release. Signed-off-by: Nicolas Dechesne --- .../{gstreamer1.0-libav_1.12.2.bb => gstreamer1.0-libav_1.12.3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.12.2.bb => gstreamer1.0-libav_1.12.3.bb} (88

[OE-core] [PATCH 02/10] gstreamer1.0-plugins-base: upgrade to version 1.12.3

2017-09-21 Thread Nicolas Dechesne
Bugfixes release only. Signed-off-by: Nicolas Dechesne --- ...1.0-plugins-base_1.12.2.bb => gstreamer1.0-plugins-base_1.12.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.12.2.bb => gstreamer1.0-plugins-base_

[OE-core] [PATCH 03/10] gstreamer1.0-plugins-good: upgrade to version 1.12.3

2017-09-21 Thread Nicolas Dechesne
Patch removed since it is already upstream now. Bugfixes release only. Signed-off-by: Nicolas Dechesne --- .../0001-v4l2-Fix-4K-colorimetry.patch | 48 -- ...12.2.bb => gstreamer1.0-plugins-good_1.12.3.bb} | 5 +-- 2 files changed, 2 insertions(+), 51 deletions(

[OE-core] [PATCH 01/10] gstreamer1.0: upgrade to version 1.12.3

2017-09-21 Thread Nicolas Dechesne
Bugfixes release only. Removed local patch which was merged upstream. Signed-off-by: Nicolas Dechesne --- ...dd-switches-for-enabling-disabling-libdw-.patch | 70 -- ...treamer1.0_1.12.2.bb => gstreamer1.0_1.12.3.bb} | 5 +- 2 files changed, 2 insertions(+), 73 deletions(-)

[OE-core] [PATCH 00/10] gstreamer1.0: upgrade to 1.12.3

2017-09-21 Thread Nicolas Dechesne
A boring upgrade from 1.12.2 to 1.12.3. This is a bugfixes only release, a couple of patches removed as they made it upstream in the mean time. Nicolas Dechesne (10): gstreamer1.0: upgrade to version 1.12.3 gstreamer1.0-plugins-base: upgrade to version 1.12.3 gstreamer1.0-plugins-good: upgra

Re: [OE-core] [PATCH] useradd-staticids: don't create username-group if gid is specified

2017-09-21 Thread André Draszik
On Wed, 2017-09-20 at 14:20 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: André Draszik [mailto:g...@andred.net] > > Sent: den 20 september 2017 11:29 > > To: Peter Kjellerstedt ; openembedded- > > c...@lists.openembedded.org > > Subject: Re: [OE-core] [PATCH] useradd-st

Re: [OE-core] [PATCH 2/3] wic: remove systemd-boot for x32

2017-09-21 Thread Richard Purdie
On Tue, 2017-09-19 at 11:27 -0700, Saul Wold wrote: > Currently systemd-boot actually incorporates libgcc, since the > systemd-boot needs to be built with 64bit instructions it can not > use the x32 based libgcc. I'm a little confused by this since the point of x32 is that it uses all the 64 bit i

Re: [OE-core] [PATCH 1/3] arch-x86: Add x86-x32 to MACHINEOVERRIDES

2017-09-21 Thread Richard Purdie
On Tue, 2017-09-19 at 11:27 -0700, Saul Wold wrote: > This is needed as an x32 more generic x32 override later in the > OVERRIDES, currently linux-gnux32 is the first override, but we > need a stronger (later in the list) x32 override to deal with some > needed x32 dependency overrides. > > Signed

[OE-core] [PATCH] ltp: fix hanging issue for gdb01 case

2017-09-21 Thread Yi Zhao
If gdb01 testcase runs as background process, gdb can receive SIGTTOU and then the case gets stuck. Replace stdin with /dev/null to fix this issue. The patch is backported from upstream. Signed-off-by: Yi Zhao --- ...ommands-gdb01-replace-stdin-with-dev-null.patch | 34 ++ me

[OE-core] [PATCH] dbus: 1.10.20 -> 1.10.22

2017-09-21 Thread Fan Xin
Upgrade dbus from 1.10.20 to 1.10.22 Signed-off-by: fan@jp.fujitsu.com --- meta/recipes-core/dbus/dbus_1.10.20.bb | 180 - meta/recipes-core/dbus/dbus_1.10.22.bb | 180 + 2 files changed, 180 insertions(+), 180 deletions(-) dele