Re: [OE-core] Eglibc related / libm issue

2012-02-14 Thread Samuel Stirtzel
2012/2/14 Khem Raj : > On (14/02/12 16:21), Samuel Stirtzel wrote: >> Hi, >> currently building dependency depencies of Plasma Active dependency >> dependencies (this sentence may contain slight ironic content). >> >> One of the libraries wants the maths.h library libm. >> Libm existent in my rootf

[OE-core] DEPENDS not extended to -native for BBCLASSEXTENDS when added by PACKAGECONFIG

2012-02-14 Thread Martin Jansa
oe-core gtk+ has: X11DEPENDS = "virtual/libx11 libxext libxcursor libxrandr libxdamage libxrender libxcomposite" DEPENDS = "glib-2.0 pango atk jpeg libpng gtk-doc-native gdk-pixbuf-native docbook-utils-native \ libgcrypt cairo gdk-pixbuf" PACKAGECONFIG[x11] = "--with-x=yes --with-gdktarget=x11

Re: [OE-core] [PATCH] gcc-4.6: Some small performance tweaks

2012-02-14 Thread Khem Raj
On (14/02/12 20:08), Martin Jansa wrote: > On Tue, Feb 14, 2012 at 10:55:06AM -0800, Khem Raj wrote: > > On (14/02/12 13:16), Martin Jansa wrote: > > > On Sat, Feb 11, 2012 at 5:24 PM, Richard Purdie > > > wrote: > > > > On Fri, 2012-02-10 at 17:58 -0800, Khem Raj wrote: > > > >> On (10/02/12 13:4

Re: [OE-core] [PATCH] gcc-4.6: Some small performance tweaks

2012-02-14 Thread Martin Jansa
On Tue, Feb 14, 2012 at 10:55:06AM -0800, Khem Raj wrote: > On (14/02/12 13:16), Martin Jansa wrote: > > On Sat, Feb 11, 2012 at 5:24 PM, Richard Purdie > > wrote: > > > On Fri, 2012-02-10 at 17:58 -0800, Khem Raj wrote: > > >> On (10/02/12 13:40), Richard Purdie wrote: > > >> > On Thu, 2012-02-09

Re: [OE-core] Eglibc related / libm issue

2012-02-14 Thread Khem Raj
On (14/02/12 16:21), Samuel Stirtzel wrote: > Hi, > currently building dependency depencies of Plasma Active dependency > dependencies (this sentence may contain slight ironic content). > > One of the libraries wants the maths.h library libm. > Libm existent in my rootfs under /lib/libm-2.12.2.so,

Re: [OE-core] [PATCH] gcc-4.6: Some small performance tweaks

2012-02-14 Thread Khem Raj
On (14/02/12 13:16), Martin Jansa wrote: > On Sat, Feb 11, 2012 at 5:24 PM, Richard Purdie > wrote: > > On Fri, 2012-02-10 at 17:58 -0800, Khem Raj wrote: > >> On (10/02/12 13:40), Richard Purdie wrote: > >> > On Thu, 2012-02-09 at 16:39 -0800, Khem Raj wrote: > >> > > On Thu, Feb 9, 2012 at 4:06

Re: [OE-core] [yocto] Trying to re-use sstate.

2012-02-14 Thread Martin Jansa
On Tue, Feb 07, 2012 at 02:59:54PM +, McClintock Matthew-B29882 wrote: > The paths issue your are speculating on was fixed by myself and Richard last > November. > > I would suggest running bitbake-diffsig to determine the actual sstate > differences. > Usually I'm complaining that sstate

Re: [OE-core] Fwd: [oe] Source Archiver Class

2012-02-14 Thread Saul Wold
On 02/13/2012 02:41 AM, Xiaofeng Yan wrote: Hi Saul, I have some issues when I writing design document. The following description is my understanding. I take package "zlib" for example . This is a progression list of what the source archives should include: 1 - Original Upstream Archive & Pa

Re: [OE-core] Eglibc related / libm issue

2012-02-14 Thread Samuel Stirtzel
Copy & paste isn't really my thing... 2012/2/14 Samuel Stirtzel : > Hi, > currently building dependency depencies of Plasma Active dependency > dependencies (this sentence may contain slight ironic content). > > One of the libraries wants the math.h library libm. > Libm exists in my rootfs under /

[OE-core] Eglibc related / libm issue

2012-02-14 Thread Samuel Stirtzel
Hi, currently building dependency depencies of Plasma Active dependency dependencies (this sentence may contain slight ironic content). One of the libraries wants the maths.h library libm. Libm existent in my rootfs under /lib/libm-2.12.2.so, /lib/libm.so.6 that points to it and the other link at

[OE-core] [PATCH 0/2] self-hosted-image: 2 new patches from Dexuan: Feb 14, 2012

2012-02-14 Thread Dexuan Cui
The following changes since commit 41a83ccfe50ec69425a4828fb5836d38d3f99e67: guile: fix cross configure failure (2012-02-10 17:01:42 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/self-hosted-v8 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=

[OE-core] [PATCH 1/2] mini-x-session: try to use a resolution that's big enough for hob2's window

2012-02-14 Thread Dexuan Cui
The patch was tested on VMware Player 4.0.1. Signed-off-by: Dexuan Cui --- .../mini-x-session/files/mini-x-session|4 .../mini-x-session/mini-x-session_0.1.bb |2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/mini-x-ses

[OE-core] [PATCH 2/2] task-self-hosted: add connman and connman-plugin-ethernet

2012-02-14 Thread Dexuan Cui
Without this, the VMware guest running self-hosted-image can't get IP address automatically. Signed-off-by: Dexuan Cui --- meta/recipes-core/tasks/task-self-hosted.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/r

Re: [OE-core] [PATCH 4/7] classes/buildhistory: use hostname instead of reading /etc/hostname

2012-02-14 Thread Koen Kooi
Op 14 feb. 2012, om 05:40 heeft Paul Eggleton het volgende geschreven: > For the purposes of querying the hostname to include it in the commit > message, it seems "cat /etc/hostname" does not work on the Yocto Project > autobuilder machines, /etc/hostname is a debianism, but systemd is trying to

Re: [OE-core] [PATCH 12/20] zlib: Upgrade 1.2.5 -> 1.2.6

2012-02-14 Thread Koen Kooi
Op 13 feb. 2012, om 22:53 heeft Martin Jansa het volgende geschreven: > On Tue, Feb 14, 2012 at 04:52:30AM +, Lu, Lianhao wrote: >> >> It works if you -c cleansstate on a bunch of recipes, pango, cairo, >> fontconfig, gtk+, etc > >> >> I tried rpm-native after "-c cleansst

[OE-core] [PATCH 2/4] scripts/combo-layer: avoid error when config file is outside repo

2012-02-14 Thread Paul Eggleton
Avoid displaying the error from the "git status" command we use to check the status of the config file if the config file is outside of the repository (a situation that is already handled). Signed-off-by: Paul Eggleton --- scripts/combo-layer |7 --- 1 files changed, 4 insertions(+), 3 d

[OE-core] [PATCH 3/4] scripts/combo-layer: avoid saving last revision if unchanged

2012-02-14 Thread Paul Eggleton
If we are running an update and the last revision hasn't changed since the last update, don't write to the configuration file. This avoids committing the config file with no changes other than spontaneous reordering of sections, which sometimes occurs due to the behaviour of the internal dictionary

[OE-core] [PATCH 4/4] scripts/combo-layer: add branch option to example config

2012-02-14 Thread Paul Eggleton
Minor improvements to the example combo-layer config file: * Add the recently added branch option to the optional options section * Mention in comments that last_revision gets updated during "update" * Tidy up some more grammar Signed-off-by: Paul Eggleton --- scripts/combo-layer.conf.example |

[OE-core] [PATCH 1/4] scripts/combo-layer: allow updating a specific component(s) only

2012-02-14 Thread Paul Eggleton
If you specify one or more components to update immediately following the "update" command, only these components will be updated as opposed to the default behaviour of updating all of them. Signed-off-by: Paul Eggleton --- scripts/combo-layer | 31 +++ 1 files chan

[OE-core] [PATCH 0/4] combo-layer improvements

2012-02-14 Thread Paul Eggleton
Allow updating only a single component, fix a couple of minor bugs and update the example config file. The following changes since commit e5ad03093dfc4364d1407183f458df79f347c7a1: guile: fix cross configure failure (2012-02-10 13:38:16 +) are available in the git repository at: git://git

[OE-core] [PATCH 6/7] buildhistory_analysis: avoid noise due to reordering

2012-02-14 Thread Paul Eggleton
Avoid noise in the output due to reordering of list variables (except for PACKAGES where we just report that the order changed). Recent changes to the buildhistory class itself will avoid this reordering from occurring but this allows us to examine the results before and after those changes. Signe

[OE-core] [PATCH 7/7] buildhistory_analysis: correctly split RDEPENDS/RRECOMMENDS

2012-02-14 Thread Paul Eggleton
Split RDEPENDS and RRECOMMENDS correctly (which may contain version number specifications after each item). Signed-off-by: Paul Eggleton --- meta/lib/oe/buildhistory_analysis.py | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/meta/lib/oe/buildhistory_analys

[OE-core] [PATCH 5/7] classes/buildhistory: fix splitting on + in package list fields

2012-02-14 Thread Paul Eggleton
Ensure we do not erroneously split on + in RDEPENDS/RRECOMMENDS e.g. libstdc++-dev was being split into libstdc and -dev. Signed-off-by: Paul Eggleton --- meta/classes/buildhistory.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/buildhistory.bbclass

[OE-core] [PATCH 2/7] classes/buildhistory: sort and de-dupe dependency graphs

2012-02-14 Thread Paul Eggleton
Sort dependencies of each package which sometimes change order and cause noise in the buildhistory repo, and at the same time remove duplicates (which seem to be common especially for the RPM package query output). Signed-off-by: Paul Eggleton --- meta/classes/buildhistory.bbclass |4 ++-- 1

[OE-core] [PATCH 1/7] classes/buildhistory: squash spaces out of image variables

2012-02-14 Thread Paul Eggleton
Values of image variables that are lists (e.g. IMAGE_INSTALL) are easier to read if there are no extraneous spaces in them, so ensure that there is only one space between each item. Signed-off-by: Paul Eggleton --- meta/classes/buildhistory.bbclass | 16 1 files changed, 12 in

[OE-core] [PATCH 4/7] classes/buildhistory: use hostname instead of reading /etc/hostname

2012-02-14 Thread Paul Eggleton
For the purposes of querying the hostname to include it in the commit message, it seems "cat /etc/hostname" does not work on the Yocto Project autobuilder machines, and it's likely that the hostname command will be more generally reliable, so use that instead. Signed-off-by: Paul Eggleton --- me

[OE-core] [PATCH 0/7] buildhistory fixes

2012-02-14 Thread Paul Eggleton
Analysis of the recent output from buildhistory on the Yocto Project and Angstrom autobuilders showed a few anomalies and annoyances; this set of patches addresses all of the ones I noticed. The following changes since commit e5ad03093dfc4364d1407183f458df79f347c7a1: guile: fix cross configure

[OE-core] [PATCH 3/7] classes/buildhistory: sort FILELIST in package info

2012-02-14 Thread Paul Eggleton
The FILELIST order can vary depending on the order the files were written which may change between builds with no ill effect, so sort the list prior to writing it. Signed-off-by: Paul Eggleton --- meta/classes/buildhistory.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

[OE-core] [PATCH 4/4] stat: remove NATIVE_INSTALL_WORKS

2012-02-14 Thread Paul Eggleton
This variable is no longer used in OE-Core. Signed-off-by: Paul Eggleton --- meta/recipes-extended/stat/stat_3.3.bb |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/stat/stat_3.3.bb b/meta/recipes-extended/stat/stat_3.3.bb index 0c38742..b7666f0 100

[OE-core] [PATCH 1/4] scripts/bitbake: pass through debug options to initial pseudo build

2012-02-14 Thread Paul Eggleton
If you specify -D or -v options to the bitbake wrapper script, and the initial pseudo build needs to be done, it's useful to pass these options through to that command so that you can debug the initial pseudo build as well. Signed-off-by: Paul Eggleton --- scripts/bitbake | 14 +-

[OE-core] [PATCH 2/4] conf/bitbake.conf: remove Opie definitions

2012-02-14 Thread Paul Eggleton
These values are now set via palmtop-defs.bbclass in meta-opie (and are not needed for anything else.) Signed-off-by: Paul Eggleton --- meta/conf/bitbake.conf | 10 -- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index

[OE-core] [PATCH 0/4] Misc tidy-ups

2012-02-14 Thread Paul Eggleton
The following changes since commit e5ad03093dfc4364d1407183f458df79f347c7a1: guile: fix cross configure failure (2012-02-10 13:38:16 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/fixes12 http://cgit.openembedded.org/cgit.cgi/opene

[OE-core] [PATCH 3/4] classes/sdl: remove Opie-specific desktop file/packaging

2012-02-14 Thread Paul Eggleton
This code will not work without palmtopdir being defined, and is better kept in meta-opie in any case (where we already have the OE-Classic version of this class). Signed-off-by: Paul Eggleton --- meta/classes/sdl.bbclass | 38 -- 1 files changed, 0 insertio

Re: [OE-core] [PATCH] gcc-4.6: Some small performance tweaks

2012-02-14 Thread Martin Jansa
On Sat, Feb 11, 2012 at 5:24 PM, Richard Purdie wrote: > On Fri, 2012-02-10 at 17:58 -0800, Khem Raj wrote: >> On (10/02/12 13:40), Richard Purdie wrote: >> > On Thu, 2012-02-09 at 16:39 -0800, Khem Raj wrote: >> > > On Thu, Feb 9, 2012 at 4:06 PM, Richard Purdie >> > > wrote: >> > > > >> > > > +

Re: [OE-core] [PATCH 12/20] zlib: Upgrade 1.2.5 -> 1.2.6

2012-02-14 Thread Phil Blundell
On Mon, 2012-02-13 at 22:24 -0800, Khem Raj wrote: > On Mon, Feb 13, 2012 at 8:52 PM, Lu, Lianhao wrote: > > > > It works if you -c cleansstate on a bunch of recipes, pango, cairo, > > fontconfig, gtk+, etc > > > > > I tried rpm-native after "-c cleansstate", but it still asks fo

[OE-core] [PATCH 0/1] gettext: Get gettext use its own libunistring

2012-02-14 Thread wenzong.fan
From: Wenzong Fan gettext needs the libunistring, just add the configure option to get it use its own internal version(--with-included-libunistring) [yocto#1934] The following changes since commit 41a83ccfe50ec69425a4828fb5836d38d3f99e67: Lianhao Lu (1): guile: fix cross configure fai

[OE-core] [PATCH 1/1] gettext: Get gettext use its own libunistring

2012-02-14 Thread wenzong.fan
From: Wenzong Fan According to its documentation, gettext 0.18.1.1 needs either libunistring or it will use its own internal version. Just add a configure option '--with-included-libunistring' to force the latter to avoid races. [YOCTO#1934] Signed-off-by: Wenzong Fan --- meta/recipes-core/ge

[OE-core] [PATCH 0/1] eds-tools: Update it to fix the build error

2012-02-14 Thread wenzong.fan
From: Wenzong Fan Get the latest updates to eds-tools for fixing the build error: * libedataserver/e-data-server-module.h: No such file or directory Also update its recipe file to reflect it has been converted to git repo and splict the generated binaries to correct packages. [yocto#1786] The

[OE-core] [PATCH 1/1] eds-tools: Update it to fix the build error

2012-02-14 Thread wenzong.fan
From: Wenzong Fan The head file 'libedataserver/e-data-server-module.h' has been moved to 'libebackend/e-data-server-module.h', just update eds-tools to get the latest changes for fixing the path of 'e-data-server-module.h'. Also update its recipe file to reflect it has been converted to git rep

[OE-core] tcl modules are missing

2012-02-14 Thread Gyorgy Kovesdi
Hi, I have problems using tcl: the modules directory (/usr/lib/tcl8) is missing. I created a patch to solve it: diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb b/meta/recipes- devtools/tcltk/tcl_8.5.11.bb index 146021a..1d28558 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb +++ b/m