[OE-core] [PATCH 0/2] First pass of rpcbind improvements

2012-06-01 Thread Christopher Larson
The following changes since commit e3113827810e98eb1b012f0b280fb917199704c1: webkit-gtk: Use glib as unicode backend to avoid browser crash (2012-05-30 17:37:58 +0100) are available in the git repository at: git://github.com/kergoth/oe-core rpcbind-1 for you to fetch changes up to acae76c5

[OE-core] [PATCH 1/2] rpcbind: add and use startup script, move binaries

2012-06-01 Thread Christopher Larson
- Add init script from debian, tweaked for us - Move binaries from bindir to sbindir, as debian does Signed-off-by: Christopher Larson --- meta/recipes-extended/rpcbind/rpcbind/init.d | 85 meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | 18 - 2 files changed,

[OE-core] [PATCH 2/2] task-core-basic: drop portmap

2012-06-01 Thread Christopher Larson
Both rpcbind and portmap are RPC port mappers. Having both is redundant. Chose rpcbind over portmap as rpcbind supports ipv6, nfs4, and builds without the glibc rpc headers, which have been obsoleted in glibc 2.14. Signed-off-by: Christopher Larson --- meta/recipes-extended/tasks/task-core-basic

[OE-core] [PATCH 3/3] external-sourcery-toolchain: forcibly create usr/lib

2012-06-01 Thread Christopher Larson
From: Christopher Larson If the usr/lib directory doesn't exist, the toolchain can fail to even try to find crti.o in a completely different directory. This causes a failure for the case where baselib is lib64. Signed-off-by: Christopher Larson --- .../meta/external-sourcery-toolchain.bb

[OE-core] [PATCHv2 0/3] More external toolchain fixes/improvements

2012-06-01 Thread Christopher Larson
From: Christopher Larson The following changes since commit e3113827810e98eb1b012f0b280fb917199704c1: webkit-gtk: Use glib as unicode backend to avoid browser crash (2012-05-30 17:37:58 +0100) are available in the git repository at: https://github.com/kergoth/oe-core toolchain Christopher

[OE-core] [PATCH 2/3] tcmode-external-sourcery: pass -msgxx-glibc for x86

2012-06-01 Thread Christopher Larson
From: Christopher Larson This is needed to work around an issue with the toolchain search paths. It can pick up the wrong features.h without it, it seems, even with the system32 symlink in the oe sysroot. Investigate this further in the future. Signed-off-by: Christopher Larson --- .../distro/

[OE-core] [PATCH 1/3] external-sourcery: extract src and dest sysroot paths from gcc

2012-06-01 Thread Christopher Larson
From: Christopher Larson Rather than hardcoding the multilib path in a map, and hardcoding dest sysroot symlink creation in a hook, now we just use -print-sysroot for both, and pass the appropriate multilib args to the toolchain for particular tunes. Signed-off-by: Christopher Larson --- .../d

Re: [OE-core] [meta-xilinx] Generating device tree for building linux-xilinx kernel

2012-06-01 Thread Adrian Alonso
Great, I used this instructions to generate the device tree file for the project http://xilinx.wikidot.com/device-tree-generator Regards On Fri, Jun 1, 2012 at 5:17 PM, Elvis Dowson wrote: > Hi Adrian, > > On Jun 1, 2012, at 11:18 PM, Elvis Dowson wrote: > >> I've created a hardware bsp projec

Re: [OE-core] [meta-xilinx] Generating device tree for building linux-xilinx kernel

2012-06-01 Thread Elvis Dowson
Hi Adrian, On Jun 1, 2012, at 11:18 PM, Elvis Dowson wrote: > I've created a hardware bsp project using Xilinx SDK 14.1, and used the > xilinx-ml507-update project, (after updating it to XPS 14.1 format). > > Now the script in meta-xilinx/classes/xilinx-kernel.bbclass is looking for a > *.dts

Re: [OE-core] [meta-xilinx] Generating device tree for building linux-xilinx kernel

2012-06-01 Thread Elvis Dowson
Hi Adrian, On May 31, 2012, at 11:13 PM, Adrian Alonso wrote: >>> That's a second process that you need todo with xilinx EDK to export >>> and launch xilinx SDK >>> from there create a new device tree project which will parse the "mhs" >>> hardware descriptor file >>> and from there generate the

[OE-core] MINUTES: OE TSC 22 May 2012

2012-06-01 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 22 May 2012 Attending: Richard Purdie (RP) Paul Eggleton (bluelightning) Mark Hatle (fray) Koen Kooi (koen) Khem (khem) Minutes: Jefro (Jefro) Agenda & Summary 1. pick a chair -> khem 2. lingering

Re: [OE-core] [PATCH 1/1] license.bbclass: Adding PV to package.manifest

2012-06-01 Thread Flanagan, Elizabeth
On Fri, Jun 1, 2012 at 12:12 AM, Saul Wold wrote: > On 05/30/2012 04:39 PM, Elizabeth Flanagan wrote: >> >> Per request, adding the package version to the package manifest >> file. >> >> Signed-off-by: Elizabeth Flanagan >> --- >>  meta/classes/license.bbclass |    2 ++ >>  1 files changed, 2 inse

Re: [OE-core] [V2 2/2] buildhistory.bbclass: add pkg_pre/postinst/rm contents

2012-06-01 Thread Paul Eggleton
On Friday 01 June 2012 19:24:45 Andreas Müller wrote: > On Fri, Jun 1, 2012 at 6:54 PM, Paul Eggleton > wrote: > > I'd still like to rework this to use separate files. What if a line in the > > postinst script includes an = (which is not unlikely)? > > Yes after first usage (it is not possible on

Re: [OE-core] [V2 2/2] buildhistory.bbclass: add pkg_pre/postinst/rm contents

2012-06-01 Thread Andreas Müller
On Fri, Jun 1, 2012 at 6:54 PM, Paul Eggleton wrote: > I'd still like to rework this to use separate files. What if a line in the > postinst script includes an = (which is not unlikely)? Yes after first usage (it is not possible on all my machines due to pythongit version) and taking a look into

Re: [OE-core] [V2 2/2] buildhistory.bbclass: add pkg_pre/postinst/rm contents

2012-06-01 Thread Paul Eggleton
On Thursday 31 May 2012 13:12:45 Andreas Müller wrote: > A use-case would have been [1]. > > The following tests were performed: > * image from scratch with old buildhistory contents > * image from scratch with buildhistory contents from scratch > * decrement a PR for a test recipe and check if th

[OE-core] Buildhistory

2012-06-01 Thread Paul Eggleton
Hi all [Sorry for the cross-post but I thought this would be worth talking about in all three of the lists. By way of discussions and other threads some of you may already be aware of buildhistory - if so you can skip this message.] With buildhistory.bbclass (which incorporates and extends func

Re: [OE-core] RPM packaging issue?

2012-06-01 Thread Mark Hatle
On 5/31/12 8:33 PM, Laurentiu Palcu wrote: Hi list, I was trying to build core-image-gtk-directfb and ended up with this error: Log data follows: | DEBUG: Executing shell function do_rootfs | ERROR: Function failed: do_rootfs (see /home/lau/yocto/build/tmp/work/qemux86-poky-linux/core-image-min

Re: [OE-core] target rpm build failure

2012-06-01 Thread Giuseppe Condorelli
Hi Khem, 2012/6/1 Khem Raj > On Fri, Jun 1, 2012 at 7:07 AM, Giuseppe Condorelli > wrote: > > Many thanks Khem, > > > > I've applied your patches to my local repository. > > Unfortunately the uclibc setup I'm using doesn't provide support for > mcheck, > > so I'm falling in the same error. > > h

Re: [OE-core] target rpm build failure

2012-06-01 Thread Khem Raj
On Fri, Jun 1, 2012 at 7:07 AM, Giuseppe Condorelli wrote: > Many thanks Khem, > > I've applied your patches to my local repository. > Unfortunately the uclibc setup I'm using doesn't provide support for mcheck, > so I'm falling in the same error. hmm strange. Are you using OE-Core provided uclib

Re: [OE-core] target rpm build failure

2012-06-01 Thread Giuseppe Condorelli
Many thanks Khem, I've applied your patches to my local repository. Unfortunately the uclibc setup I'm using doesn't provide support for mcheck, so I'm falling in the same error. However I have in mind also to build the glibc version of the whole image and so here I will haven't problem building r

Re: [OE-core] [PATCH 1/3] external-sourcery: extract src and dest sysroot paths from gcc

2012-06-01 Thread Chris Larson
On Thu, May 31, 2012 at 9:06 PM, Peter Seebach wrote: > On Thu, 31 May 2012 19:00:04 -0700 > Christopher Larson wrote: > >> +CSL_MULTILIB_ARGS[i586] = "-msgxx-glibc" >> +CSL_MULTILIB_ARGS[i686] = "-msgxx-glibc" >> +CSL_MULTILIB_ARGS[core2] = "-msgxx-glibc" >> +CSL_MULTILIB_ARGS[x86] = "-msgxx-gli

[OE-core] [PATCH 2/2] directfb-examples: upgrade to 1.5.3

2012-06-01 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- ...xamples_1.2.0.bb => directfb-examples_1.5.3.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/directfb/{directfb-examples_1.2.0.bb => directfb-examples_1.5.3.bb} (77%) diff --git a/meta/recipes-graphics/directfb/

[OE-core] [PATCH 0/2] Package upgrades: directfb, directfb-examples

2012-06-01 Thread Laurentiu Palcu
Tests done(qemuarm): - compiles fine on all architectures; - directfb examples run OK. I did not test all of them, just a few, to see directfb works. Laurentiu Palcu (2): directfb: upgrade to 1.5.3 directfb-examples: upgrade to 1.5.3 ...xamples_1.2.0.bb => directfb-examples_

[OE-core] [PATCH 1/2] directfb: upgrade to 1.5.3

2012-06-01 Thread Laurentiu Palcu
Also, backported a couple of patches from upstream that fix some compilations issues for ARM and PPC. Signed-off-by: Laurentiu Palcu --- meta/recipes-graphics/directfb/directfb.inc|2 +- ...se-ARM-assembler-for-atomic-operations-on.patch | 27 ...ibdirect-remov

Re: [OE-core] [PATCH 1/1] opkg 0.1.8: respect to the arch when choose the alternatives

2012-06-01 Thread Koen Kooi
Op 1 jun. 2012, om 12:02 heeft Richard Purdie het volgende geschreven: > On Fri, 2012-06-01 at 11:04 +0200, Koen Kooi wrote: >> Op 1 jun. 2012, om 10:17 heeft Richard Purdie het volgende geschreven: >> >>> On Thu, 2012-05-31 at 17:01 +0200, Koen Kooi wrote: Op 31 mei 2012, om 16:13 heeft Ro

Re: [OE-core] [meta-xilinx] WARNING: linux-xilinx: No generic license file exists for: GPL in any provider

2012-06-01 Thread Paul Eggleton
On Thursday 31 May 2012 19:44:41 Elvis Dowson wrote: > Hi, > While attempting to build linux-xilinx, I get the following warning: > > WARNING: linux-xilinx: No generic license file exists for: GPL in any > provider > > What should I do to fix this warning? You could ignore it, or you could

Re: [OE-core] [PATCH 1/1] opkg 0.1.8: respect to the arch when choose the alternatives

2012-06-01 Thread Richard Purdie
On Fri, 2012-06-01 at 11:04 +0200, Koen Kooi wrote: > Op 1 jun. 2012, om 10:17 heeft Richard Purdie het volgende geschreven: > > > On Thu, 2012-05-31 at 17:01 +0200, Koen Kooi wrote: > >> Op 31 mei 2012, om 16:13 heeft Robert Yang het volgende geschreven: > >> > >>> There is a bug if we: > >>> 1)

[OE-core] [PATCH 1/3 V2] lsbinitscripts: Add initscripts to enhance init functions in an lsb image

2012-06-01 Thread xiaofeng.yan
From: Xiaofeng Yan The version of initscripts has more functions than the simple. There could be some errors for current initscripts when running some programe because of absent some functions provided by initscripts. [YOCTO #2133] Signed-off-by: Xiaofeng Yan --- meta/recipes-extended/lsb/lsb

[OE-core] [PATCH 0/3 V2]lsb: Add initscripts to enhance init functions in an lsb image

2012-06-01 Thread xiaofeng.yan
From: Xiaofeng Yan This is V2. The modification is as follows by comparison with V1: - Add extra description in section "DESCRIPTION" - Use bbclass update-alternatives instead of command method. The following changes since commit de4cdfd6bc1280ac7ac0559b87734d26294ef773: Scott Rifenbark (1):

[OE-core] [PATCH 2/3 V2] lsbinitscripts: Patch file functions for confirming to an lsb image

2012-06-01 Thread xiaofeng.yan
From: Xiaofeng Yan Add the condition judgment to functions for avoiding to print error information when system start up at first. [YOCTO #2133] Signed-off-by: Xiaofeng Yan --- .../lsb/lsbinitscripts/functions.patch | 11 +++ 1 files changed, 11 insertions(+), 0 deletions

[OE-core] [PATCH 3/3 V2] task-core-lsb: Add another initscripts to an lsb image

2012-06-01 Thread xiaofeng.yan
From: Xiaofeng Yan Initscripts with stronger functions will replace the simple one, which will avoid error when some packages need functions which could be absent in the simple initscripts. [YOCTO #2133] Signed-off-by: Xiaofeng Yan --- meta/recipes-extended/tasks/task-core-lsb.bb |3 ++-

Re: [OE-core] [PATCH 1/1] opkg 0.1.8: respect to the arch when choose the alternatives

2012-06-01 Thread Koen Kooi
Op 1 jun. 2012, om 10:17 heeft Richard Purdie het volgende geschreven: > On Thu, 2012-05-31 at 17:01 +0200, Koen Kooi wrote: >> Op 31 mei 2012, om 16:13 heeft Robert Yang het volgende geschreven: >> >>> There is a bug if we: >>> 1) bitbake core-image-sato-sdk MACHINE=qemux86 >>> 2) bitbake core-

Re: [OE-core] [PATCH 1/1] webkit-gtk: Use glib as unicode backend to avoid browser crash

2012-06-01 Thread Richard Purdie
On Wed, 2012-05-30 at 12:56 -0600, Gary Thomas wrote: > On 2012-05-30 10:40, Richard Purdie wrote: > > On Wed, 2012-05-30 at 17:08 +0800, edwin.z...@intel.com wrote: > >> From: Zhai Edwin > >> > >> webkit-gtk depends on ICU for the unicode, but ICU is not safe when build > >> and > >> target syste

Re: [OE-core] [PATCH 1/1] opkg 0.1.8: respect to the arch when choose the alternatives

2012-06-01 Thread Richard Purdie
On Thu, 2012-05-31 at 17:01 +0200, Koen Kooi wrote: > Op 31 mei 2012, om 16:13 heeft Robert Yang het volgende geschreven: > > > There is a bug if we: > > 1) bitbake core-image-sato-sdk MACHINE=qemux86 > > 2) bitbake core-image-sato with MACHINE=crownbay > > > > Then several pkgs in deploy/ipk/i58

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

2012-06-01 Thread Cristian Iorga
ltp makefile does not interpret correctly the result of git describe command and assumes that it is working with a git repo, while in fact working with a source code archive. Added a patch to corect makefile system. Signed-off-by: Cristian Iorga --- .../ltp/ltp/fix_building_fom_archive.patch

Re: [OE-core] [PATCH 1/1] license.bbclass: Adding PV to package.manifest

2012-06-01 Thread Saul Wold
On 05/30/2012 04:39 PM, Elizabeth Flanagan wrote: Per request, adding the package version to the package manifest file. Signed-off-by: Elizabeth Flanagan --- meta/classes/license.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/license.bbclass b/m