Re: [OE-core] [PATCH 0/1] bitbake.conf: set an exclusion list for varflags in checksums

2012-06-01 Thread Saul Wold
On 05/30/2012 09:25 AM, Paul Eggleton wrote: This is the OE-Core change corresponding to the varflags change just sent to the bitbake-devel list. The following changes since commit f5356062443320c29a19cfd7113128caa185b221: Revert meta: replace os.popen with subprocess.Popen (2012-05-30

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 Flanaganelizabeth.flana...@intel.com --- meta/classes/license.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[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 cristian.io...@intel.com ---

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 Edwinedwin.z...@intel.com webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and target

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-image-sato

[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 xiaofeng@windriver.com 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

[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 xiaofeng@windriver.com 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:

[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 xiaofeng@windriver.com 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 xiaofeng@windriver.com --- .../lsb/lsbinitscripts/functions.patch | 11

[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 xiaofeng@windriver.com 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 xiaofeng@windriver.com ---

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) bitbake

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 fix

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 Robert Yang

[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 laurentiu.pa...@intel.com --- meta/recipes-graphics/directfb/directfb.inc|2 +- ...se-ARM-assembler-for-atomic-operations-on.patch | 27

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

2012-06-01 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...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

[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 =

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 peter.seeb...@windriver.com wrote: On Thu, 31 May 2012 19:00:04 -0700 Christopher Larson kerg...@gmail.com wrote: +CSL_MULTILIB_ARGS[i586] = -msgxx-glibc +CSL_MULTILIB_ARGS[i686] = -msgxx-glibc +CSL_MULTILIB_ARGS[core2] = -msgxx-glibc

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

Re: [OE-core] target rpm build failure

2012-06-01 Thread Khem Raj
On Fri, Jun 1, 2012 at 7:07 AM, Giuseppe Condorelli giuseppe.condore...@gmail.com 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

Re: [OE-core] target rpm build failure

2012-06-01 Thread Giuseppe Condorelli
Hi Khem, 2012/6/1 Khem Raj raj.k...@gmail.com On Fri, Jun 1, 2012 at 7:07 AM, Giuseppe Condorelli giuseppe.condore...@gmail.com 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

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

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 the

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 paul.eggle...@linux.intel.com 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

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 paul.eggle...@linux.intel.com 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

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 s...@linux.intel.com 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 Flanaganelizabeth.flana...@intel.com ---  meta/classes/license.bbclass |  

[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] [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 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 elvis.dow...@gmail.com wrote: Hi Adrian, On Jun 1, 2012, at 11:18 PM, Elvis Dowson wrote: I've created a

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

2012-06-01 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com 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 chris_lar...@mentor.com ---

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

2012-06-01 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com 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:

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

2012-06-01 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com 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

[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

[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 kerg...@gmail.com --- meta/recipes-extended/rpcbind/rpcbind/init.d | 85 meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | 18 -

[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 kerg...@gmail.com ---