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 -

Re: [OE-core] [PATCH 01/13] toaster.bbclass: trigger event for other image files

2014-12-10 Thread Damian, Alexandru
Despite the header, this is the single patch in this submission. Thank you, Alex On Wed, Dec 10, 2014 at 2:44 PM, Alex DAMIAN alexandru.dam...@intel.com wrote: From: Alexandru DAMIAN alexandru.dam...@intel.com Toaster will log all the files that it can find in the deploy images directory,

Re: [OE-core] [PATCH 01/27] toaster: add toaster layer configuration file

2014-11-03 Thread Damian, Alexandru
Sorry for the mix-up, you're right. I'll re-post to correct mail list. Alex On Tue, Oct 28, 2014 at 3:49 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 28 okt. 2014, om 15:09 heeft Alex DAMIAN alexandru.dam...@intel.com het volgende geschreven: From: Alexandru DAMIAN

Re: [OE-core] [PATCH 01/27] toaster: add toaster layer configuration file

2014-10-28 Thread Damian, Alexandru
This is just one patch, sorry about the confusing headline. It should read [PATCH 01/01]. Alex On Tue, Oct 28, 2014 at 2:09 PM, Alex DAMIAN alexandru.dam...@intel.com wrote: From: Alexandru DAMIAN alexandru.dam...@intel.com In managed mode, Toaster tries to discover layers that are being

Re: [OE-core] [PATCH 01/13] toaster.bbclass: exclude variable dependency on toaster postfunc

2014-06-03 Thread Damian, Alexandru
There are no other patches in this series, it's the only patch. I'm sorry about the misleading Subject line. Cheers, Alex On Tue, Jun 3, 2014 at 4:16 PM, Alex DAMIAN alexandru.dam...@intel.com wrote: From: Alexandru DAMIAN alexandru.dam...@intel.com This patch fixes an issue where the

Re: [OE-core] [PATCH 3/3] buildstats: use TaskBase time for elapsed time

2014-03-19 Thread Damian, Alexandru
Yep, there is a counterpart change submitted to bitbake. Alex On Tue, Mar 18, 2014 at 11:15 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2014-03-18 at 15:28 -0700, Saul Wold wrote: On 03/17/2014 08:04 AM, Alex DAMIAN wrote: From: Marius Avram

Re: [OE-core] [PATCH 1/1] sstate: list missing files for toaster

2014-02-20 Thread Damian, Alexandru
I would think against it, because - it's very inefficient to send a Skipped event for each missed task than to collect all the data and send it in one shot - it's faster to send the event from the sstate.bbclass than to return the task ids and then call again a python function to generate the

Re: [OE-core] [PATCH 1/1] sstate: list missing files for toaster

2014-02-20 Thread Damian, Alexandru
Yep, tasks that were looked up, and actual filenames attempted. Alex On Thu, Feb 20, 2014 at 4:06 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2014-02-20 at 15:41 +, Damian, Alexandru wrote: I would think against it, because - it's very inefficient to send

Re: [OE-core] [PATCH 03/10] toaster.bbclass: fix crash on buildstats collection

2014-01-02 Thread Damian, Alexandru
Just a heads-up, this is a stand-alone patch, not a series, despite the subject line :( Alex On Wed, Dec 18, 2013 at 7:24 PM, Alex DAMIAN alexandru.dam...@intel.comwrote: From: Alexandru DAMIAN alexandru.dam...@intel.com Toaster needs buildstats to be enabled in order to collect task

Re: [OE-core] [PATCH] weston: add harfbuzz dependency

2013-07-23 Thread Damian, Alexandru
weston.spec clearly describes the dependency. And I found it while trying to compile. It's needed. On Tue, Jul 23, 2013 at 1:44 PM, Martin Jansa martin.ja...@gmail.comwrote: On Tue, Jul 23, 2013 at 12:01:19PM +0100, Alex DAMIAN wrote: From: Alexandru DAMIAN alexandru.dam...@intel.com

Re: [OE-core] [PATCH] qemu: use default qemu CPU definition

2013-04-15 Thread Damian, Alexandru
...@linuxfoundation.org; tom.zanu...@linux.intel.com; Burton, Ross; paul.eggle...@linux.intel.com; openembedded-core@lists.openembedded.org Cc: Damian, Alexandru Subject: [OE-core] [PATCH] qemu: use default qemu CPU definition From: Alexandru DAMIAN alexandru.dam...@intel.com This fixes guest crashes

Re: [OE-core] [PATCH] qemu: use default qemu CPU definition

2013-04-15 Thread Damian, Alexandru
Please see comments below, Cheers, Alex On Mon, Apr 15, 2013 at 1:49 PM, Iorga, Cristian cristian.io...@intel.comwrote: Hi Alex, See my comments below. Regards, Cristian From: Damian, Alexandru [mailto:alexandru.dam...@intel.com] Sent: Monday, April 15, 2013 3:31 PM To: Iorga

Re: [OE-core] [PATCH] bluez4: add readline dependency

2013-04-09 Thread Damian, Alexandru
I guess it's up to the patch maintainer to decide :). Alex On Mon, Apr 8, 2013 at 8:57 PM, Saul Wold s...@linux.intel.com wrote: On 04/08/2013 05:56 AM, Alex DAMIAN wrote: From: Alexandru DAMIAN alexandru.dam...@intel.com bluez4 uses readline to be build, but the dependency is not listed

Re: [OE-core] [Patch V3] Coreutils 6.9 depends on libattr

2013-03-12 Thread Damian, Alexandru
I'm gonna take out the attr dependency altogether on advice from Saul and Richard On Tue, Mar 12, 2013 at 7:57 PM, Khem Raj raj.k...@gmail.com wrote: On Mar 12, 2013, at 2:56 AM, Alex DAMIAN alexandru.dam...@intel.com wrote: From: Alexandru DAMIAN alexandru.dam...@intel.com We have a

Re: [OE-core] [PATCH 3/3] Initial commit for wayland/weston 1.0.3

2012-12-24 Thread Damian, Alexandru
One should follow the wayland website for HOWTO-s and testing instructions. Opening a terminal emulator and starting weston is the easiest way to get started, regardless if one is under X or in console. I don't think the patch comment is the proper place to document this, should I add a wiki

Re: [OE-core] [PATCH 3/3] Prepare mesa-dri for weston compatibility

2012-12-21 Thread Damian, Alexandru
On Thu, Dec 20, 2012 at 7:20 PM, Burton, Ross ross.bur...@intel.com wrote: On 20 December 2012 16:48, Alex DAMIAN alexandru.dam...@intel.com wrote: +PROVIDES += wayland-egl libgbm libglapi Remove this. Mesa-dri provides these packages, why shouldn't we let the system know ? # this

Re: [OE-core] [PATCH v2] init-live: default to initrd shell if image isn't found

2012-12-18 Thread Damian, Alexandru
Ok, I'll add the print. And re-submit. Alex On Mon, Dec 17, 2012 at 9:50 PM, Darren Hart dvh...@linux.intel.com wrote: On 12/17/2012 11:21 AM, Damian, Alexandru wrote: IMHO, if the system has to fatal() here, something VERY wrong is going on. This isn't your general debug option

Re: [OE-core] [PATCH v2] init-live: default to initrd shell if image isn't found

2012-12-17 Thread Damian, Alexandru
IMHO, if the system has to fatal() here, something VERY wrong is going on. This isn't your general debug option, this is a last-resort emergency rescue. I suppose that if you need to debug this, the system is so problematic you need to deep-dive into it anyway. I suggest taking it as it is now,

Re: [OE-core] [PATCH] initrdscripts: fix udevd path

2012-11-12 Thread Damian, Alexandru
I'm working on it now. Expect the patches shortly. Alex On Mon, Nov 12, 2012 at 6:13 PM, Burton, Ross ross.bur...@intel.com wrote: On 7 November 2012 00:01, Otavio Salvador ota...@ossystems.com.br wrote: Please split the patch in two: one fixing udevd and another with new features; please

Re: [OE-core] [PATCH] initrdscripts: fix udevd path

2012-11-05 Thread Damian, Alexandru
and disregard the first one. Alex On Fri, Nov 2, 2012 at 3:31 PM, Damian, Alexandru alexandru.dam...@intel.com wrote: Just a heads-up, actually I've submitted the wrong file in the first place :( Alex On Fri, Nov 2, 2012 at 3:07 PM, Damian, Alexandru alexandru.dam...@intel.com wrote: I

Re: [OE-core] [PATCH] initrdscripts: fix udevd path

2012-11-02 Thread Damian, Alexandru
I submitted a new patch in a separate mail, with proper description. Alex On Thu, Nov 1, 2012 at 9:31 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-11-01 at 16:32 +0200, Alex DAMIAN wrote: From: Ross Burton ross.bur...@intel.com udevd moved location and

Re: [OE-core] [PATCH] initrdscripts: fix udevd path

2012-11-02 Thread Damian, Alexandru
Just a heads-up, actually I've submitted the wrong file in the first place :( Alex On Fri, Nov 2, 2012 at 3:07 PM, Damian, Alexandru alexandru.dam...@intel.com wrote: I submitted a new patch in a separate mail, with proper description. Alex On Thu, Nov 1, 2012 at 9:31 PM, Richard

Re: [OE-core] [PATCH v3] udev: upgrade to 182

2012-09-21 Thread Damian, Alexandru
This patch still stands. I took a look at meta-oe. IMHO, the way the build works here is the right way. I had no problems rebasing it to the latest HEAD, df5f9a3e6dfcf8e8f57132843a024b44c0bd90fc, and rebuilding. Tested as follows: - build core-image-sato - running qemux86 image - udevd is

Re: [OE-core] [PATCH] lttng-2.0: update to the latest version

2012-07-27 Thread Damian, Alexandru
Hi, I recommend changing the liburcu licence as follows, following a GPLv3 file addition in the build macros: LICENSE = LGPLv2.1+ MIT-style GPLv3 LICENSE_${PN} = LGPLv2.1+ MIT-style Cheers, Alex On Fri, Jul 27, 2012 at 10:30 AM, fahad.us...@gmail.com wrote: From: Fahad Usman

Re: [OE-core] python error when building various packages

2012-07-12 Thread Damian, Alexandru
Done https://bugzilla.yoctoproject.org/show_bug.cgi?id=2752 Alex On Thu, Jul 12, 2012 at 12:34 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 12 July 2012 11:56:16 Damian, Alexandru wrote: Solved by do_clean on the packages. Still Alex doesn't know what triggers

Re: [OE-core] gcc errors while building core-image-sato-sdk

2012-07-05 Thread Damian, Alexandru
level autom4te: m4 failed with exit status: 1 I'm gonna downgrade to autoconf 2.64 and see what happens. Alex On Wed, Jul 4, 2012 at 6:21 PM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Jul 04, 2012 at 06:06:55PM +0300, Damian, Alexandru wrote: I guess the problem is no lmld, (skips

[OE-core] Files not getting into the debug packages

2012-07-04 Thread Damian, Alexandru
Hi guys, I'm trying to run a udev package upgrade (See attached patch). I get this error, ERROR: QA Issue: non debug package contains .debug directory: udev path /work/i586-poky-linux/udev-182-r0/packages-split/udev/lib/udev/udev/.debug/v4l_id ERROR: QA Issue: non debug package contains .debug

[OE-core] erroneously marked packages

2012-07-04 Thread Damian, Alexandru
Hi Saul, Some packages don't need upgrade, even if they are in the list, because the detection was wrong. How do we handle those ? I'm talking here about: - u-boot-mkimage, the 2012.04.1 version is already in the tree - js, the 1.6 (target) is older than current version -

[OE-core] gcc errors while building core-image-sato-sdk

2012-07-04 Thread Damian, Alexandru
Hi guys, From time to time I get errors building gcc (although I didn't trigger a rebuild!) when runnign bitbake core-image-sato-sdk The error is attached: /home/ddalex/ssd/yocto/build/tmp/work/i586-poky-linux/gcc-4.7.1+svnr188658-r2/temp/log.do_configure.20668 What is causing this, is this a

Re: [OE-core] Files not getting into the debug packages

2012-07-04 Thread Damian, Alexandru
MIhai gratiously provided the insight, the debug lines should be FILES_${PN}-dbg += ${base_libdir}/udev/udev/.debug/ FILES_${PN}-dbg += ${base_libdir}/udev/udev/.debug/* (notice base_libdir instead of libexecdir) Cheers, Alex On Wed, Jul 4, 2012 at 3:19 PM, Damian, Alexandru alexandru.dam

Re: [OE-core] gcc errors while building core-image-sato-sdk

2012-07-04 Thread Damian, Alexandru
...@linuxfoundation.org wrote: On Wed, 2012-07-04 at 17:32 +0300, Mihai Lindner wrote: On 7/4/2012 3:55 PM, Damian, Alexandru wrote: Hi guys, From time to time I get errors building gcc (although I didn't trigger a rebuild!) when runnign bitbake core-image-sato-sdk The error

Re: [OE-core] gcc errors while building core-image-sato-sdk

2012-07-04 Thread Damian, Alexandru
, Damian, Alexandru wrote: The question wasn't why it fails, but why sometimes it goes through, why sometimes fail, and why is it retriggered without any changes to the config or files (run 5 times the core-image-sato-sdk build in a row, and at least once it will fail). I don't trust systems