[OE-core] [PATCH] meta/classes/base.bbclass: base.bbclass should check for multiple (or) licenses in bb files

2011-12-29 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com base.bbclass modified in order to check if there is an or operand, and if it is, should check further if there are other non-excluded licenses. [YOCTO #1844] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/classes/base.bbclass | 17

[OE-core] [PATCH] wpa-supplicant - pulls GPLv3 license rpm in a non-GPLv3 build (libgnutls-extra)

2011-12-29 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com Two different defconfigs are chosen, one for with GPLv3 build and one for without. In this way, libgnutls-extra is not pulled in a non-GPLv3 build. [YOCTO #1845] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- .../wpa-supplicant

Re: [OE-core] Yocto Project 1.2 M4 schedule

2012-04-13 Thread Andrei Gherzan
On Apr 13, 2012 12:30 AM, Phil Blundell ph...@gnu.org wrote: On Thu, 2012-04-12 at 17:13 -0400, Denys Dmytriyenko wrote: Should we put it to vote? While we still have time before the release, we need to agree on the naming eventually. To be honest, it seems to me like a vote would be a

[OE-core] [V5 0/2] Package gdbm compat libs in gdbm-compat and PR bumps

2012-04-13 Thread Andrei Gherzan
-04-12 21:25:10 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ag/gdbm http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/gdbm Andrei Gherzan (2): gdbm: Package compat libs in gdbm-compat PR bump packages with gdbm in DEPENDS meta/recipes

[OE-core] [V5 1/2] gdbm: Package compat libs in gdbm-compat

2012-04-13 Thread Andrei Gherzan
In order to avoid breaking packages which depend on old package name libgdbm4 (= 1.10), compat libs are packaged into a separate package named gdbm-compat. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-support/gdbm/gdbm_1.10.bb |7 ++- 1 files changed, 6 insertions

[OE-core] [V5 2/2] PR bump packages with gdbm in DEPENDS

2012-04-13 Thread Andrei Gherzan
This is done because of this change in gdbm: gdbm: Package compat libs in gdbm-compat Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-devtools/perl/perl_5.14.2.bb |2 +- meta/recipes-devtools/python/python_2.7.2.bb |2 +- .../pulseaudio/pulseaudio_1.1.bb

Re: [OE-core] [V4 2/2] PR bump packages with gdbm in DEPENDS

2012-04-13 Thread Andrei Gherzan
On Fri, Apr 13, 2012 at 11:03, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Apr 11, 2012 at 06:54:14PM +0300, Andrei Gherzan wrote: This is done because of this change in gdbm: gdbm: Package compat libs in gdbm-compat Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta

Re: [OE-core] LICENSE_{X}-xxx is parsed?

2012-04-24 Thread Andrei Gherzan
On Tue, Apr 24, 2012 at 20:44, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: On Tue, Apr 24, 2012 at 10:25 AM, Andrei Gherzan and...@gherzan.ro wrote: Hello everybody, Is there any mechanism of parsing LICENSE variables for every provided package in a bb file

Re: [OE-core] LICENSE_{X}-xxx is parsed?

2012-04-24 Thread Andrei Gherzan
Digging into your commit i realized that this is already done. Thank you. @g On Wed, Apr 25, 2012 at 00:15, Andrei Gherzan and...@gherzan.ro wrote: On Tue, Apr 24, 2012 at 20:44, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: On Tue, Apr 24, 2012 at 10:25 AM, Andrei Gherzan

[OE-core] [PATCH V3] fotowall: Add #include ui_wizard.h to ExportWizard.cpp

2012-05-10 Thread Andrei Gherzan
App/ExportWizard.cpp depends on wizard.h which depends on ui_wizard. The last one should be already generated before compiling ExportWizard.cpp. [YOCTO #2297] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- .../ExportWizard-depends-on-ui_wizard.patch| 18 ++ meta

Re: [OE-core] [PATCH V3] fotowall: Add #include ui_wizard.h to ExportWizard.cpp

2012-05-10 Thread Andrei Gherzan
And it does. But this is needed for qmake in Makefile generation. Didn't find a better fix but this works as expected. *@g* On Fri, May 11, 2012 at 12:22 AM, Khem Raj raj.k...@gmail.com wrote: On Thu, May 10, 2012 at 2:06 PM, Andrei Gherzan and...@gherzan.ro wrote: +App/ExportWizard.cpp

Re: [OE-core] [PATCH V3] fotowall: Add #include ui_wizard.h to ExportWizard.cpp

2012-05-13 Thread Andrei Gherzan
On Fri, May 11, 2012 at 12:31 AM, Khem Raj raj.k...@gmail.com wrote: On Thu, May 10, 2012 at 2:26 PM, Andrei Gherzan and...@gherzan.ro wrote: And it does. But this is needed for qmake in Makefile generation. Didn't find a better fix but this works as expected. I see. So it seems makefile

Re: [OE-core] [PATCH 1/1] kmod: fix installation path of pkgconfig files

2012-05-17 Thread Andrei Gherzan
Yes. I need this too. Hope it will make it soon. On May 17, 2012 10:49 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 15 mei 2012, om 22:39 heeft Otavio Salvador het volgende geschreven: The pkgconfig files need to be installed in ${libdir} instead of ${base_libdir}. Signed-off-by:

[OE-core] Linux-yocto 3.0 crashes at do_patch...

2012-05-17 Thread Andrei Gherzan
Today i ran into an issue that Florin Sarbu signaled sometime last week. It seems like do_patch crashes while compiling linux 3.0: ERROR: Logfile of failure stored in:

Re: [OE-core] Linux-yocto 3.0 crashes at do_patch...

2012-05-17 Thread Andrei Gherzan
On 05/17/2012 04:38 PM, Bruce Ashfield wrote: On Thu, May 17, 2012 at 6:09 AM, Andrei Gherzanand...@gherzan.ro wrote: Today i ran into an issue that Florin Sarbu signaled sometime last week. It seems like do_patch crashes while compiling linux 3.0: ERROR: Logfile of failure stored in:

Re: [OE-core] Linux-yocto 3.0 crashes at do_patch...

2012-05-17 Thread Andrei Gherzan
Today i just gave another try same result. On Thu, May 17, 2012 at 5:56 PM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: On Thu, May 17, 2012 at 6:41 AM, Andrei Gherzan and...@gherzan.ro wrote: On 05/17/2012 04:38 PM, Bruce Ashfield wrote: On Thu, May 17, 2012 at 6:09 AM

Re: [OE-core] [PATCH v4] xserver-kdrive: Fix X server on PowerPC when built with GCC 4.7.x

2012-05-18 Thread Andrei Gherzan
On Fri, May 18, 2012 at 5:16 PM, Gary Thomas g...@mlbassoc.com wrote: On 2012-05-16 15:26, Gary Thomas wrote: Newer versions of GCC uncovered illegal code practice which can cause runtime failures in the Xext/xace.c code. This problem has been fixed upstream:

[OE-core] [PATCH] bb/fetch2/__init__.py: Don't try to compute checksums for directories

2012-05-20 Thread Andrei Gherzan
In this way we avoid failing the build while trying to fetch local directories. [YOCTO #2475] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- bitbake/lib/bb/fetch2/__init__.py |5 + 1 file changed, 5 insertions(+) diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb

Re: [OE-core] [PATCH] bb/fetch2/__init__.py: Don't try to compute checksums for directories

2012-05-21 Thread Andrei Gherzan
On Mon, May 21, 2012 at 11:25 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sun, 2012-05-20 at 20:16 +0300, Andrei Gherzan wrote: In this way we avoid failing the build while trying to fetch local directories. [YOCTO #2475] Signed-off-by: Andrei Gherzan

Re: [OE-core] Linux-yocto 3.0 crashes at do_patch...

2012-05-22 Thread Andrei Gherzan
elizabeth.flana...@intel.com wrote: On Thu, May 17, 2012 at 7:59 AM, Andrei Gherzan and...@gherzan.ro wrote: Today i just gave another try same result. Responding here as well as the yocto list: A few people have been having this issue and after some discussion we think we have a root

Re: [OE-core] Linux-yocto 3.0 crashes at do_patch...

2012-05-22 Thread Andrei Gherzan
This one above was on a clean DL_DIR. @g On Tue, May 22, 2012 at 4:20 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2012-05-22 at 13:02 +0300, Andrei Gherzan wrote: Even after using your workaround i can still reproduce this issue. Yocto linux still fails

Re: [OE-core] [PATCH 2/3] mtd-utils: Update to version 1.5.0

2012-05-25 Thread Andrei Gherzan
On Fri, May 25, 2012 at 12:41 PM, Radu Moisan radu.moi...@intel.com wrote: one more thing about mtd-utils, is there a way I can test this package so that I can be sure the correct version was built? Thanks, Radu In my opinion you'd need hardware for that. Read more here:

Re: [OE-core] [PATCH 0/3] Package Updates

2012-05-28 Thread Andrei Gherzan
On 05/28/2012 02:21 PM, Radu Moisan wrote: On 05/28/2012 01:55 PM, Burton, Ross wrote: Hi, First, sorry for the thread breaking, I've just joined this list and I didn't get this mail. Koen Kooi wrote: dbus: Update to version 1.5.12 First: how was this tested? the only testing I've done

Re: [OE-core] [PATCH 0/3] Package Updates

2012-05-28 Thread Andrei Gherzan
On Mon, May 28, 2012 at 4:24 PM, Radu Moisan radu.moi...@intel.com wrote: On 05/28/2012 02:21 PM, Andrei Gherzan wrote: Dbus comes with a test suite. Running those should be a must. I could not find how to run the test suite. I've tried dbus-daemon, dbus-monitor, and the rest, but non

Re: [OE-core] [PATCH 0/3] Package Updates

2012-05-28 Thread Andrei Gherzan
On Mon, May 28, 2012 at 4:44 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2012-05-28 at 14:30 +0100, Burton, Ross wrote: On 28 May 2012 14:26, Andrei Gherzan and...@gherzan.ro wrote: There is an internal test suite for dbus. You can enable building those tests

Re: [OE-core] dbus test suite

2012-05-29 Thread Andrei Gherzan
On Tue, May 29, 2012 at 12:23 PM, Radu Moisan radu.moi...@intel.com wrote: How do I add something in the dependency chain? With --enable-test dbus fails at do_configure complaining about | configure: Full test coverage was requested with --enable-tests=yes | configure: This has many

Re: [OE-core] meta-ti: ERROR: Unable to parse /tool/yocto/meta-ti/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb

2012-05-30 Thread Andrei Gherzan
What machine are you using? On May 29, 2012 11:18 PM, Elvis Dowson elvis.dow...@gmail.com wrote: Hi, When building with the latest meta-ti layer, I get the following error: ERROR: Unable to analyse format of PR variable: b | ETA: 00:01:18 ERROR:

Re: [OE-core] [PATCH] ltp: Add patch to correct failing build

2012-06-04 Thread Andrei Gherzan
Confirmed. @g On Sat, Jun 2, 2012 at 7:59 PM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: On Fri, Jun 1, 2012 at 12:52 AM, Cristian Iorga cristian.io...@intel.com wrote: ltp makefile does not interpret correctly the result of git describe command and assumes that it is

Re: [OE-core] [PATCH 1/1] linux-yocto/3.2: fix meta SRCREV typo

2012-06-11 Thread Andrei Gherzan
Please merge this minor but important fix. On Fri, Jun 8, 2012 at 5:03 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com Remove a stray character at the end of the meta SRCREV. Signed-off-by: Tom Zanussi tom.zanu...@intel.com ---

Re: [OE-core] initial setup on my laptop

2012-06-11 Thread Andrei Gherzan
Just delete the last character in REV. And wait for merge. On Fri, Jun 8, 2012 at 8:12 PM, Radu Moisan radu.moi...@intel.com wrote: I'm trying to setup everything on my laptop and I cannot start any build. I must have missed something, the following is the error I get: radu@elitebook

[OE-core] [PATCH] coreutils: Fix a typo in v6.9 (bracket not braket)

2012-06-11 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-core/coreutils/coreutils_6.9.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index 6789b8c..5bfab16 100644

[OE-core] [PATCH] eglibc-package: Reorder PACKAGES to avoid having static libraries in dev

2012-06-12 Thread Andrei Gherzan
Move ${PN}-dev at the end of $PACKAGES to avoid having some static libraries in dev and let staticdev have those libraries packaged first. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-core/eglibc/eglibc-package.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [OE-core] [PATCH] eglibc-package: Reorder PACKAGES to avoid having static libraries in dev

2012-06-12 Thread Andrei Gherzan
I realized now that these are needed by sdk. Thank you for the hint. Patch can be dropped. @g On Tue, Jun 12, 2012 at 5:06 PM, Khem Raj raj.k...@gmail.com wrote: On Tue, Jun 12, 2012 at 6:39 AM, Andrei Gherzan and...@gherzan.ro wrote: Move ${PN}-dev at the end of $PACKAGES to avoid having

Re: [OE-core] Proposal: Creating meta-networking

2012-06-15 Thread Andrei Gherzan
On Fri, Jun 15, 2012 at 9:08 PM, Otavio Salvador ota...@ossystems.com.brwrote: On Fri, Jun 15, 2012 at 12:42 PM, Khem Raj raj.k...@gmail.com wrote: I think creating a networking layer is fine idea, alongside meta-oe, as a separate layer in meta-openembedded repo. Reshuffling recipes from

[OE-core] [PATCH] package.bbclass: Create symlinks for packages with different packaged name

2012-06-28 Thread Andrei Gherzan
/dbus-1 will fail because there is no file with this package name. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/classes/package.bbclass |5 + 1 file changed, 5 insertions(+) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 10c2f0a..460b351 100644

Re: [OE-core] is it best practice to use ${sysconfdir} rather than hard-coding /etc?

2012-06-30 Thread Andrei Gherzan
As a general rule is it better to use any path variable instead of a hard-coded one. @g On Sat, Jun 30, 2012 at 4:25 PM, Robert P. J. Day rpj...@crashcourse.cawrote: i suspect i know the answer to this, but in the recipe file usbinit.bb, we have: do_install() { install -d ${D}/etc

Re: [OE-core] does it make sense to define INITSCRIPT_* without inheriting update-rc.d?

2012-06-30 Thread Andrei Gherzan
No. It won't make a difference. Or actually it makes a tiny difference: check package.bbclass, function named gen_packagevar. @g On Sat, Jun 30, 2012 at 3:50 PM, Robert P. J. Day rpj...@crashcourse.cawrote: currently figuring out details of INITSCRIPT_*, and noticed that the recipe file

Re: [OE-core] what's the easiest way to see the difference some local configuration makes?

2012-07-08 Thread Andrei Gherzan
On Jul 7, 2012 7:14 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Sat, 7 Jul 2012, Saul Wold wrote: On 07/07/2012 08:43 AM, Robert P. J. Day wrote: i recall that there's a current request to be able to list the packages and versions that relate *just* to the current target

Re: [OE-core] setting EXTRA_IMAGE_FEATURES explicitly in .bb file can screw things up

2012-07-09 Thread Andrei Gherzan
On Sat, Jul 7, 2012 at 9:52 PM, Robert P. J. Day rpj...@crashcourse.cawrote: a while back, i whined about the inconsistent usage of EXTRA_IMAGE_FEATURES, like this as a snippet: meta/recipes-sato/images/core-image-sato-sdk.bb:EXTRA_IMAGE_FEATURES += tools-debug tools-profile

Re: [OE-core] more pedantry -- looking to clarify layers definition, BBPATH, BBFILES, etc.

2012-07-09 Thread Andrei Gherzan
On Sun, Jul 8, 2012 at 8:59 PM, Robert P. J. Day rpj...@crashcourse.cawrote: (most of this is sort of self-evident but it's not documented as well as it could be so i just want to make sure i have it exactly right.) snippets of some layer.conf files: oe-core: BBPATH .= :${LAYERDIR}

Re: [OE-core] tcf-agent, matchbox-wm-2: Correct proto=git to protocol=git.

2012-07-09 Thread Andrei Gherzan
On Sat, Jul 7, 2012 at 1:54 PM, Robert P. J. Day rpj...@crashcourse.cawrote: proto=git is not a valid parameter for the git fetcher. NOTE: package matchbox-wm-2-0.1+git1+01fa5465743c9ee43d040350f4405d35293e4869-r1: task do_fetch: Succeeded Anyway, in the git.py, code is searching for

Re: [OE-core] tcf-agent, matchbox-wm-2: Correct proto=git to protocol=git.

2012-07-09 Thread Andrei Gherzan
On Mon, Jul 9, 2012 at 8:40 PM, Khem Raj raj.k...@gmail.com wrote: On Mon, Jul 9, 2012 at 10:00 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2012-07-09 at 12:27 +0300, Andrei Gherzan wrote: On Sat, Jul 7, 2012 at 1:54 PM, Robert P. J. Day rpj...@crashcourse.ca

Re: [OE-core] setting EXTRA_IMAGE_FEATURES explicitly in .bb file can screw things up

2012-07-09 Thread Andrei Gherzan
On Mon, Jul 9, 2012 at 7:25 PM, Robert P. J. Day rpj...@crashcourse.cawrote: On Mon, 9 Jul 2012, Paul Eggleton wrote: On Monday 09 July 2012 11:24:27 Robert P. J. Day wrote: On Mon, 9 Jul 2012, Andrei Gherzan wrote: So IMHO the EXTRA_IMAGE_FEATURES variable in the image should

Re: [OE-core] more pedantry -- looking to clarify layers definition, BBPATH, BBFILES, etc.

2012-07-09 Thread Andrei Gherzan
On Mon, Jul 9, 2012 at 11:34 PM, Robert P. J. Day rpj...@crashcourse.cawrote: On Mon, 9 Jul 2012, Andrei Gherzan wrote: On Sun, Jul 8, 2012 at 8:59 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: (most of this is sort of self-evident but it's not documented as well

[OE-core] [PATCH 3/5] bitbake.conf: Add MACHINE_FEATURES_BACKFILL and append to MACHINE_FEATURES

2012-07-10 Thread Andrei Gherzan
This is works the way DISTRO_FEATURES_BACKFILL does. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/conf/bitbake.conf |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 855ba6a..6a4d4ef 100644 --- a/meta/conf/bitbake.conf

[OE-core] [PATCH 5/5] busybox.inc: Install hwclock init script only if rtc is present in MACHINE_FEATURES

2012-07-10 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-core/busybox/busybox.inc | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 82137a3..17ff442 100644 --- a/meta

[OE-core] [PATCH 2/5] bitbake.conf: Use the new form of features_backfill function

2012-07-10 Thread Andrei Gherzan
This function was modified in order to be used with other variables then DISTRO_FEATURES. Use this new function name and add the parameter needed. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/conf/bitbake.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/5] utils.py: Modify and rename distro_features_backfill python function

2012-07-10 Thread Andrei Gherzan
This function was written to be used with DISTRO_FEATURES. This behavior is usefull with MACHINE_FEATURES as well. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/lib/oe/utils.py |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/lib/oe/utils.py b/meta

[OE-core] [PATCH 4/5] bitbake.conf: Add rtc to MACHINE_FEATURES_BACKFILL

2012-07-10 Thread Andrei Gherzan
This was done this way so that the current machine configuration would remain unaffected. The rtc MACHINE_FEATURE will specify if a real time clock is avalaible. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/conf/bitbake.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [OE-core] [PATCH 5/5] busybox.inc: Install hwclock init script only if rtc is present in MACHINE_FEATURES

2012-07-10 Thread Andrei Gherzan
On Tue, Jul 10, 2012 at 7:02 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2012-07-10 at 17:59 +0300, Andrei Gherzan wrote: Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-core/busybox/busybox.inc | 10 +++--- 1 file changed, 7 insertions

Re: [OE-core] [PATCH 5/5] busybox.inc: Install hwclock init script only if rtc is present in MACHINE_FEATURES

2012-07-10 Thread Andrei Gherzan
On Tue, Jul 10, 2012 at 11:53 PM, Andrei Gherzan and...@gherzan.ro wrote: On Tue, Jul 10, 2012 at 7:02 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2012-07-10 at 17:59 +0300, Andrei Gherzan wrote: Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes

Re: [OE-core] [PATCH] python-dbus: upgrade to 1.1.0

2012-07-11 Thread Andrei Gherzan
On Wed, Jul 11, 2012 at 6:33 PM, Bogdan Marinescu bogdan.a.marine...@intel.com wrote: Tested by compiling core-image-basic Signed-off-by: Bogdan Marinescu bogdan.a.marine...@intel.com --- .../{python-dbus_1.0.0.bb = python-dbus_1.1.0.bb} |6 +++--- 1 file changed, 3 insertions(+), 3

Re: [OE-core] [PATCH] xz: update to 5.1.2alpha

2012-07-12 Thread Andrei Gherzan
On Wed, Jul 11, 2012 at 11:53 PM, Saul Wold s...@linux.intel.com wrote: On 07/11/2012 07:10 AM, Koen Kooi wrote: This contains bugfixes from the 5.0.3 and 5.0.4 releases Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/xz/{xz_**5.1.1alpha.bb

Re: [OE-core] [PATCH] xz: update to 5.1.2alpha

2012-07-12 Thread Andrei Gherzan
On Thu, Jul 12, 2012 at 3:56 PM, Koen Kooi k...@dominion.thruhere.netwrote: Op 12 jul. 2012, om 14:26 heeft Andrei Gherzan het volgende geschreven: On Wed, Jul 11, 2012 at 11:53 PM, Saul Wold s...@linux.intel.com wrote: On 07/11/2012 07:10 AM, Koen Kooi wrote: This contains bugfixes from

[OE-core] Results for xz compression with different -T and and -e

2012-07-12 Thread Andrei Gherzan
Hello, Koen suggested to add -T to xz commands. We have this option implemented in our current version .1alpha. -T threads, --threads=threads Specify the number of worker threads to use. Setting threads to a special value 0 makes xz use as many threads as there

Re: [OE-core] Results for xz compression with different -T and and -e

2012-07-12 Thread Andrei Gherzan
On Thu, Jul 12, 2012 at 6:40 PM, Koen Kooi k...@dominion.thruhere.netwrote: Op 12 jul. 2012 om 17:29 heeft Andrei Gherzan and...@gherzan.ro het volgende geschreven: Hello, Koen suggested to add -T to xz commands. We have this option implemented in our current version .1alpha. -T

Re: [OE-core] Results for xz compression with different -T and and -e

2012-07-12 Thread Andrei Gherzan
On Thu, Jul 12, 2012 at 7:19 PM, Koen Kooi k...@dominion.thruhere.netwrote: Op 12 jul. 2012, om 17:51 heeft Andrei Gherzan het volgende geschreven: On Thu, Jul 12, 2012 at 6:40 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 12 jul. 2012 om 17:29 heeft Andrei Gherzan

[OE-core] [PATCH 0/3] Fix xz compression command and optimize compression time

2012-07-12 Thread Andrei Gherzan
/cgit.cgi/poky-contrib/log/?h=ag/xz Andrei Gherzan (3): image_types.bbclass: Fix COMPRESS_CMD for xz to redirect compressed data to file image_types.bbclass: Add XZ variable to set number of threads to be used while compressing image_types.bbclass: Default XZ_COMPRESSION_LEVEL to -e -6

[OE-core] [PATCH 2/3] image_types.bbclass: Add XZ variable to set number of threads to be used while compressing

2012-07-12 Thread Andrei Gherzan
Default this variable to 0. This will make xz use as many threads as there are CPU cores on the system. Signed-off-by: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/classes/image_types.bbclass |3 ++- 1 file changed, 2 insertions(+), 1

[OE-core] [PATCH 3/3] image_types.bbclass: Default XZ_COMPRESSION_LEVEL to -e -6

2012-07-12 Thread Andrei Gherzan
Having XZ_COMPRESSION_LEVEL on -e -9 and -T 0 will make xz eat more than 6Gb memory. Reduce this to -6 to make xz to use about 471Mb on the tested machine. Signed-off-by: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/classes/image_types.bbclass

[OE-core] [PATCH 1/3] image_types.bbclass: Fix COMPRESS_CMD for xz to redirect compressed data to file

2012-07-12 Thread Andrei Gherzan
Having -c modifier makes xz to output the compressed data to stdout. In this way the needed data will be in the do_rootfs log. Redirect data to ${IMAGE_NAME}.rootfs.${type}.xz . Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/classes/image_types.bbclass |2 +- 1 file changed, 1

Re: [OE-core] [PATCH 0/3] Fix xz compression command and optimize compression time

2012-07-12 Thread Andrei Gherzan
On Thu, Jul 12, 2012 at 10:22 PM, Saul Wold s...@linux.intel.com wrote: On 07/12/2012 11:58 AM, Koen Kooi wrote: Any volunteers to test this on a system with 4 real cores? Koen, Does OE-Core or Poky have an image setup for using .xz by default? I will run it on a machine I have, just

Re: [OE-core] [PATCH 0/3] Fix xz compression command and optimize compression time

2012-07-13 Thread Andrei Gherzan
On Fri, Jul 13, 2012 at 11:19 AM, Andrea Adami andrea.ad...@gmail.comwrote: On Fri, Jul 13, 2012 at 8:45 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 12 jul. 2012, om 21:22 heeft Saul Wold het volgende geschreven: On 07/12/2012 11:58 AM, Koen Kooi wrote: Any volunteers to test

Re: [OE-core] [PATCH 0/3] Fix xz compression command and optimize compression time

2012-07-13 Thread Andrei Gherzan
Well, in oe-core maybe. Upstream they are more conservative, see that man. The default preset level in LZMA Utils is -7 while in XZ Utils it is -6, so both use 8 MiB dictionary by default. So you were talking about upstream. Ok got that. @g ___

[OE-core] http://xorg.freedesktop.org/ down

2012-07-13 Thread Andrei Gherzan
http://xorg.freedesktop.org/ is down so libx11-trim will fail at fetch. Use http://ftp.x.org/pub/individual/lib/ temporary. ag ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] http://xorg.freedesktop.org/ down

2012-07-13 Thread Andrei Gherzan
On Sat, Jul 14, 2012 at 12:03 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 13 July 2012 21:52:24 Andrei Gherzan wrote: http://xorg.freedesktop.org/ is down so libx11-trim will fail at fetch. Use http://ftp.x.org/pub/individual/lib/ temporary. Isn't this why we

[OE-core] Perf fail on mips

2012-07-15 Thread Andrei Gherzan
Any fast ideas on this? qemu mips / core-image-sato-sdk / master CC /home/agherzan/work/personal/yocto/2012-07-13-qemumips/tmp/work/qemumips-poky-linux/perf-3.4-r1/perf-3.4/util/scripting-engines/trace-event-perl.o CC

Re: [OE-core] [PATCH 0/2] Update connman to v1.3 and fix dependencies for some tests

2012-07-15 Thread Andrei Gherzan
On Sun, Jul 15, 2012 at 8:22 PM, Saul Wold s...@linux.intel.com wrote: On 07/12/2012 10:54 AM, and...@gherzan.ro wrote: From: Andrei Gherzan and...@gherzan.ro Machine tested: qemux86 Tests done on connman-gnome OnlineMode / OfflineMode Enable / Disable Wired Networks

Re: [OE-core] Perf fail on mips

2012-07-15 Thread Andrei Gherzan
On Jul 16, 2012 1:29 AM, Tom Zanussi tom.zanu...@intel.com wrote: On Sun, 2012-07-15 at 23:19 +0300, Andrei Gherzan wrote: Any fast ideas on this? There was a recent fix added to the 3.0 kernel for this problem: cef17a1 perf: add sgidefs.h to for mips builds I was sure it was a new

Re: [OE-core] [PATCH 1/3] iproute2: upgrade to 3.4.0

2012-07-17 Thread Andrei Gherzan
On Tue, Jul 17, 2012 at 11:28 AM, Cristian Iorga cristian.io...@intel.comwrote: Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../iproute2/iproute2-3.2.0/configure-cross.patch | 76 --- .../iproute2/iproute2-3.4.0/configure-cross.patch | 77

Re: [OE-core] [PATCH 1/3] iproute2: upgrade to 3.4.0

2012-07-17 Thread Andrei Gherzan
On Tue, Jul 17, 2012 at 4:08 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 17 July 2012 12:24:41 Andrei Gherzan wrote: On Tue, Jul 17, 2012 at 11:28 AM, Cristian Iorga cristian.io...@intel.comwrote: +PR = r0 Not needed anymore. (The same mention for wpa-s

[OE-core] [PATCH V2 0/3] Update connman to v1.3, fix dependencies and runtime

2012-07-17 Thread Andrei Gherzan
at: git://git.yoctoproject.org/poky-contrib ag/connman1.3 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/connman1.3 Andrei Gherzan (3): connman: Update to version 1.3 connman.inc: Add missing dependencies needed by some tests connman: Add patches to fix connman on fs with no d_type

[OE-core] [PATCH V2 1/3] connman: Update to version 1.3

2012-07-17 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com Signed-off-by: Andrei Gherzan andrei.gher...@windriver.com --- .../connman/{connman_1.0.bb = connman_1.3.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/connman/{connman_1.0.bb = connman_1.3

[OE-core] [PATCH V2 2/3] connman.inc: Add missing dependencies needed by some tests

2012-07-17 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com Some tests need: * gobject and optparse module (ex: test-session) * subprocess and fnctl module (ex: backtrace) * urllib module (ex: get-proxy-autoconfig) Signed-off-by: Andrei Gherzan andrei.gher...@windriver.com --- meta/recipes-connectivity

[OE-core] [PATCH V2 3/3] connman: Add patches to fix connman on fs with no d_type support

2012-07-17 Thread Andrei Gherzan
When there is not d_type avalaible on filesystem, fstatat (stat) can be used to check if path is directory. storage.c and timezone.c were modified accordingly. Signed-off-by: Andrei Gherzan andrei.gher...@windriver.com --- c-If-there-is-no-d_type-support-use-stat.patch | 44

[OE-core] [PATCH V3 0/3] Minor typos in commit and patches messages

2012-07-17 Thread Andrei Gherzan
://git.yoctoproject.org/poky-contrib ag/connman1.3 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/connman1.3 Andrei Gherzan (3): connman: Update to version 1.3 connman.inc: Add missing dependencies needed by some tests connman: Add patches to fix connman on fs with no d_type support

[OE-core] [PATCH V3 1/3] connman: Update to version 1.3

2012-07-17 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com Signed-off-by: Andrei Gherzan andrei.gher...@windriver.com --- .../connman/{connman_1.0.bb = connman_1.3.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/connman/{connman_1.0.bb = connman_1.3

[OE-core] [PATCH V3 2/3] connman.inc: Add missing dependencies needed by some tests

2012-07-17 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com Some tests need: * gobject and optparse module (ex: test-session) * subprocess and fnctl module (ex: backtrace) * urllib module (ex: get-proxy-autoconfig) Signed-off-by: Andrei Gherzan andrei.gher...@windriver.com --- meta/recipes-connectivity

[OE-core] [PATCH V3 3/3] connman: Add patches to fix connman on fs with no d_type support

2012-07-17 Thread Andrei Gherzan
When there is not d_type avalaible on filesystem, fstatat (stat) can be used to check if the path is a directory. storage.c and timezone.c were modified accordingly. Signed-off-by: Andrei Gherzan andrei.gher...@windriver.com --- c-If-there-is-no-d_type-support-use-stat.patch | 42

[OE-core] [PATCH] meta/recipes-core/util-linux/util-linux-2.20.1: remove-lscpu.patch rewrote for util-linux 2.20.1

2012-01-05 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com The patch was modified in order to apply on 2.20.1 successfully. [YOCTO #1875] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- .../util-linux-2.20.1/remove-lscpu.patch | 92 +++- 1 files changed, 49 insertions

[OE-core] [PATCH] wpa-supplicant: Patch this recipe order to remove a duplicate defconfig file

2012-01-05 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com Instead of having two defconfigs we can have only one and append this file with de specific CONFIG if GPLv3 packages are allowed. [YOCTO #1845] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- .../wpa-supplicant/defconfig.inc

Re: [OE-core] [PATCH] wpa-supplicant - pulls GPLv3 license rpm in a non-GPLv3 build (libgnutls-extra)

2012-01-05 Thread Andrei Gherzan
On 01/04/2012 02:00 AM, Saul Wold wrote: On 12/29/2011 02:22 AM, Andrei Gherzan wrote: From: Andrei Gherzanandrei.gher...@windriver.com Two different defconfigs are chosen, one for with GPLv3 build and one for without. In this way, libgnutls-extra is not pulled in a non-GPLv3 build. [YOCTO

Re: [OE-core] [PATCH] wpa-supplicant: Patch this recipe order to remove a duplicate defconfig file

2012-01-05 Thread Andrei Gherzan
On 01/05/2012 06:41 PM, Phil Blundell wrote: On Thu, 2012-01-05 at 18:39 +0200, Andrei Gherzan wrote: From: Andrei Gherzanandrei.gher...@windriver.com Instead of having two defconfigs we can have only one and append this file with de specific CONFIG if GPLv3 packages are allowed. As I said

Re: [OE-core] [PATCH] wpa-supplicant: Patch this recipe order to remove a duplicate defconfig file

2012-01-05 Thread Andrei Gherzan
On 01/05/2012 06:41 PM, Phil Blundell wrote: On Thu, 2012-01-05 at 18:39 +0200, Andrei Gherzan wrote: From: Andrei Gherzanandrei.gher...@windriver.com Instead of having two defconfigs we can have only one and append this file with de specific CONFIG if GPLv3 packages are allowed. As I said

Re: [OE-core] [PATCH] wpa-supplicant: Patch this recipe order to remove a duplicate defconfig file

2012-01-05 Thread Andrei Gherzan
On 01/05/2012 07:00 PM, Phil Blundell wrote: On Thu, 2012-01-05 at 18:54 +0200, Andrei Gherzan wrote: On 01/05/2012 06:41 PM, Phil Blundell wrote: On Thu, 2012-01-05 at 18:39 +0200, Andrei Gherzan wrote: From: Andrei Gherzanandrei.gher...@windriver.com Instead of having two defconfigs we can

Re: [OE-core] [PATCH] wpa-supplicant: Compile without CONFIG_GNUTLS_EXTRA

2012-01-06 Thread Andrei Gherzan
Yes it does. I will commit make another commit with pr changed as well. Thank you Sau. On 01/06/2012 09:47 AM, Saul Wold wrote: On 01/05/2012 01:30 PM, Andrei Gherzan wrote: From: Andrei Gherzanandrei.gher...@windriver.com CONFIG_GNUTLS_EXTRA is needed as support for TLS/IA which

[OE-core] [PATCH] wpa-supplicant: Compile without CONFIG_GNUTLS_EXTRA (PR BUMP)

2012-01-06 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com CONFIG_GNUTLS_EXTRA is needed as support for TLS/IA which was designed to be used in the EAP-TTLSv1. As we don't see any requirement for that protocol today we decided to remove it from wpa-supplicant .config file. This change includes PR bump

[OE-core] [PATCH] gettext: License modify LICENSE to GPLv3 from GPL-3

2012-01-08 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com [YOCTO #1884] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-core/gettext/gettext_0.18.1.1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta

[OE-core] [PATCH] busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64

2012-01-08 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com Enable 64-bit math support in the expr applet. This will make the applet slightly larger, but will allow computation with very large numbers. [YOCTO #1767] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-core/busybox/busybox

[OE-core] [PATCH] base.bbclass: support for or operand in LICENSE and for SPDX license names

2012-01-09 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com base.bblass modfied in order to correctly exlude packages where OE-Style licence naming is used. In this way licenses as GPL-3, GPLv3, GPLv3.0 will be exluded from a non-GPLv3 build. The second modification was to include in a non-GPLv3 build

[OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com A new function was defined in license.bbclass in order to correctly exclude packages where OE-Style licence naming is used. In this way licenses as GPL-3, GPLv3, GPLv3.0 etc will be excluded from a non-GPLv3 build. This function takes

Re: [OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Andrei Gherzan
On 01/10/2012 05:34 PM, Chris Larson wrote: On Tue, Jan 10, 2012 at 8:17 AM, Andrei Gherzanand...@gherzan.ro wrote: From: Andrei Gherzanandrei.gher...@windriver.com A new function was defined in license.bbclass in order to correctly exclude packages where OE-Style licence naming is used. In

Re: [OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Andrei Gherzan
On 01/10/2012 06:10 PM, Chris Larson wrote: On Tue, Jan 10, 2012 at 9:07 AM, Andrei Gherzanand...@gherzan.ro wrote: On 01/10/2012 05:34 PM, Chris Larson wrote: On Tue, Jan 10, 2012 at 8:17 AM, Andrei Gherzanand...@gherzan.rowrote: From: Andrei Gherzanandrei.gher...@windriver.com A new

Re: [OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Andrei Gherzan
On Tue, Jan 10, 2012 at 18:34, Chris Larson clar...@kergoth.com wrote: On Tue, Jan 10, 2012 at 9:12 AM, Andrei Gherzan and...@gherzan.ro wrote: No worries. Anyway, you are right about the + mechanism but right now this is a fast and complete solution. Indeed, nice work

[OE-core] [PATCH] license.py: remove duplicate '' or '|' from LICENSE

2012-01-11 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com Some upstream layers (ex: meta-oe) use '' or '||' syntax in LICENSE variable. Because of my last commit, these bbfiles are failing as LICENSE is tested with oe.license where '' and '||' are the bug source. The fix is to replace multiple characters

Re: [OE-core] [PATCH] license.py: remove duplicate '' or '|' from LICENSE

2012-01-11 Thread Andrei Gherzan
On 01/11/2012 03:56 PM, Paul Eggleton wrote: On Wednesday 11 January 2012 14:45:02 Andrei Gherzan wrote: Some upstream layers (ex: meta-oe) use '' or '||' syntax in LICENSE variable. Because of my last commit, these bbfiles are failing as LICENSE is tested with oe.license where

Re: [OE-core] [PATCH] license.py: remove duplicate '' or '|' from LICENSE

2012-01-12 Thread Andrei Gherzan
On 01/12/2012 09:19 AM, Saul Wold wrote: I think I agree with Paul here, Beth has sent out a proposal for that and by making a change here may allow the bad behavior to continue. Sau! In this case we can drop this and the problem will remain (will have to be fixed) in meta-oe layers. @g

Re: [OE-core] RFC: Joint, monthly, and online forum for developer discussion

2012-01-12 Thread Andrei Gherzan
On 01/10/2012 03:49 AM, Hudson, Sean wrote: I propose having a monthly, online developer forum that promotes discussion on longer term technical issues that impact both Yocto and OpenEmbedded. This would supplement the already existing mailing list and irc communication channels. In order to

Re: [OE-core] [PATCH] busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64

2012-01-13 Thread Andrei Gherzan
As i could see that patch has nothing in common with this bug. Yes, it uses expr from busybox... but that is all. No fix for 64bit numbers support. @g On Jan 13, 2012 9:07 AM, Lauri Hintsala lauri.hints...@bluegiga.com wrote: Hello Andrei On 01/09/2012 02:03 AM, Andrei Gherzan wrote: From

[OE-core] [PATCH] chkconfig: Update package from v1.3.55 to v1.3.57

2012-01-16 Thread Andrei Gherzan
From: Andrei Gherzan andrei.gher...@windriver.com Signed-off-by: Andrei Gherzan and...@gherzan.ro --- .../recipes-extended/chkconfig/chkconfig_1.3.55.bb | 27 .../recipes-extended/chkconfig/chkconfig_1.3.57.bb | 27 2 files changed, 27 insertions

  1   2   3   4   5   >