Re: [OE-core] [PATCH] librsvg 2.32.1: fix postinst script

2011-04-21 Thread Martin Jansa
On Thu, Apr 21, 2011 at 02:21:25PM +0200, Koen Kooi wrote: > The symptom: > > root@pandaboard-core:~# sh /var/lib/opkg/info/librsvg-2-gtk.postinst > g_module_open() failed for /home/root/--update-cache: > /home/root/--update-cache.so: cannot open shared object file: No such file or > directory >

[OE-core] [PATCH] task-base: allow distribution to define apm provider

2011-04-24 Thread Martin Jansa
* use VIRTUAL-RUNTIME_apm instead of apm directly Signed-off-by: Martin Jansa --- meta/recipes-core/tasks/task-base.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-base.bb b/meta/recipes-core/tasks/task-base.bb index 599fa4b..a2a8925

Re: [OE-core] [poky] RFC: design of network based PR service

2011-04-28 Thread Martin Jansa
On Thu, Apr 28, 2011 at 03:08:03PM +0800, Lu, Lianhao wrote: > Hi Guys, > > Here is the design of network based PR service, please help to review and > give you comment. Thanks a lot! Hi, looks good, just wondering if we can use the same mechanism for LOCALCOUNT numbers in SRCPV, we can even us

Re: [OE-core] [PATCH]] python: Unbreak Python third-party extensions

2011-05-03 Thread Martin Jansa
in 2870697f08c171f455dbba03dd529b8c4cf11937 so it has to be changed in this patch to apply and there is extra ']' in subject line. Acked-by: Martin Jansa -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com ___ Openembedded-co

Re: [OE-core] [RFC] systemd units packaging

2011-05-06 Thread Martin Jansa
On Fri, May 06, 2011 at 06:51:58AM -0700, Chris Larson wrote: > On Fri, May 6, 2011 at 6:39 AM, Koen Kooi wrote: > > And related to this: how do I get the "installed but not packaged" output > > back? The bitbake logging changes are hiding it now, which is > > counterproductive. > > Could chang

Re: [OE-core] [RFC] systemd units packaging

2011-05-06 Thread Martin Jansa
On Fri, May 06, 2011 at 04:32:08PM +0200, Koen Kooi wrote: > > Op 6 mei 2011, om 15:54 heeft Martin Jansa het volgende geschreven: > > > On Fri, May 06, 2011 at 06:51:58AM -0700, Chris Larson wrote: > >> On Fri, May 6, 2011 at 6:39 AM, Koen Kooi > >> wrote: &g

[OE-core] [oe-core][PATCH] procps: use u-a for pmap, otherwise conflicts with pmap from busybox

2011-05-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-extended/procps/procps_3.2.8.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/procps/procps_3.2.8.bb b/meta/recipes-extended/procps/procps_3.2.8.bb index f694612..b1a7de7 100644 --- a/meta/recipes

[OE-core] [oe-core][RFC] nativesdk.bbclass: define empty PACKAGES/PACKAGES_DYNAMIC

2011-05-10 Thread Martin Jansa
le providers are available for runtime glib-2.0-utils (glib-2.0-nativesdk, glib-2.0) NOTE: consider defining a PREFERRED_PROVIDER entry to match glib-2.0-utils Signed-off-by: Martin Jansa --- meta/classes/nativesdk.bbclass |5 + 1 files changed, 5 insertions(+), 0 deletions(-)

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Martin Jansa
On Tue, May 10, 2011 at 11:00:07AM -0700, Saul Wold wrote: > On 05/10/2011 05:53 AM, Otavio Salvador wrote: > > On Tue, May 10, 2011 at 02:17, Saul Wold wrote: > >> Next time, please use the create-pull-request script, which will generate a > >> set of patch emails so that we can review this infor

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Martin Jansa
On Tue, May 10, 2011 at 08:03:57PM +0100, Richard Purdie wrote: > Martin/Tom: Serious question - why not use the contrib repo for this? I have nothing against contrib repo and I'm using oe-core-contrib for oe-core stuff, but I had gitorious repos for meta-oe before meta-oe-contrib was created and

Re: [OE-core] [PATCH] create-pull-request: Add -l location switch

2011-05-10 Thread Martin Jansa
On Tue, May 10, 2011 at 04:01:06PM -0700, Tom Rini wrote: > On 05/10/2011 12:18 PM, Otavio Salvador wrote: > > On Tue, May 10, 2011 at 15:55, Tom Rini wrote: > >> Add a -l switch that takes an argument of either github or gitorious > >> and will make the cover letter have a fill-in-the-blank of wh

[OE-core] [PATCH] tcmode-default: lock also versions for eglibc

2011-05-11 Thread Martin Jansa
* there is section for glibc but eglibc was missing Signed-off-by: Martin Jansa --- meta/conf/distro/include/tcmode-default.inc |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode

Re: [OE-core] [oe] [PATCH 1/2] recipes: fix LICENSE fields

2011-05-12 Thread Martin Jansa
On Thu, May 12, 2011 at 04:32:36PM -0400, Denys Dmytriyenko wrote: > Yes, I'm quite aware of Yocto/oe-core handling of licenses and checksum > verification mechanism for them, but unfortunately we don't have that in > mainline classic OE... We could try backporting it from oe-core to classic OE

[OE-core] [PATCH 1/3] lib/oe/process.py: import from OE

2011-05-13 Thread Martin Jansa
--- meta/lib/oe/process.py | 74 1 files changed, 74 insertions(+), 0 deletions(-) create mode 100644 meta/lib/oe/process.py diff --git a/meta/lib/oe/process.py b/meta/lib/oe/process.py new file mode 100644 index 000..26c3e65 --- /dev/null +

[OE-core] [PATCH 2/3] glib-2.0: use PN instead of glib-2.0 in PACKAGES and FILES

2011-05-13 Thread Martin Jansa
* otherwise notes like this are shown: NOTE: multiple providers are available for runtime glib-2.0-utils (glib-2.0-nativesdk, glib-2.0) NOTE: consider defining a PREFERRED_PROVIDER entry to match glib-2.0-utils Signed-off-by: Martin Jansa --- meta/recipes-core/glib-2.0/glib.inc |4

[OE-core] [PATCH 3/3] bitbake.conf: move VENDOR variables from bitbake.conf to defaultsetup.conf

2011-05-13 Thread Martin Jansa
* empty TARGET_VENDOR was set before weak assignment in defaultsetup.conf * -oecore was changed to -oe to be more consistent with SDK_VENDOR as we had -oesdk as SDK_VENDOR and not -oecoresdk Signed-off-by: Martin Jansa --- meta/conf/bitbake.conf |4 meta/conf/distro

[OE-core] [PATCH 0/3] Misc fixes

2011-05-13 Thread Martin Jansa
Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: jansa/pull Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull Thanks, Martin Jansa --- Martin Jansa (3): lib/oe/process.py: import from OE glib-2.0: use PN instead of glib

Re: [OE-core] [PATCH 04/14] xserver-kdrive: upgrade from 1.7.99.2 to 1.10.1

2011-05-16 Thread Martin Jansa
On Tue, May 17, 2011 at 12:36:11AM +0100, Richard Purdie wrote: > On Mon, 2011-05-16 at 14:44 -0700, Saul Wold wrote: > > From: Yu Ke > > > > - remove the patches > > * xserver-kdrive-1.3.0.0/*: no longer used > > * disable-xf86-dga-xorgcfg.patch: no longer used > > * nodolt.patch: already

[OE-core] [PATCH 0/1] Pull request for TARGET_VENDOR fix

2011-05-16 Thread Martin Jansa
Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: jansa/pull Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull Thanks, Martin Jansa --- Martin Jansa (1): bitbake.conf: set TARGET_VENDOR to '-oe' and remo

[OE-core] [PATCH 1/1] bitbake.conf: set TARGET_VENDOR to '-oe' and remove it from defaultsetup.conf

2011-05-16 Thread Martin Jansa
* -oecore was changed to -oe to be more consistent with SDK_VENDOR as we had -oesdk as SDK_VENDOR and not -oecoresdk Signed-off-by: Martin Jansa --- meta/conf/bitbake.conf |2 +- meta/conf/distro/defaultsetup.conf |2 -- 2 files changed, 1 insertions(+), 3 deletions

Re: [OE-core] sstate breakage with multimachine

2011-05-17 Thread Martin Jansa
On Mon, May 16, 2011 at 01:20:02PM +0200, Koen Kooi wrote: > Hi, > > This bug gets reintroduced every other week, so let's try to fix it properly > this time. The situation: > > 2 machines (beagleboard, pandaboard) using the same base architecture > (armv7a). > > step 0: rm build pseudone -rf

Re: [OE-core] sstate breakage with multimachine

2011-05-17 Thread Martin Jansa
On Tue, May 17, 2011 at 10:42:52AM +0100, Richard Purdie wrote: > On Tue, 2011-05-17 at 09:14 +0200, Martin Jansa wrote: > > there is also another source of many sstate rebuilds. I've discuessed > > this with RP on IRC already and I'll fill bugs as recommended, sharing

Re: [OE-core] sstate breakage with multimachine

2011-05-17 Thread Martin Jansa
On Wed, May 18, 2011 at 12:10:42AM +0100, Richard Purdie wrote: > On Tue, 2011-05-17 at 13:37 +0200, Martin Jansa wrote: > > On Tue, May 17, 2011 at 10:42:52AM +0100, Richard Purdie wrote: > > > On Tue, 2011-05-17 at 09:14 +0200, Martin Jansa wrote: > > > > there

Re: [OE-core] [PATCH 1/1] default-distrovars.inc, task-core-boot.bb: Create distro overridable varibales

2011-05-18 Thread Martin Jansa
On Wed, May 18, 2011 at 07:52:50PM +0200, Leon Woestenberg wrote: > Hello, > > On Wed, May 18, 2011 at 7:29 PM, Koen Kooi wrote: > > > > Op 18 mei 2011, om 19:08 heeft Phil Blundell het volgende geschreven: > > > >> On Wed, 2011-05-18 at 09:40 -0700, Khem Raj wrote: > >>> Problem I have is, I don

Re: [OE-core] [oe] OE Changelog for 2011-4-8 to 2011-4-15

2011-05-19 Thread Martin Jansa
On Thu, May 19, 2011 at 12:14:59PM -0700, Chris Larson wrote: > On Thu, May 19, 2011 at 11:43 AM, Cliff Brake wrote: > > Are there any other repos or maillists that I should include in this > > report?  I'm trying to increase visibility in what all the projects > > are doing, so we can reduce dupl

Re: [OE-core] Updating u-boot for oe-core or meta-yocto

2011-05-24 Thread Martin Jansa
On Tue, May 24, 2011 at 09:36:45AM -0700, Darren Hart wrote: > I've started pulling in the 15 or so patches to u-boot from meta-ti. In > doing so I've come across some questions I'd like you thoughts on. > Specifically, where to put these changes. Some points of context: > > 1) oe-core is intended

[OE-core] [PATCH] python-2.6.6: py_package_preprocess should change Makefile only in PKGD not D

2011-05-25 Thread Martin Jansa
2.6/config/Makefile:LIBDIR= /usr/lib ./Python-2.6.6/Makefile:LIBDIR= /usr/lib /OE/shr-core/tmp/sysroots/om-gta02/usr/lib/python2.6/config/Makefile:LIBDIR= /usr/lib Signed-off-by: Martin Jansa --- meta/recipes-devtools/python/python_2.6.6.bb |4 ++-- 1 files

[OE-core] [PATCH] rm_work: keep all sigdata files in stamps dir

2011-05-26 Thread Martin Jansa
* this makes fix for [YOCTO #1074] in bitbake 139b8a625818225c358a1b8363518d7ed6913188 much more usefull for people using rm_work Signed-off-by: Martin Jansa --- meta/classes/rm_work.bbclass |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH] console-tools: use u-a also for fgconsole otherwise it collides with busybox

2011-05-26 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../console-tools/console-tools_0.3.2.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/meta/recipes-core/console-tools/console-tools_0.3.2.bb index c7bee61..c740119

[OE-core] Sad story about Shared State

2011-05-26 Thread Martin Jansa
Good evening, sorry for long and pesimistic e-mail, but I hope that someone will point me to something I'm doing completely wrong. First I was surprised to see how many recipes were rebuilt after this change: http://git.openembedded.net/cgit.cgi/openembedded-core/commit/?id=aebb9d6599aac683456adf

Re: [OE-core] Sad story about Shared State

2011-05-26 Thread Martin Jansa
On Fri, May 27, 2011 at 12:13:35AM +0100, Richard Purdie wrote: > On Fri, 2011-05-27 at 00:08 +0200, Martin Jansa wrote: > > Good evening, > > > > sorry for long and pesimistic e-mail, but I hope that someone will point > > me to something I'm doing comple

[OE-core] [PATCH] libcap: add native BBCLASSEXTEND to fix gnutls-native after ffc32d6436bcd11bd9a431affb9d2508fdb3992e

2011-05-27 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-support/libcap/libcap.inc |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/libcap/libcap.inc b/meta/recipes-support/libcap/libcap.inc index 292fa78..1b4c0bc 100644 --- a/meta/recipes-support/libcap

Re: [OE-core] Sad story about Shared State

2011-05-27 Thread Martin Jansa
On Fri, May 27, 2011 at 06:24:44PM +0100, Richard Purdie wrote: > I dug into this with Martin on irc and it was found that rm_work.bbclass > was exposing a bitbake bug with setscene handling. This was fixed with: > > http://git.openembedded.net/cgit.cgi/bitbake/commit/?id=0a4d857aabc86b973170ba9ce

Re: [OE-core] [PATCH 2/2] package.bbclass, prserv.bbclass: Compare USE_PR_SERV with "1" or "0"

2011-05-28 Thread Martin Jansa
[1,0][(bb.data.getVar('PRSERV_HOST',d,1) is None) or > > (bb.data.getVar('PRSERV_PORT',d,1) is None)]}" > > So we compare the strings > > > > Signed-off-by: Khem Raj > > Fixes the problem for me: > > Tested-by: Koen Kooi For me too: Tes

[OE-core] [oe-core][PATCH 1/1] create-pull-request: allow '+' in git PROTO_RE, ie for 'git+ssh://'

2011-05-31 Thread Martin Jansa
Signed-off-by: Martin Jansa --- scripts/create-pull-request |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/create-pull-request b/scripts/create-pull-request index 19b640f..d52098e 100755 --- a/scripts/create-pull-request +++ b/scripts/create-pull-request

[OE-core] [oe-core][PATCH 0/1] Small create-pull-request fix

2011-05-31 Thread Martin Jansa
jansa/pull http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull Martin Jansa (1): create-pull-request: allow '+' in git PROTO_RE, ie for 'git+ssh://' scripts/create-pull-request |2 +- 1 files changed, 1 insertions(+

Re: [OE-core] New fetcher failure for local files

2011-05-31 Thread Martin Jansa
On Fri, May 20, 2011 at 09:25:49AM +0200, Koen Kooi wrote: > Hi, > > Since a few days the fetcher is behaving strangely: > > NOTE: package > linux-omap-psp-2.6.32-r99b+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155: task > do_fetch: Started > ERROR: Function 'Fetcher failure for URL: 'file://defc

Re: [OE-core] Parsing errors

2011-05-31 Thread Martin Jansa
On Tue, May 31, 2011 at 03:45:46PM -0700, Khem Raj wrote: > Hi > > In slugos when I updated to today's snapshot of oe-core and meta-oe > its giving me this > > ERROR: Information not available for target 'all-linux' > > | ETA: 00:00:37 > ERROR:

Re: [OE-core] [PATCH] tcmode-default: disable ARMv7 Optimization for qt4-x11-free

2011-05-31 Thread Martin Jansa
On Tue, May 31, 2011 at 10:57:00PM -0700, Khem Raj wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/31/2011 10:26 PM, Saul Wold wrote: > > [YOCTO #1030] > > > > This diables the ARMv7 optimizations that cause the compiler to fail > > with the following error > > > > | ../../inc

[OE-core] [PATCH] siteinfo: replace all-linux with allarch-linux to match 5d7d4e1ed9bedf2b6510796d76ea8f94739b9de2

2011-06-01 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/classes/siteinfo.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 6c272a7..fb8bac3 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes

Re: [OE-core] [PATCH 3/3] gnutls: link against 'dl' library

2011-06-01 Thread Martin Jansa
On Wed, Jun 01, 2011 at 02:43:53PM -0700, Saul Wold wrote: > On 06/01/2011 02:00 PM, Otavio Salvador wrote: > > On Wed, Jun 1, 2011 at 20:53, Phil Blundell wrote: > >> On Wed, 2011-06-01 at 20:39 +, Otavio Salvador wrote: > >>> Are you able to reproduce it? > >> > >> No, it works fine for me.

Re: [OE-core] [PATCH 3/3] gnutls: link against 'dl' library

2011-06-01 Thread Martin Jansa
On Wed, Jun 01, 2011 at 03:19:18PM -0700, Saul Wold wrote: > On 06/01/2011 02:52 PM, Martin Jansa wrote: > > On Wed, Jun 01, 2011 at 02:43:53PM -0700, Saul Wold wrote: > >> On 06/01/2011 02:00 PM, Otavio Salvador wrote: > >>> On Wed, Jun 1, 2011 at 20:53, Phil Blundel

Re: [OE-core] Tell me your build error message annoyances!

2011-06-02 Thread Martin Jansa
On Tue, May 31, 2011 at 03:26:21PM -0700, Scott Garman wrote: > Hey folks, > > I'd like to collect some feedback on error messages while building that > you find confusing/annoying/unhelpful. I'm going to be working on trying > to improve the situation and would like to hear from you about what

[OE-core] [PATCH] gnutls: add --with-libdl-prefix and --with-libpthread-prefix

2011-06-02 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-support/gnutls/gnutls.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 9f8d81b..03aed6a 100644 --- a/meta/recipes-support/gnutls

[OE-core] [PATCH] base.bbclass: add cleansstate task between clean and cleanall

2011-06-02 Thread Martin Jansa
* sometimes it's usefull to remove only sstate cache and keep downloaded sources for rebuild Signed-off-by: Martin Jansa --- meta/classes/base.bbclass |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass

Re: [OE-core] [oe-core][PATCH 1/1] create-pull-request: allow '+' in git PROTO_RE, ie for 'git+ssh://'

2011-06-02 Thread Martin Jansa
On Thu, Jun 02, 2011 at 10:38:11PM -0700, Darren Hart wrote: > Hi Martin, Hi Darren, > No objection if this is a valid URL. I didn't include this because 1) I > didn't know about it and 2) it isn't listed in the git pull man page, > which is what I developed to. Is git+ssh... equivalent to ssh://

[OE-core] pkg-config sometimes return unexpanded variables

2011-06-06 Thread Martin Jansa
My webkit-efl build fails with: -- checking for module 'cairo' -- found cairo, version 1.10.0 CMake Error at /OE/shr-core/tmp/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:104 (set): Syntax error in cmake code at �:104 when parsing string ;/OE/shr-core/tmp/

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Martin Jansa
On Wed, Jun 08, 2011 at 02:35:18PM +0800, Kang Kai wrote: > On 2011年06月08日 14:25, Koen Kooi wrote: > > Op 8 jun 2011, om 03:45 heeft Kang Kai het volgende geschreven: > > > >> On 2011年06月07日 17:48, Koen Kooi wrote: > >>> Op 7 jun 2011, om 11:42 heeft Kang Kai het volgende geschreven: > >>> > F

Re: [OE-core] pkg-config sometimes return unexpanded variables

2011-06-08 Thread Martin Jansa
On Tue, Jun 07, 2011 at 08:28:07AM +0200, Martin Jansa wrote: > My webkit-efl build fails with: > > -- checking for module 'cairo' > -- found cairo, version 1.10.0 > CMake Error at > /OE/shr-core/tmp/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPkgConfig.c

[OE-core] LOCALCOUNT increased twice when there are 2 layers with same git recipe

2011-06-09 Thread Martin Jansa
Hi, I was wondering why I see gobject-introspection built on every image build and it's because LOCALCOUNT is changing all the time. OE om-gta02@shr ~/shr-core $ find openembedded-core/ -name gobject-introspection\* openembedded-core/meta/recipes-gnome/gnome/gobject-introspection_git.bb SRCREV =

Re: [OE-core] LOCALCOUNT increased twice when there are 2 layers with same git recipe

2011-06-09 Thread Martin Jansa
On Thu, Jun 09, 2011 at 10:58:58AM +0200, Koen Kooi wrote: > > Op 9 jun 2011, om 10:38 heeft Martin Jansa het volgende geschreven: > > > Hi, > > > > I was wondering why I see gobject-introspection built on every image > > build and it's because LOCALCOUNT

Re: [OE-core] LOCALCOUNT increased twice when there are 2 layers with same git recipe

2011-06-09 Thread Martin Jansa
On Thu, Jun 09, 2011 at 10:24:59AM +0100, Richard Purdie wrote: > On Thu, 2011-06-09 at 10:38 +0200, Martin Jansa wrote: > > Hi, > > > > I was wondering why I see gobject-introspection built on every image > > build and it's because LOCALCOUNT is changing all th

Re: [OE-core] List of bbappends without matching recipes

2011-06-09 Thread Martin Jansa
On Thu, Jun 09, 2011 at 04:54:57PM +0100, Paul Eggleton wrote: > On Thursday 09 June 2011 16:31:48 Paul Eggleton wrote: > > I've recently submitted a patch to bitbake-devel which fixes > > bitbake-layers' handling of skipped recipes so that it doesn't report them > > as missing. I don't think skipp

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-13 Thread Martin Jansa
On Mon, Jun 13, 2011 at 11:42 AM, Phil Blundell wrote: > On Mon, 2011-06-13 at 17:34 +0800, Kang Kai wrote: >> It seems DISTRO_FEATURE doesn't want to enable ipv6 by default, but >> eglibc needs supports it. > > That doesn't seem like it can be right.  Why would you want ipv6 in > eglibc if your D

Re: [OE-core] [PATCH 0/2] fix the mesa-dri build failure after upgrading to newer glproto and dri2proto

2011-06-15 Thread Martin Jansa
On Wed, Jun 15, 2011 at 9:19 AM, Dexuan Cui wrote: > Please review them. Acked-by: Martin.Jansa with sort of deja vu :) http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=de74afec8a067071d17365438d6c462664bc5054 http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=f02e320146c7

Re: [OE-core] multiple git checkouts in SRC_URI

2011-06-16 Thread Martin Jansa
On Thu, Jun 16, 2011 at 12:59 PM, Phil Blundell wrote: > I'm probably just being dim, but I couldn't immediately figure out how > to use more than one git:// checkout in SRC_URI.  Is there some > particular trick to making this work? this worked for svn:// http://git.openembedded.org/cgit.cgi/met

Re: [OE-core] [PATCH 0/4] eglibc 2.14 upgrade

2011-06-22 Thread Martin Jansa
On Wed, Jun 22, 2011 at 04:22:31PM -0700, Khem Raj wrote: > On Wed, Jun 22, 2011 at 3:59 PM, Richard Purdie > wrote: > > On Wed, 2011-06-22 at 15:31 -0700, Khem Raj wrote: > >> On Wed, Jun 22, 2011 at 1:28 PM, Mark Hatle > >> wrote: > >> > On 6/22/11 1:35 PM, Mark Hatle wrote: > >> >> Since appl

Re: [OE-core] [PROPOSAL] Package feature switches, redux.

2011-07-18 Thread Martin Jansa
On Mon, Jul 04, 2011 at 05:49:37PM +0100, Chris Elston wrote: > On Mon, 2011-07-04 at 17:44 +0100, Graeme Gregory wrote: > > On 07/04/2011 05:12 PM, Chris Elston wrote: > > >> Hi, with my Angstrom cap on I like this syntax and I think it will be > > >> really useful. > > >> > > >> A second level co

Re: [OE-core] [PATCH 8/8] libx11: enable xcb support

2011-07-18 Thread Martin Jansa
On Thu, Jul 07, 2011 at 04:31:40PM -0700, Saul Wold wrote: > [YOCTO #1196] > > Signed-off-by: Saul Wold > --- > meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | 11 --- > 1 files changed, 8 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb

[OE-core] [PATCH 02/10] eglibc-package: don't fail without localedef/gconv

2011-07-20 Thread Martin Jansa
=1209 Signed-off-by: Martin Jansa --- meta/recipes-core/eglibc/eglibc-package.inc |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc index faf68f7..9e71150 100644 --- a/meta/re

[OE-core] [PATCH 03/10] intltool: inherit perlnative

2011-07-20 Thread Martin Jansa
* otherwise /usr/bin/env perl will pick perl from host and DEPENDS = libxml-parser-perl-native doesn't help (and do_configure fails on hosts without libxml-parser-perl installed) Signed-off-by: Martin Jansa --- meta/recipes-devtools/intltool/intltool.inc |3 +-- 1 files chang

[OE-core] [PATCH 04/10] polkit: inherit perlnative

2011-07-20 Thread Martin Jansa
* otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa --- meta/recipes-extended/polkit/polkit_0.101.bb |2

[OE-core] [PATCH 05/10] shared-mime-info: inherit perlnative

2011-07-20 Thread Martin Jansa
* otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa --- .../shared-mime-info/shared-mime-info.inc |

[OE-core] [PATCH 06/10] xkeyboard-config: inherit perlnative

2011-07-20 Thread Martin Jansa
* otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa --- .../xorg-lib/xkeyboard-config_2.1.bb |

[OE-core] [PATCH 07/10] avahi: inherit perlnative

2011-07-20 Thread Martin Jansa
* otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa --- meta/recipes-connectivity/avahi/avahi.inc |2

[OE-core] [PATCH 08/10] vte: inherit perlnative

2011-07-20 Thread Martin Jansa
* otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa --- meta/recipes-support/vte/vte.inc |2 +- 1

[OE-core] [PATCH 09/10] python: save Makefile.sysroot in do_compile

2011-07-20 Thread Martin Jansa
* otherwise calling do_install twice results in Makefile.sysroot == Makefile.orig and distutils using wrong LIBDIR (from host) Signed-off-by: Martin Jansa --- meta/recipes-devtools/python/python_2.6.6.bb |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta

[OE-core] [PATCH 01/10] tcmode-default: set preferred version also for (e)glibc-locale

2011-07-20 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/conf/distro/include/tcmode-default.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index e27a1b4..86538f1 100644 --- a/meta/conf/distro

[OE-core] [PATCH 10/10] python: add patch to fix cross compilation on host with linux-3.0

2011-07-20 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../python/python/07-linux3-regen-fix.patch| 18 ++ meta/recipes-devtools/python/python_2.6.6.bb |1 + 2 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-devtools/python/python/07-linux3-regen

[OE-core] [PATCH 00/10] Small fixes

2011-07-20 Thread Martin Jansa
the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/pull http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull Martin Jansa (10): tcmode-default: set preferred version also for (e)glibc-locale eglibc-package: don't fail wi

Re: [OE-core] [PATCH 00/10] Small fixes

2011-07-20 Thread Martin Jansa
On Wed, Jul 20, 2011 at 05:54:55PM -0700, Tom Rini wrote: > On 07/20/2011 05:18 PM, Khem Raj wrote: > > On 07/20/2011 02:06 PM, Martin Jansa wrote: > >> Fixes for recipes using intltool, distributions not having locales > >> support in libc and distutils fix > >&

Re: [OE-core] [PATCH 00/10] Small fixes

2011-07-21 Thread Martin Jansa
On Thu, Jul 21, 2011 at 07:28:36AM -0700, Tom Rini wrote: > On 07/20/2011 11:11 PM, Martin Jansa wrote: > > On Wed, Jul 20, 2011 at 05:54:55PM -0700, Tom Rini wrote: > >> On 07/20/2011 05:18 PM, Khem Raj wrote: > >>> On 07/20/2011 02:06 PM, Martin Jansa wrote:

Re: [OE-core] [PATCH 1/3] Add ARM tune file overhaul based largely on work from Mark Hatle

2011-07-28 Thread Martin Jansa
On Wed, Jul 27, 2011 at 12:19:22PM -0500, Mark Hatle wrote: > On 7/27/11 10:25 AM, Phil Blundell wrote: > > On Wed, 2011-07-27 at 09:58 -0500, Mark Hatle wrote: > >> For the tune names.. armv5 means I want classic ARM instructions, while > >> armv5t > >> means I was thumb instructions. > >> > >>

Re: [OE-core] [PATCH 1/3] Add ARM tune file overhaul based largely on work from Mark Hatle

2011-07-28 Thread Martin Jansa
On Thu, Jul 28, 2011 at 09:54:06AM +0100, Phil Blundell wrote: > On Thu, 2011-07-28 at 09:24 +0200, Martin Jansa wrote: > > Mark is right that if we have PACKAGE_ARCH = "armv4t" and we force > > no-thumb with ARM_INSTRUCTION_SET = "arm" then PACKAGE_ARCH should

Re: [OE-core] [yocto] mpc8315e-rdb core-image-minimal fails (PACKAGE_ARCHS question)

2011-07-28 Thread Martin Jansa
On Thu, Jul 28, 2011 at 01:43:45PM -0500, Kumar Gala wrote: > > On Jul 28, 2011, at 11:05 AM, Saul Wold wrote: > > > On 07/28/2011 08:45 AM, Kumar Gala wrote: > >> I think I know the cause, let me dig up the change that is related. What > >> bit is looking for just ppc603e? > >> > > This might

[OE-core] [PATCH] libfm: depend on intltool-native instead of intltool

2011-07-28 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-support/libfm/libfm_0.1.14.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/libfm/libfm_0.1.14.bb b/meta/recipes-support/libfm/libfm_0.1.14.bb index 5c7e95c..38f1d73 100644 --- a/meta/recipes-support

[OE-core] [PATCH] polkit: depend on intltool-native instead of intltool

2011-07-28 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-extended/polkit/polkit_0.101.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/polkit/polkit_0.101.bb b/meta/recipes-extended/polkit/polkit_0.101.bb index 64cca10..f3a6f1c 100644 --- a/meta/recipes

[OE-core] [PATCH] eglibc: unify eglibc-utils/${PN}-utils and remove PACKAGES from eglibc.inc

2011-07-29 Thread Martin Jansa
, unify all eglibc-utils Signed-off-by: Martin Jansa --- meta/recipes-core/eglibc/eglibc-package.inc |8 meta/recipes-core/eglibc/eglibc.inc |2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes

Re: [OE-core] [PATCH] eglibc: unify eglibc-utils/${PN}-utils and remove PACKAGES from eglibc.inc

2011-07-29 Thread Martin Jansa
On Fri, Jul 29, 2011 at 09:17:31AM +0200, Martin Jansa wrote: > * PACKAGES were defined in eglibc.inc as well as eglibc-package.inc, > definition > from eglibc.inc was overriden from recipes including eglibc.inc only > * 37ff0fea8f7180b1a9d91d24dfe1735730427497 changed RPROVIDES_

Re: [OE-core] [PATCH] classes, recipes: Replace use of ARM_INSTRUCTION_SET with contruct using TUNE_FEATURES

2011-07-29 Thread Martin Jansa
On Fri, Jul 29, 2011 at 07:59:31AM -0700, Khem Raj wrote: > Currently when using thumb feature all recipes can not be compiled in > thumb mode. Therefore we had ARM_INSTRUCTION_SET to force arm intruction > set even when thumb was global choice. With this patch we remove thumb > from tune features

[OE-core] [PATCH] feature-arm-thumb: respect ARM_INSTRUCTION_SET

2011-07-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../conf/machine/include/arm/feature-arm-thumb.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/include/arm/feature-arm-thumb.inc b/meta/conf/machine/include/arm/feature-arm-thumb.inc index b580168..e7d392e 100644

Re: [OE-core] [PATCH] feature-arm-thumb: respect ARM_INSTRUCTION_SET

2011-07-29 Thread Martin Jansa
On Fri, Jul 29, 2011 at 07:04:33PM +0200, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > .../conf/machine/include/arm/feature-arm-thumb.inc |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/meta/conf/machine/include/arm/feature-arm-t

[OE-core] [PATCH 10/10] eglibc: remove PACKAGES from eglibc.inc

2011-08-08 Thread Martin Jansa
* PACKAGES were defined in eglibc.inc as well as eglibc-package.inc, definition from eglibc.inc was overriden from recipes including eglibc.inc only Signed-off-by: Martin Jansa --- meta/recipes-core/eglibc/eglibc.inc |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a

Re: [OE-core] bitbake -b busted again?

2011-08-10 Thread Martin Jansa
On Wed, Aug 10, 2011 at 11:48:33AM +0100, Phil Blundell wrote: > On Wed, 2011-06-29 at 16:11 +0100, Phil Blundell wrote: > > Also, it does seem that "bitbake -e -b ..." really is broken. I get: > > > > ERROR: Command execution failed: Traceback (most recent call last): > > File "/home/pb/oe/bit

Re: [OE-core] bitbake -b busted again?

2011-08-11 Thread Martin Jansa
On Thu, Aug 11, 2011 at 01:03:59PM +0100, Richard Purdie wrote: > On Thu, 2011-08-11 at 08:44 +0200, Martin Jansa wrote: > > On Wed, Aug 10, 2011 at 11:48:33AM +0100, Phil Blundell wrote: > > > On Wed, 2011-06-29 at 16:11 +0100, Phil Blundell wrote: > > > > Also, it

Re: [OE-core] [PATCH] bluez4: Added new recipe version 4.96

2011-08-12 Thread Martin Jansa
On Fri, Aug 12, 2011 at 09:18:29AM +0200, Ahsan, Noor wrote: > Hi, > > I noticed that meta-oe version of bluez was using Bluetooth.conf file from > 4.82's directory > > FILESPATH =. "${COREBASE}/meta/recipes-connectivity/bluez/bluez4-4.82/:" > > and meta-oe bluez 4.95 version recipe did not ha

Re: [OE-core] [PATCH V2] bluez4: Added new recipe 4.96 and removed 4.82 version

2011-08-15 Thread Martin Jansa
On Tue, Aug 16, 2011 at 10:40:38AM +0800, Cui, Dexuan wrote: > Saul Wold wrote on 2011-08-16: > > On 08/12/2011 01:04 AM, Noor, Ahsan wrote: > >> From: Noor Ahsan > >> * Added new recipe 4.96 and removed 4.82 version and its files. > >> Signed-off-by: Noor Ahsan > > Merged into OE-Core > > The pat

Re: [OE-core] Error building any X11 image: "Nothing PROVIDES 'libxcb-native'"

2011-08-16 Thread Martin Jansa
On Tue, Aug 16, 2011 at 12:50:51PM +0200, Samuel Stirtzel wrote: > Hi, > recently all X11 images fail to build for me. > > The following error shows up (this is from core-image-sato): > - > ERROR: Nothing PROVIDES 'libxcb-native' (but > virtual:native:/var/oe-core/setup-scripts/sources/meta-openem

[OE-core] [PATCH 1/2] task-core-boot: allow distribution to override default dev_manager provider with VIRTUAL-RUNTIME_dev_manager

2011-08-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-core/tasks/task-core-boot.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-boot.bb b/meta/recipes-core/tasks/task-core-boot.bb index eb2b548..9116c38 100644 --- a/meta/recipes-core

[OE-core] [PATCH 0/2] Small fixes

2011-08-17 Thread Martin Jansa
://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull Martin Jansa (2): task-core-boot: allow distribution to override default dev_manager provider with VIRTUAL-RUNTIME_dev_manager bluez4: update recipe from meta-oe meta/recipes-connectivity/bluez/bluez4_4.96.bb

[OE-core] [PATCH 2/2] bluez4: update recipe from meta-oe

2011-08-17 Thread Martin Jansa
* fix DEPENDS * fix typo in --enable-pandd option * remove unsupported options * update packaging * remove distro override which doesn't belong to oe-core Signed-off-by: Martin Jansa --- meta/recipes-connectivity/bluez/bluez4_4.96.bb | 17 ++--- 1 files changed, 6 inser

[OE-core] [PATCH] utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

2011-08-19 Thread martin . jansa
From: Martin Jansa * if there is multiple .bbappend files with FILESEXTRAPATHS_prepend := "/:" then the one parsed last is causing trailing ':' and that's causing empty element in path = extrapaths.split(:) + path * it's hard to keep all .bbappends from fore

Re: [OE-core] [CONSOLIDATED PULL 12/32] libxkbcommon: new

2011-08-19 Thread Martin Jansa
On Fri, Aug 19, 2011 at 03:33:38PM +0100, Phil Blundell wrote: > On Fri, 2011-08-19 at 09:27 -0500, Richard Purdie wrote: > > What isthe version getting set to for this recipe? > > Just "git" at the moment, which I suppose is a bit suboptimal. What's > the recommended string for packages that don

Re: [OE-core] [PATCH] utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

2011-08-19 Thread Martin Jansa
On Fri, Aug 19, 2011 at 03:11:08PM -0700, Chris Larson wrote: > On Fri, Aug 19, 2011 at 5:16 AM, wrote: > > From: Martin Jansa > > > > * if there is multiple .bbappend files with FILESEXTRAPATHS_prepend := "/:" > >  then the one parsed last is causing

Re: [OE-core] [bitbake-devel] Layer priorities influencing default version selection

2011-08-25 Thread Martin Jansa
On Thu, Aug 25, 2011 at 05:58:23PM +0100, Paul Eggleton wrote: > On Thursday 25 August 2011 16:56:28 you wrote: > > with layers we dont control policies of all the layers that may be used on > > top so fixing meta-oe does not solve problem completely and we can not ask > > for exclusive recipes. P

Re: [OE-core] [PATCH 02/10] eglibc-package: don't fail without localedef/gconv

2011-08-26 Thread Martin Jansa
On Fri, Aug 26, 2011 at 11:12:43AM +0100, Phil Blundell wrote: > On Wed, 2011-07-20 at 23:06 +0200, Martin Jansa wrote: > >- mv ${D}${libdir}/gconv ${dest}${libdir} > > + if [ -f ${D}${libdir}/gconv ]; then > > + mv -f ${D}${libdir}/gconv ${dest}${libdir}

[OE-core] [PATCH] eglibc: fix gconv packaging after 5486cac29db6e67051fff7637a0abc9aeab661e5

2011-08-26 Thread Martin Jansa
* gconv is directory so test -f was always false as reported by Phil Blundell in http://lists.linuxtogo.org/pipermail/openembedded-core/2011-August/008973.html * -e used also for localedef which is file, just to be more consistent Signed-off-by: Martin Jansa --- meta/recipes-core/eglibc

Re: [OE-core] [RESEND] bitbake.conf: fix ubi images creation

2011-09-05 Thread Martin Jansa
s very same issue, when > converting an on-going project from oe-dev to oe-core. > > > Signed-off-by: Denis Carikli > > Acked-by: Anders Darander Acked-by: Martin Jansa > > > --- > > meta/conf/bitbake.conf |2 ++ > > 1 files changed, 2 insertion

[OE-core] Tinylogin or shadow?

2011-09-06 Thread Martin Jansa
Hi, if someone wants to use only shadow as login manager, then all postinst calling adduser (instead of useradd) are failing ie: recipes-connectivity/avahi/avahi.inc: grep "^avahi:" /etc/passwd > /dev/null || adduser --disabled-password --system --home /var/run/avahi-daemon --no-create-home a

Re: [OE-core] [RFC] Layer rework proposal

2011-09-08 Thread Martin Jansa
On Fri, Sep 02, 2011 at 01:01:44PM +0200, Koen Kooi wrote: > Hi, > > This has come up in the past, but no one has had time to site down and write > a proposal yet. > > Problem description: The OE-core layer has both too much in it and not enough. > > Currently OE-core is basically a relabeling

  1   2   3   4   5   6   7   8   9   10   >