Re: [OE-core] [PATCH 1/1] lib/oe/rootfs.py: fix RPM multilib issue

2014-02-13 Thread Laurentiu Palcu
Hi Mark, On Wed, Feb 12, 2014 at 01:46:31PM -0600, Mark Hatle wrote: On 2/12/14, 12:54 PM, Laurentiu Palcu wrote: For some odd reason (at least I couldn't find an explanation to this, yet), if a multilib version of a package is installed after the main one (that is: in a different smart

Re: [OE-core] [PATCH 0/5] refactor the archive*.bbcalss

2014-02-13 Thread Robert Yang
Please hold on this, the recent changes of the prefuncs and postfuncs on bitbake makes it doesn't work on gcc-*, I will send a V2. // Robert On 01/14/2014 12:20 AM, Robert Yang wrote: * The archive*.bbclass didn't work, and there were a few problems, for example: 1) There were a few

Re: [OE-core] [PATCH 0/5] refactor the archive*.bbcalss

2014-02-13 Thread Henning Heinold
On Thu, Feb 13, 2014 at 05:54:50PM +0800, Robert Yang wrote: Please hold on this, the recent changes of the prefuncs and postfuncs on bitbake makes it doesn't work on gcc-*, I will send a V2. // Robert Hi Robert, do not forget the sstate problems which of course happens on dora branch

Re: [OE-core] [PATCH] systemtap: fix error: 'EM_AARCH64' was not declared in this scope

2014-02-13 Thread Otavio Salvador
On Thu, Feb 13, 2014 at 5:39 AM, Fathi Boudra fathi.bou...@linaro.org wrote: bump SRCREV to commit 508059f04842ed85d10bfbec8a9c688d57368860 Define EM_AARCH64 if elf.h doesn't. Signed-off-by: Fathi Boudra fathi.bou...@linaro.org Reviewed-by: Otavio Salvador ota...@ossystems.com.br -- Otavio

Re: [OE-core] [PATCH 1/1] lib/oe/rootfs.py: fix RPM multilib issue

2014-02-13 Thread Richard Purdie
On Wed, 2014-02-12 at 20:54 +0200, Laurentiu Palcu wrote: For some odd reason (at least I couldn't find an explanation to this, yet), if a multilib version of a package is installed after the main one (that is: in a different smart session), the main package binaries are not overwritten.

Re: [OE-core] [PATCH 2/2] cml1.bbclass: Add fragmentconfig task to cml1

2014-02-13 Thread Richard Purdie
On Wed, 2014-02-12 at 22:20 -0200, João Henrique Ferreira de Freitas wrote: fragmentconfig() is a new task that makes a diff between the old and new config files and writes to the fragment.cfg result file. menuconfig() always copy the original config file, so the user doesn't need to copy it.

Re: [OE-core] [PATCH 1/1] (image|rootfs_ipk).bbclass, rootfs.py: ipk multilib fixes

2014-02-13 Thread Richard Purdie
On Wed, 2014-02-12 at 17:40 +0200, Laurentiu Palcu wrote: On Wed, Feb 12, 2014 at 03:07:31PM +, Phil Blundell wrote: On Wed, 2014-02-12 at 16:55 +0200, Laurentiu Palcu wrote: * /usr/lib/opkg is where the alternatives go; Isn't that a bug? I'm far from being an expert in opkg or

Re: [OE-core] [PATCH] nss: avoid to use the hardcode kernel version

2014-02-13 Thread David Nyström
On 2014-02-13 04:48, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com Read kernel version from ${STAGING_KERNEL_DIR}/kernel-abiversion, to avoid to use the hardcode kernel version. Signed-off-by: Roy Li rongqing...@windriver.com --- meta/recipes-support/nss/nss.inc |

Re: [OE-core] [PATCH 1/1] lib/oe/rootfs.py: fix RPM multilib issue

2014-02-13 Thread Laurentiu Palcu
On Thu, Feb 13, 2014 at 11:32:36AM +, Richard Purdie wrote: On Wed, 2014-02-12 at 20:54 +0200, Laurentiu Palcu wrote: For some odd reason (at least I couldn't find an explanation to this, yet), if a multilib version of a package is installed after the main one (that is: in a different

[OE-core] [PATCH v2 0/1] lib/oe/rootfs.py: fix RPM multilib issue

2014-02-13 Thread Laurentiu Palcu
v2: * address RP's comments; laurentiu The following changes since commit b70a10ca3ee4a0add90d387e2c8288e531aaa47c: systemd-serialgetty: Update to match version in recent systemd (2014-02-11 22:59:38 +) are available in the git repository at:

[OE-core] [PATCH v2 1/1] lib/oe/rootfs.py: fix RPM multilib issue

2014-02-13 Thread Laurentiu Palcu
For some odd reason (at least I couldn't find an explanation to this, yet), if a multilib version of a package is installed after the main one (that is: in a different smart session), the main package binaries are not overwritten. This commit restores the functionality to the original one, before

Re: [OE-core] [PATCH] nss: avoid to use the hardcode kernel version

2014-02-13 Thread Richard Purdie
On Thu, 2014-02-13 at 11:48 +0800, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com Read kernel version from ${STAGING_KERNEL_DIR}/kernel-abiversion, to avoid to use the hardcode kernel version. Signed-off-by: Roy Li rongqing...@windriver.com ---

[OE-core] [PATCH 1/2] image_types bbclass: use compression framework for jffs2 sum images

2014-02-13 Thread Dmitry Eremin-Solenikov
I got hit by a missing dependency in generation of sum.jffs2 images - at runtime, when images are generated using bitbake pool, it is possible for sum.jffs2 image to be scheduled for generation before jffs2 image is fully generated. Insted of adding additional hacks, reimplement sum.jffs2

[OE-core] [PATCH 2/2] image_types: sum.jffs2 is replaced by jffs2.sum

2014-02-13 Thread Dmitry Eremin-Solenikov
Previous commit added support for sum 'compression' (rather postprocessing) of jffs2 images. Drop support for sum.jffs2 image type. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/classes/image_types.bbclass | 4 +--- meta/lib/oe/image.py | 3 --- 2 files

Re: [OE-core] [for-dora] Pulseaudio fix

2014-02-13 Thread Richard Purdie
On Wed, 2014-02-12 at 08:50 -0200, Otavio Salvador wrote: Hello, This change should be backported to dora as people are having problems using x11-less distros with pulseaudio: otavio@nano ~/.../poky (git)-[dora] % git cherry-pick 77c4f158c6dbc8a373d2064552224f5dfe1a7bd2 [dora 19606eb]

Re: [OE-core] [PATCH 1/1] alsa-state: do not install the init script in case of systemd

2014-02-13 Thread Burton, Ross
On 13 February 2014 07:32, Chen Qi qi.c...@windriver.com wrote: As the corresponding service files have already been provided by the alsa-utils-alsactl package, the init script is really not needed. So we do not install it in a systemd based image. Remember that the presence of the systemd

Re: [OE-core] [for-dora] Pulseaudio fix

2014-02-13 Thread Otavio Salvador
Hello Richard, On Thu, Feb 13, 2014 at 10:36 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2014-02-12 at 08:50 -0200, Otavio Salvador wrote: This change should be backported to dora as people are having problems using x11-less distros with pulseaudio: otavio@nano

[OE-core] [PATCH 1/2] wayland: upgrade to 1.4.0

2014-02-13 Thread Valentin Popa
(*) tested on qemux86 and genericx86 with core-image-weston and core-image-sato Signed-off-by: Valentin Popa valentin.p...@intel.com --- .../wayland/wayland/just-scanner.patch | 21 + .../wayland/{wayland_1.3.0.bb = wayland_1.4.0.bb} | 6 +++--- 2 files

[OE-core] [PATCH 0/2] weston and wayland upgrade to 1.4.0

2014-02-13 Thread Valentin Popa
Note: weston upgrade patch depends on wayland upgrade patch. The following changes since commit b70a10ca3ee4a0add90d387e2c8288e531aaa47c: systemd-serialgetty: Update to match version in recent systemd (2014-02-11 22:59:38 +) are available in the git repository at:

[OE-core] [PATCH 0/1] buildhistory.bbclass: create wrapper functions around buildhistory_get_sdk_installed

2014-02-13 Thread Laurentiu Palcu
The following changes since commit ee151ed6bc16312733c67b91bbf65959309b640d: lib/oe/rootfs.py: fix RPM multilib issue (2014-02-13 12:06:01 +) are available in the git repository at: git://mirror.rb.intel.com/git.yoctoproject.org/poky-contrib lpalcu/buildhistory_fix for you to fetch

[OE-core] [PATCH 1/1] buildhistory.bbclass: create wrapper functions around buildhistory_get_sdk_installed

2014-02-13 Thread Laurentiu Palcu
bb.build.exec_func() does not allow passing arguments to the executed scripts. Use wrappers instead. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/classes/buildhistory.bbclass | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 0/1] Fix for YB5817

2014-02-13 Thread Cristian Iorga
The following changes since commit ee151ed6bc16312733c67b91bbf65959309b640d: lib/oe/rootfs.py: fix RPM multilib issue (2014-02-13 12:06:01 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/YB5817

[OE-core] [PATCH 1/1] runqemu: enforce right CPU type for qemux86/x86-64

2014-02-13 Thread Cristian Iorga
Set in accordance with qemu machines configs. Fixes [YOCTO #5817]. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- scripts/runqemu | 9 +++-- scripts/runqemu-internal | 13 +++-- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/scripts/runqemu

[OE-core] [PATCH 0/1] Error reporting tool

2014-02-13 Thread Andreea Proca
Hello, This patch together with the web app from git://git.yoctoproject.org/error-report-web form an error reporting system similar to kernel-oops service. This tool proposes a way of keeping track of the errors appeared during builds by dumping the debug information of the build into a

[OE-core] [PATCH 1/1] report-error.bbclass: new class to save build information when errors occur

2014-02-13 Thread Andreea Proca
Class is used to save data about errors after every task that failed. Debug data is saved in json files in ERROR_REPORT_DIR (defaults to tmp/log/error-report). To use this class one has to add INHERIT += report-error to local.conf. scripts/send-error-report is a simple script that sends the json

Re: [OE-core] qte-4.8.5 missing libQtUiToolsE.a on toolchain

2014-02-13 Thread Diego Sueiro
On Tue, Feb 11, 2014 at 10:34 AM, Diego Sueiro diego.sue...@gmail.comwrote: libQtUiToolsE.a is just present at qt4-embedded-staticdev package. Shouldn't it needed to be added to meta-toolchain-qte? Should I have to send a patch to fix this? Regards, -- *dS Diego Sueiro Administrador do

[OE-core] LXC - linux container support in OE

2014-02-13 Thread Dorairaj, Sanjay
Hi Folks, Can someone let me know the current state of OE support for LXC containers? Is the current implementation of LXC support stable enough to be used in a fielded product? Has anyone implemented this in their products and if so, are there any lessons-learnt or case studies that could be

Re: [OE-core] LXC - linux container support in OE

2014-02-13 Thread Bruce Ashfield
On Thu, Feb 13, 2014 at 1:22 PM, Dorairaj, Sanjay sanjay_dorai...@cable.comcast.com wrote: Hi Folks, Can someone let me know the current state of OE support for LXC containers? Is the current implementation of LXC support stable enough to be used in a fielded product? Has anyone implemented

Re: [OE-core] [PATCH 2/2] cml1.bbclass: Add fragmentconfig task to cml1

2014-02-13 Thread Darren Hart
On 2/13/14, 3:33, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2014-02-12 at 22:20 -0200, João Henrique Ferreira de Freitas wrote: fragmentconfig() is a new task that makes a diff between the old and new config files and writes to the fragment.cfg result file. menuconfig()

Re: [OE-core] Problem with libicudata.so in OE master

2014-02-13 Thread Filip Piechocki
I've compiled icu for my own, and the issue still exist :( does anyone has any suggestions? Regards, Filip On Wed, Feb 12, 2014 at 12:18 PM, Filip Piechocki fpiecho...@gmail.comwrote: I am facing same problem on my RaspberryPi. I've build rpi-basic-image with some additional libraries

Re: [OE-core] qte-4.8.5 missing libQtUiToolsE.a on toolchain

2014-02-13 Thread Richard Purdie
On Thu, 2014-02-13 at 15:56 -0200, Diego Sueiro wrote: On Tue, Feb 11, 2014 at 10:34 AM, Diego Sueiro diego.sue...@gmail.com wrote: libQtUiToolsE.a is just present at qt4-embedded-staticdev package. Shouldn't it needed to be added to meta-toolchain-qte? Should I

Re: [OE-core] [PATCH 1/1] report-error.bbclass: new class to save build information when errors occur

2014-02-13 Thread Richard Purdie
On Thu, 2014-02-13 at 17:28 +0200, Andreea Proca wrote: Class is used to save data about errors after every task that failed. Debug data is saved in json files in ERROR_REPORT_DIR (defaults to tmp/log/error-report). To use this class one has to add INHERIT += report-error to local.conf.

[OE-core] [PATCH 0/2] [dora] fixes for gcc and systemd

2014-02-13 Thread Robert Yang
Hi RP, This one doesn't on master since it is a backport from systemd 207, while dora is 206: systemd: journald fix ignored disk space restrictions // Robert The following changes since commit 7ee4d9e1b29a1c0a2552a008fc264c592ef5ae4a: pulseaudio: only package consolekit module when x11 is

[OE-core] [PATCH 1/2] gcc: Include patch scheduled for GCC 4.8.3 to fix epilogue on ARM

2014-02-13 Thread Robert Yang
From: Holger Hans Peter Freyther hol...@moiji-mobile.com GCC 4.8.0, 4.8.1 and 4.8.2 can generate broken epilogues for the ABI used by the kernel. Apply the patch that is included for GCC 4.8.3 from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854. The issue was found on Yocto/Dora and the patch

[OE-core] [PATCH 2/2] systemd: journald fix ignored disk space restrictions

2014-02-13 Thread Robert Yang
From: Diego Sueiro diego.sue...@gmail.com The upstream bug report can be seen at: [Systemd #68161] -- https://bugs.freedesktop.org/show_bug.cgi?id=68161 This backports patches come from 207 and need to address this in the 206 version for dora branch. Signed-off-by: Diego Sueiro

[OE-core] [PATCH] nss: change kernel version from 3.4 to 3.10

2014-02-13 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Linux kernel 3.10 is used currently Signed-off-by: Roy Li rongqing...@windriver.com --- meta/recipes-support/nss/nss.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/nss/nss.inc

[OE-core] [PATCH] tar: fix a build error introduced by 1.27

2014-02-13 Thread Xudong.zhu
From: Xudong.zhu x...@windriver.com --same-order option cannot be used with -c the latest tar version 1.27. To fix this, drop the -s from -ps if -c exists. [YOCTO #5823] Signed-off-by: Xudong.zhu x...@windriver.com --- meta/classes/libc-package.bbclass |8

[OE-core] [PATCH] tar: fix a build error introduced by 1.27

2014-02-13 Thread Xudong.zhu
From: Xudong.zhu x...@windriver.com --same-order option cannot be used with -c the latest tar version 1.27. To fix this, drop the -s from -ps if -c exists. [YOCTO #5823] Signed-off-by: Xudong.zhu x...@windriver.com --- meta/classes/libc-package.bbclass |8

Re: [OE-core] [PATCH] nss: change kernel version from 3.4 to 3.10

2014-02-13 Thread Khem Raj
On Feb 13, 2014, at 7:30 PM, rongqing...@windriver.com rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com Linux kernel 3.10 is used currently Can you explain a bit more ? is it kernel-headers thats important here or is it the machine kernel ? if its machine kernel then

Re: [OE-core] LXC - linux container support in OE

2014-02-13 Thread Khem Raj
Hi Sanjay On Thu, Feb 13, 2014 at 10:22 AM, Dorairaj, Sanjay sanjay_dorai...@cable.comcast.com wrote: Hi Folks, Can someone let me know the current state of OE support for LXC containers? Is the current implementation of LXC support stable enough to be used in a fielded product? Has anyone

Re: [OE-core] [PATCH v2 3/3] flac: upgrade to 1.3.0

2014-02-13 Thread Iorga, Cristian
Ping. -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Wednesday, February 12, 2014 8:25 PM To: Iorga, Cristian Cc: OE-core Subject: Re: [OE-core] [PATCH v2 3/3] flac: upgrade to 1.3.0 Reviewed-by: Ross Burton ross.bur...@intel.com On 12 February 2014 16:42,