Re: [OE-core] [PATCH 01/10] connman: Fix builds to compile on musl

2015-04-22 Thread Khem Raj
On Apr 22, 2015, at 3:27 AM, Jukka Rissanen jukka.rissa...@linux.intel.com wrote: Hi, On ke, 2015-04-22 at 07:49 +, Khem Raj wrote: Add explicit includes for headers which are indirectly included on glibc Dont use backtrace APIs on non-glibc C libs res_nimit is a glibc

[OE-core] [oe-core][PATCH] systemd-systemctl-native: fix checksum error

2015-04-22 Thread Thomas Perrot
From: tprrt tp...@tupi.fr ERROR: systemd-systemctl-native: md5 data is not matching for file:///home/tprrt/dev/oe-build-easy/combination/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 ERROR: systemd-systemctl-native: The new md5 checksum is 751419260aa954499f7abaabaa882bbe Signed-off-by: tprrt

[OE-core] [daisy][PATCH] python: CVE-2014-7185

2015-04-22 Thread Sona Sarmadi
Integer overflow in bufferobject.c in Python before 2.7.8 allows context-dependent attackers to obtain sensitive information from process memory via a large size and offset in a buffer function. PoC: --- overflow.py --- import sys a = bytearray('here be dragons') b = buffer(a, sys.maxsize,

Re: [OE-core] [PATCH] devtool: extract: remove patches when S=WORKDIR

2015-04-22 Thread Markus Lehtonen
Hi Paul, On Tue, 2015-04-21 at 16:04 +0100, Paul Eggleton wrote: Hi Markus, On Tuesday 21 April 2015 17:49:54 Markus Lehtonen wrote: All local files from the layer, including patches, are added to to srctree repository when S==WORKDIR. The patch files are useless as they are

Re: [OE-core] [master-next][PATCHv2] wic: Add plugin for single partition disk

2015-04-22 Thread Ed Bartosh
On Tue, Apr 21, 2015 at 11:48:04PM +0200, Adrian Freihofer wrote: So far I did not recognize the MACHINE dependent behavior you mentioned in your email. Thanks for the hint. May be wic has already a complexity demanding for unit tests... Be my guest :)

[OE-core] [PATCH v2] devtool: include bbappends in recipe parsing

2015-04-22 Thread Markus Lehtonen
In order to get correct metadata, SRCREV for example. Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com --- meta/lib/oe/recipeutils.py | 6 +++--- scripts/lib/devtool/standard.py | 35 ++- 2 files changed, 25 insertions(+), 16 deletions(-) diff

Re: [OE-core] [PATCH] devtool: include bbappends in recipe parsing

2015-04-22 Thread Markus Lehtonen
Hi, On Tue, 2015-04-21 at 17:42 +0100, Paul Eggleton wrote: On Tuesday 21 April 2015 17:50:43 Markus Lehtonen wrote: In order to get correct metadata, SRCREV for example. Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com --- meta/lib/oe/recipeutils.py | 6 +++---

[OE-core] [PATCH] devtool: tests: fix update-recipe test after bd1aa28

2015-04-22 Thread Markus Lehtonen
Number of patches in mtd-utils changed in changeset bd1aa28. Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com --- meta/lib/oeqa/selftest/devtool.py | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/selftest/devtool.py

Re: [OE-core] [PATCH 1/1] python3: Upgrade from 3.3.3 to 3.4.2

2015-04-22 Thread Martin Jansa
On Mon, Apr 13, 2015 at 04:24:30PM -0500, Alejandro Hernandez wrote: On 13/04/15 13:40, Martin Jansa wrote: On Fri, Feb 27, 2015 at 06:30:52PM -0600, Alejandro Hernandez wrote: Modifies: python3-native_3.3.3.bb - python3-native_3.4.2.bb: Updates checksums, version, patches and

Re: [OE-core] PulseAudio in Sato

2015-04-22 Thread Iorga, Cristian
I guess that pulseaudio-client-conf-sato could be added to packagegroup-core-x11-sato or packagegroup-core-x11-sato-extended, so that the pulseaudio-client-conf-sato will get selected only for sato images. -Original Message- From: openembedded-core-boun...@lists.openembedded.org

[OE-core] YP 1.8 Release Survey/Retrospective - REMINDER

2015-04-22 Thread Jolley, Stephen K
All, Yocto Project 1.8 will be releasing this week! YP provides a major release every six months, and as an open source project we are always working to improve our processes. This survey is for the Yocto Project community to provide feedback into the development process. We would greatly

[OE-core] [PATCH 2/3] dbus: split tools package.

2015-04-22 Thread Bruno Bottazzini
From: Gustavo Sverzut Barbieri gustavo.barbi...@intel.com Most tools are not required if one is launching a simple daemon. The user will be able to exclude dbus-tool and save some space in his build Signed-off-by: Bruno Bottazzini bruno.bottazz...@intel.com --- meta/recipes-core/dbus/dbus.inc |

[OE-core] [PATCH 3/3] systemd: split modules into packages

2015-04-22 Thread Bruno Bottazzini
if one wants to launch a simple deamon, most modules are not required. He will be able to save space and exclude unwanted packages from the final image. --- meta/recipes-core/systemd/systemd_219.bb | 1075 ++ 1 file changed, 943 insertions(+), 132 deletions(-) diff

[OE-core] [PATCH 1/3] systemd 219 - system 219-stable

2015-04-22 Thread Bruno Bottazzini
The upstream systemd git repo only contains the main systemd branch that progresses at a quick pace, continuously bringing both bugfixes and new features. Distributions usually prefer basing their releases on stabilized versions that receive the bugfixes but not the features. ---

[OE-core] [PATCH V2 0/3] systemd: split modules into packages

2015-04-22 Thread Bruno Bottazzini
Differences from V1: - Rebasing with master since patchset wasn't fully reviewed last time Bruno Bottazzini (2): systemd 219 - system 219-stable systemd: split modules into packages Gustavo Sverzut Barbieri (1): dbus: split tools package. meta/recipes-core/dbus/dbus.inc |9

Re: [OE-core] [PATCH 3/3] systemd: split modules into packages

2015-04-22 Thread Anders Darander
I'm repeating the comments from my review of the earlier version. I'm slightly worried as we're changing some of the default configurations here. And we're suddenly starting to build almost everything in systemd... * Bruno Bottazzini bruno.bottazz...@intel.com [150422 19:02]: if one wants to

Re: [OE-core] [PATCH 3/3] systemd: split modules into packages

2015-04-22 Thread Otavio Salvador
On Wed, Apr 22, 2015 at 2:27 PM, Anders Darander and...@chargestorm.se wrote: I'm repeating the comments from my review of the earlier version. I'm slightly worried as we're changing some of the default configurations here. And we're suddenly starting to build almost everything in systemd...

[OE-core] [PATCH] split_and_strip_files: regroup hardlinks to make build deterministic

2015-04-22 Thread Ed Bartosh
Reverted 7c0fd561bad0250a00cef63e3d787573112a59cf Created separate group of hardlinks for the files inside the same package. This should prevent stripped files to be populated outside of package directories. [YOCTO #7586] Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com ---

[OE-core] [PATCH] mmc-utils: fix the building failure when DEBUG_BUILD is 1

2015-04-22 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Remove -D_FORTIFY_SOURCE=2 from AM_CFLAGS when DEBUG_BUILD is 1 Signed-off-by: Roy Li rongqing...@windriver.com --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb

Re: [OE-core] [PATCH] libxml-simple-perl/libconvert-asn1-perl: using PERLHOSTLIB

2015-04-22 Thread Rongqing Li
ping -Roy On 2015年03月30日 08:56, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com Using PERLHOSTLIB as possible, which is same as ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)} Signed-off-by: Roy Li rongqing...@windriver.com ---

Re: [OE-core] [master-next][PATCHv2] wic: Add plugin for single partition disk

2015-04-22 Thread Ed Bartosh
On Tue, Apr 21, 2015 at 11:08:32PM +0200, Adrian Freihofer wrote: The wic plugin creates a disk image containig one ext2/3/4 partition. No additional boot partition is required. Syslinux is installed into the image. The target device is a legacy BIOS PC. Purpose of this plugin: Other

[OE-core] [PATCH] sanity.bbclass: Increased verbosity for connectivity check

2015-04-22 Thread Mariano Lopez
The connectivity sanity error doesn't tell you which URL failed to fetch nor how it failed. This provides the URL that failed and why it failed using BBFetchException messages during the connectivity check. [YOCTO #7592] Signed-off-by: mlopezva mariano.lo...@linux.intel.com ---

[OE-core] [PATCH v2] devtool: extract: remove patches when S=WORKDIR

2015-04-22 Thread Markus Lehtonen
All local files from the layer, including patches, are added to to srctree repository when S==WORKDIR. The patch files are useless as they are automatically applied on top of the srctree by devtool. This change causes devtool extract to not commit these unnecessary (and possibly confusing) patch

[OE-core] [PATCH 1/1] libunwind: don't use gold for mips

2015-04-22 Thread Robert Yang
The gold doesn't work for mips or mips64: configure:3867: checking whether the C compiler works configure:3889: mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips32r2 --sysroot=/buildarea/lyang1/test_uni/tmp/sysroots/qemumips -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1

[OE-core] [PATCH 0/1 V2] libunwind: don't use gold for mips

2015-04-22 Thread Robert Yang
* V2 Set the arch one by one. // Robert The following changes since commit 166f2587468ae71988c610858aad3f7ef67eccba: bison: don't depend on help2man (2015-04-21 11:29:30 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/libunwind

Re: [OE-core] [PATCH] Revert kernel-arch.bbclass: add arm64 support to U-Boot architecture map

2015-04-22 Thread Koen Kooi
Op 19 feb. 2015, om 04:34 heeft Nathan Rossi nathan.ro...@xilinx.com het volgende geschreven: This reverts commit 0b891265716c414ade29d587fc1a3c4ea7beadbe. U-Boot does support AArch64, this however was only added to newer versions of U-Boot and at the time of this original commit the

[OE-core] [PATCH 10/10] gtk+: Correct function prototype

2015-04-22 Thread Khem Raj
This is turned on by default in gcc-5 so far we have been getting by this issue but time to fix it has now come Change-Id: I012248731de0be7a9b7e232073746360fe6c83dd Signed-off-by: Khem Raj raj.k...@gmail.com --- .../gtk+/gtk+/strict-prototypes.patch | 24 ++

[OE-core] [PATCH 09/10] gnome-icon-theme: Needs nls.m4

2015-04-22 Thread Khem Raj
it really needs nls, so lets add proper dependencies and options Change-Id: Ib01f066e9dadf2784686cbe28578d2784dfcba88 Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 04/10] xserver-xorg: Fix build with gcc-5

2015-04-22 Thread Khem Raj
Backport a patch from fedora details are in patch header Change-Id: I6b8dfaae3b751071bf8b0d88b15a4f95c19877f6 Signed-off-by: Khem Raj raj.k...@gmail.com --- ...sdksyms.sh-Make-sdksyms.sh-work-with-gcc5.patch | 50 ++ .../xorg-xserver/xserver-xorg_1.16.3.bb| 1 +

[OE-core] [PATCH 02/10] glibc, packagegroup-self-hosted, packagegroup-core-lsb: Consider non-glibc libcs

2015-04-22 Thread Khem Raj
Make skipping expression simpler to check for given libc Make sure glibc specific items are covered with right override Change-Id: I8b4a0b7cbfe38ffdc9320f798038c79c7220552b Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/glibc/glibc_2.21.bb| 8 +++-

[OE-core] [PATCH 07/10] lttng-tools: Add extern qualifier to declarations in .h file

2015-04-22 Thread Khem Raj
This will ensure that compiler does not initialize the definitions in header files Change-Id: I1076201c667f96707c320a51a77d4a70e22df750 Signed-off-by: Khem Raj raj.k...@gmail.com --- .../lttng/lttng-tools/extern-decls.patch | 442 +

[OE-core] [PATCH 01/10] connman: Fix builds to compile on musl

2015-04-22 Thread Khem Raj
Add explicit includes for headers which are indirectly included on glibc Dont use backtrace APIs on non-glibc C libs res_nimit is a glibc specific API in resolvers so we avoid it Change-Id: I78a173f02f8c117ebb513311f27a48bc8d645efe Signed-off-by: Khem Raj raj.k...@gmail.com ---

[OE-core] [PATCH 08/10] subversion: Add -P to CPPFLAGS

2015-04-22 Thread Khem Raj
see https://gcc.gnu.org/gcc-5/porting_to.html we need to stop the preprocessor from generating the #line directives or we run into issues like | checking for apr_int64_t Python/C API format string... | configure: error: failed to recognize APR_INT64_T_FMT on this platform | Configure failed. The

[OE-core] [PATCH 06/10] mdadm: Fix inline semantics

2015-04-22 Thread Khem Raj
With gcc-5 defaulting to gnu11 C we need to follow c99 inline semantics Change-Id: I397520c36c81634556b3f3782aebc532e4a79aed Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-extended/mdadm/files/inline.patch | 39 ++ meta/recipes-extended/mdadm/mdadm_3.3.2.bb

[OE-core] [PATCH 03/10] insserv: Fix build with gcc5 and clang

2015-04-22 Thread Khem Raj
Kill 2 bugs with one patch | insserv.c:997:5: note: each undeclared identifier is reported only once for each function it appears in | insserv.c:997:15: error: expected ';' before 'char' | extension char buf[strlen(myname)+2+strlen(fmt)+1]; |^ | insserv.c: In function 'main':

[OE-core] [PATCH 00/10] World build fixes with gcc-5

2015-04-22 Thread Khem Raj
This patchset contains fixes needed for building world using gcc-5, gcc-5 recipes are still in contrib tree. First lets fix the recipes connman fix and packagegroup fix is needed for making sure that these packagegroups are marked glibc specific or independent using overrides, helps in paving way

[OE-core] [PATCH 05/10] u-boot-mkimage: Backport fix from upstream to fix build with gcc-5

2015-04-22 Thread Khem Raj
Change-Id: I5322f1ff8653009b45ddee1a2d3a0d96584d3327 Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-bsp/u-boot/u-boot-mkimage/gcc5.patch | 91 +++ meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb | 4 +- 2 files changed, 94 insertions(+), 1 deletion(-) create

Re: [OE-core] [PATCH] Revert kernel-arch.bbclass: add arm64 support to U-Boot architecture map

2015-04-22 Thread Fathi Boudra
On 22 April 2015 at 10:18, Koen Kooi koen.k...@linaro.org wrote: Op 19 feb. 2015, om 04:34 heeft Nathan Rossi nathan.ro...@xilinx.com het volgende geschreven: This reverts commit 0b891265716c414ade29d587fc1a3c4ea7beadbe. U-Boot does support AArch64, this however was only added to newer

Re: [OE-core] [PATCH] Revert kernel-arch.bbclass: add arm64 support to U-Boot architecture map

2015-04-22 Thread Koen Kooi
Op 22 apr. 2015, om 09:18 heeft Koen Kooi koen.k...@linaro.org het volgende geschreven: Op 19 feb. 2015, om 04:34 heeft Nathan Rossi nathan.ro...@xilinx.com het volgende geschreven: This reverts commit 0b891265716c414ade29d587fc1a3c4ea7beadbe. U-Boot does support AArch64, this

Re: [OE-core] [PATCH 01/10] connman: Fix builds to compile on musl

2015-04-22 Thread Jukka Rissanen
Hi, On ke, 2015-04-22 at 07:49 +, Khem Raj wrote: Add explicit includes for headers which are indirectly included on glibc Dont use backtrace APIs on non-glibc C libs res_nimit is a glibc specific API in resolvers so we avoid it Change-Id: I78a173f02f8c117ebb513311f27a48bc8d645efe

Re: [OE-core] [PATCH] oeqa/selftest/toaster: fix bad indent

2015-04-22 Thread Damian, Alexandru
Thank you for spotting this ! :) Alex On Wed, Apr 22, 2015 at 10:22 AM, Cristian Iorga cristian.io...@intel.com wrote: oe-selftest --list-classes crashes because of a bad indent (see below). Fixed. systemd-build$ oe-selftest --list-classes 2015-04-22 12:12:39,141 - selftest - INFO -

[OE-core] [PATCH] icecc.bbclass: blacklist libgcc-initial

2015-04-22 Thread Dmitry Eremin-Solenikov
Building libgcc-initial with IceCC enabled can fail with the CPP sanity check error in the following case (using ARM for example): * sysroot contains cross gcc built for another ARM variant * sysroot contains initial cross gcc built to suit the target machine * bitbake tries to configure

[OE-core] [PATCH 2/3] scripts/runqemu: factor out some qemuarm configuration options

2015-04-22 Thread Dmitry Eremin-Solenikov
In preparation of adding qemuarma9 support to runqemu scripts, factor out some qemuarm-related options to be handled in a more generic way. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- scripts/runqemu-internal | 13 +++-- 1 file changed, 11 insertions(+), 2

[OE-core] [PATCH 3/3] scripts/runqemu: add qemuarma9 support

2015-04-22 Thread Dmitry Eremin-Solenikov
Support new qemuarma9 machine type. It mostly reuses existing qemuarm setup, but the virtio-based network and disk devices. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- scripts/runqemu | 9 ++--- scripts/runqemu-internal | 35

[OE-core] [PATCH 1/3] meta: add new qemuarma9 machine definition

2015-04-22 Thread Dmitry Eremin-Solenikov
Currently qemuarm is limited to 256 Mb of RAM. Sometimes this is too little to run necessary applications. Add a new arm configuration based on Versatile Express board, Cortex-A9 CPU, allowing up to 1Gb of RAM. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com ---

[OE-core] [PATCH] oeqa/selftest/toaster: fix bad indent

2015-04-22 Thread Cristian Iorga
oe-selftest --list-classes crashes because of a bad indent (see below). Fixed. systemd-build$ oe-selftest --list-classes 2015-04-22 12:12:39,141 - selftest - INFO - Listing all available test modules: _sstatetests_noauto (hidden) -- SStateBase -- RebuildFromSState -- -- test_sstate_rebuild

[OE-core] [PATCH] split_and_strip_files: regroup hardlinks to make build deterministic

2015-04-22 Thread Ed Bartosh
Reverted 7c0fd561bad0250a00cef63e3d787573112a59cf Created separate group of hardlinks for the files inside the same package. This should prevent stripped files to be populated outside of package directories. [YOCTO #7586] Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com ---