[OE-core] State of bitbake world, Failed tasks 2015-10-29

2015-11-02 Thread Martin Jansa
== Tested changes (not included in master yet) - bitbake == 51873e7 world-image: add extra target == Tested changes (not included in master yet) - openembedded-core == c770c31 gstreamer1.0-plugins-{base,good}: update PACKAGECONFIGs 74c7d11 libunwind: fix build for qemuarm 55f34c4 Revert "mesa:

Re: [OE-core] [PATCH v2] cups: update systemd support

2015-11-02 Thread Andrew Shadura
On 22/10/15 16:00, Andrew Shadura wrote: > Add PACKAGECONFIG for systemd, enable it when systemd is enabled > in DISTRO_FEATURES. Pass the correct path to systemd units, > ensure they're installed into the package. > > Drop custom systemd unit files, use those shipped by the upstream > instead. >

[OE-core] [PATCH] gnome-desktop-testing: fix ptest output format

2015-11-02 Thread Maxin B. John
Fix ptest output format for glib-2.0 and other packages which depends on gnome-desktop-testing framework. [YOCTO #6601] Signed-off-by: Maxin B. John --- .../update-output-syntax.patch | 27 ++ .../gnome-desktop-testing_2014.1.bb

Re: [OE-core] [PATCH 0/1] Upgrade sqlite to 3.9.0

2015-11-02 Thread Andre McCurdy
On Mon, Nov 2, 2015 at 4:16 AM, Burton, Ross wrote: > > On 29 October 2015 at 09:17, Kang Kai wrote: >>> >>> Kai Kang (1): >>>sqlite: 3.8.10.2 -> 3.9.0 >> >> >> Ping. > > As Stephen's weekly status mails show, we're frozen whilst 2.0 is being >

[OE-core] [PATCH] devtool: include do_patch in SRCTREECOVEREDTASKS

2015-11-02 Thread Tzu-Jung Lee
The external source of kernel has been patched during the construction of git repository. Include the do_patch task in the SRCTREECOVEREDTASKS. Signed-off-by: Tzu-Jung Lee diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index

Re: [OE-core] [PATCH 4/4] Revert "local.conf.sample: Disable image-prelink by default"

2015-11-02 Thread Khem Raj
On Mon, Nov 2, 2015 at 6:04 PM, Mark Hatle wrote: > On 11/2/15 6:10 PM, Khem Raj wrote: >> On Mon, Nov 2, 2015 at 4:07 PM, Mark Hatle wrote: >>> This reverts commit 6dd28030f323d7106a02ec54ce4e249561ab0836. >>> >>> Prelink now works properly

Re: [OE-core] [RFC][PATCH] python: ensure usage of host modules while cross compiling

2015-11-02 Thread Belal, Awais
Ping! BR, Awais From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of Belal, Awais Sent: Friday, October 30, 2015 6:08 PM To: openembedded-core@lists.openembedded.org Subject: [OE-core]

[OE-core] [PATCH 0/1] default-distrovars: remove less from WHITELIST_GPL-3.0

2015-11-02 Thread Hongxu Jia
The following changes since commit 370a2916c4559c17952392b872322e8e490b124c: build-appliance-image: Update to jethro head revision (2015-10-29 22:20:40 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/less

[OE-core] [PATCH 1/1] logrotate: do not move binary logrotate to /usr/bin

2015-11-02 Thread Hongxu Jia
In oe-core commit a46d3646a3e1781be4423b508ea63996b3cfca8a ... Author: Fahad Usman Date: Tue Aug 26 13:16:48 2014 +0500 logrotate: obey our flags Needed to quiet GNU_HASH warnings, and some minor fixes. ... it explicitly move logrotate to /usr/bin without any

[OE-core] [PATCH 0/1] logrotate: do not move binary logrotate to /usr/bin

2015-11-02 Thread Hongxu Jia
The following changes since commit 370a2916c4559c17952392b872322e8e490b124c: build-appliance-image: Update to jethro head revision (2015-10-29 22:20:40 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/logrotate

Re: [OE-core] [PATCH 4/7] gstreamer1.0-plugins-bad: upgrade to version 1.6.0

2015-11-02 Thread Saul Wold
On Tue, 2015-10-27 at 15:10 +0100, Carlos Rafael Giani wrote: > On 10/26/2015 06:20 PM, Burton, Ross wrote: > > > Hi Carlos, > > > > On 27 September 2015 at 22:48, Carlos Rafael Giani > > wrote: > > 0001-gl-do-not-check-for-GL-GLU-EGL-GLES2-libs-if-disable.patch

Re: [OE-core] [PATCH 1/1] default-distrovars: remove less from WHITELIST_GPL-3.0

2015-11-02 Thread Randy MacLeod
On 2015-11-02 02:12 AM, Hongxu Jia wrote: As oe-core commit 37c8c2c5f6937520eaf9f5d981f9315e36eba4bb and fa7bdf96b8eb8b5078db38249c5c60ec511c35c6 said, Mark Nudelman (author of less) has given permission to utilize a generic 2-clause BSD, so we remove it from WHITELIST_GPL-3.0 which caused a QA

[OE-core] [PATCH 0/4] [Jethro/master] Fix prelink support

2015-11-02 Thread Mark Hatle
Fix prelink support for Jethro/Master. * Fix glibc defect with it's prelink API * Fix GCC configuration for PowerPC (32-bit) * Update to newer prelink release (fix IA32, ARM and MIPS) * Revert image-prelink being disabled Changes are availabe in the git repository at:

[OE-core] [PATCH 1/4] glibc: Fix ld.so / prelink interface for ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA

2015-11-02 Thread Mark Hatle
A bug in glibc 2.22's ld.so interface for the prelink support causes the displayed values to be incorrect. The included path fixes this issue. Clear ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for prelink prelink runs ld.so with the environment variable LD_TRACE_PRELINKING set to dump the

[OE-core] [PATCH 2/4] gcc: Update default Power GCC settings to use secure-plt

2015-11-02 Thread Mark Hatle
The gcc default, bss-plt, will cause errors when using the prelinker. All other distributions that I am aware of are using the the secure-plt. For an explanation of the differences, the gcc docs: Current PowerPC GCC accepts a `-msecure-plt' option that generates code capable of using a

[OE-core] [PATCH 4/4] Revert "local.conf.sample: Disable image-prelink by default"

2015-11-02 Thread Mark Hatle
This reverts commit 6dd28030f323d7106a02ec54ce4e249561ab0836. Prelink now works properly again. Re-enable the functionality. Signed-off-by: Mark Hatle --- meta/conf/local.conf.sample | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[OE-core] [PATCH 3/4] prelink: Fix various prelink issues on IA32, ARM, and MIPS.

2015-11-02 Thread Mark Hatle
Fix the following issues: IA32 / ARM - Resync to glibc-2.22, fix a mismatch w/ glibc's ld.so MIPS - Ignore the new SHT_MIPS_ABIFLAGS ARM - Fix missing ARM IFUNC support chunk Also upstream prelink project no longer has a 'trunk' directory. [Yocto #8627] [Yocto #8227] Signed-off-by: Mark Hatle

Re: [OE-core] [PATCH 4/4] Revert "local.conf.sample: Disable image-prelink by default"

2015-11-02 Thread Khem Raj
On Mon, Nov 2, 2015 at 4:07 PM, Mark Hatle wrote: > This reverts commit 6dd28030f323d7106a02ec54ce4e249561ab0836. > > Prelink now works properly again. Re-enable the functionality. > > Signed-off-by: Mark Hatle > --- >

[OE-core] [PATCH] vte: fix DoS from malicious escape sequence (CVE-2012-2738)

2015-11-02 Thread Ross Burton
Backport a fix from upstream to fix a denial of service via a malicious escape sequence. [ YOCTO #8617 ] Signed-off-by: Ross Burton --- .../vte/vte-0.28.2/cve-2012-2738.patch | 135 + meta/recipes-support/vte/vte_0.28.2.bb |

Re: [OE-core] luvOS yocto based project - "hvc0" respawning too fast

2015-11-02 Thread Naresh Bhat
Hi Randy, Thank you very much. On 30 October 2015 at 03:03, wrote: > Hi Naresh, > >> +OE core ML >> >> On 27 October 2015 at 16:17, Naresh Bhat wrote: >>> Hi Randy, >>> >>> The luvOS project is based on luv-yocto frame work. I have built

Re: [OE-core] [PATCH 0/1] Upgrade sqlite to 3.9.0

2015-11-02 Thread Kang Kai
On 2015年11月02日 20:16, Burton, Ross wrote: On 29 October 2015 at 09:17, Kang Kai > wrote: Kai Kang (1): sqlite: 3.8.10.2 -> 3.9.0 Ping. As Stephen's weekly status mails show, we're frozen whilst 2.0 is being

Re: [OE-core] [PATCH 0/1] Upgrade sqlite to 3.9.0

2015-11-02 Thread Burton, Ross
On 29 October 2015 at 09:17, Kang Kai wrote: > Kai Kang (1): >>sqlite: 3.8.10.2 -> 3.9.0 >> > > Ping. > As Stephen's weekly status mails show, we're frozen whilst 2.0 is being prepared. This patch has been merged into my staging branch (ross/mut) for when we thaw.

Re: [OE-core] [PATCH] glib-2.0: fix ptest output format

2015-11-02 Thread Maxin B. John
Hi Ross, On Mon, Nov 02, 2015 at 12:12:52PM +, Burton, Ross wrote: >>On 30 October 2015 at 09:39, Maxin B. John wrote: >> +gnome-desktop-testing-runner glib | sed 's/FAILED/FAIL/g' >Don't all upstreams using the GLib test framework emit FAILED, or is this >really

Re: [OE-core] [PATCH 4/4] Revert "local.conf.sample: Disable image-prelink by default"

2015-11-02 Thread Mark Hatle
On 11/2/15 6:10 PM, Khem Raj wrote: > On Mon, Nov 2, 2015 at 4:07 PM, Mark Hatle wrote: >> This reverts commit 6dd28030f323d7106a02ec54ce4e249561ab0836. >> >> Prelink now works properly again. Re-enable the functionality. >> >> Signed-off-by: Mark Hatle