Re: [OE-core] [PATCH 0/9] Jethro pull request

2016-09-25 Thread Mittal, AnujX
Hi, > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Armin Kuster > Sent: Sunday, September 25, 2016 11:05 PM > To: akus...@mvista.com; openembedded-core@lists.openembedded.org >

Re: [OE-core] [PATCH 00/60] krogoth-next staged

2016-09-25 Thread akuster808
On 09/24/2016 07:48 AM, Ian Geiser wrote: > I think the systemd change may have broken something. It looks like it is > running a useradd with no arguments other than the root. Now I see the > following error in krogoth: > I appears to be caused by

[OE-core] [PATCH 0/1] meta-environment: ensure corret TOOLCHAIN_CONFIGSITE_NOCACHE value

2016-09-25 Thread Chen Qi
The following changes since commit ae5073c4abd8935c01d14d3e6395124f815bd10b: arch-mips: Add mips64-o32 tunes (2016-09-23 18:06:10 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/meta-environment

[OE-core] [PATCH 1/1] meta-environment: ensure corret TOOLCHAIN_CONFIGSITE_NOCACHE value

2016-09-25 Thread Chen Qi
Expand TOOLCHAIN_CONFIGSITE_NOCACHE value immediately before inheriting cross-canadian to avoid HOST_ARCH being changed from TARGET_ARCH to SDK_ARCH, thus ensuring its correct value. [YOCTO #10255] Signed-off-by: Chen Qi --- meta/recipes-core/meta/meta-environment.bb | 2

Re: [OE-core] [PATCH 1/1] toolchain-script: use immediate expansion for TOOLCHAIN_CONFIGSITE_NOCACHE

2016-09-25 Thread ChenQi
On 09/23/2016 10:37 PM, Richard Purdie wrote: On Fri, 2016-09-23 at 16:30 +0800, Chen Qi wrote: Use immediate expansion for the assignment to avoid other classes modifying variables like HOST_ARCH which changes the result. This happens in the meta-environment recipe. It inherits cross-canadian

[OE-core] [PATCH] python: fix CVE-2016-1000110

2016-09-25 Thread mingli.yu
From: Mingli Yu Backport patch to fix CVE-2016-1000110 from python upstream: for python2.7 https://hg.python.org/cpython/rev/ba915d561667/ for python3 https://hg.python.org/cpython/rev/a0ac52ed8f79 Signed-off-by: Mingli Yu ---

[OE-core] [meta][PATCH] bootchart2: Allocate space on heap for collector chunks

2016-09-25 Thread Kyle Russell
Nicer for embedded devices which may have smaller stack limitations. Signed-off-by: Kyle Russell --- ...llector-Allocate-space-on-heap-for-chunks.patch | 45 ++ .../bootchart2/bootchart2_0.14.8.bb| 1 + 2 files changed, 46

Re: [OE-core] [PATCH 00/60] krogoth-next staged

2016-09-25 Thread akuster808
Ian, On 09/24/2016 07:48 AM, Ian Geiser wrote: I think the systemd change may have broken something. It looks like it is running a useradd with no arguments other than the root. Now I see the following error in krogoth: from

[OE-core] [PATCH 0/9] Jethro pull request

2016-09-25 Thread Armin Kuster
Please consider these changes for Jethro The following changes since commit c9c85df86cd2270b144fa824ef76adedd3636c8a: util-linux: Security fix for CVE-2016-5011 (2016-09-23 23:21:43 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH] gst-player: Disable visualizations

2016-09-25 Thread Maxin B. John
On some machines, visualizations in gst-player trigger a bug in xvimagesink. Till we have a proper fix, disable the visualization rather than downgrading the xvimagesink. Fixes [YOCTO #10041] Signed-off-by: Maxin B. John ---