[OE-core] [PATCH] valgrind: allow native builds

2013-06-04 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-devtools/valgrind/valgrind_3.8.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb index 3520d49..503e996 100644 --- a/meta/recipes-devtools/valgr

[OE-core] [PATCH 2/4] defaultsetup.conf: remove INHERIT_INSANE

2013-06-04 Thread Robert Yang
The insane has been inherited by package.bbclass and becomes a requirement, so we can remove it from defaultsetup.conf. Note: You can decide whether to take this patch or not. [YOCTO #3190] [YOCTO #4396] Signed-off-by: Robert Yang --- meta/conf/distro/defaultsetup.conf | 3 +-- 1 file changed,

[OE-core] [PATCH 1/4] insane/package: let package.bbclass inherit insane.bbclass

2013-06-04 Thread Robert Yang
RP's comment: "What we're trying to do is move everything to use a standard mechanism for reporting issues of this type (do_package). With insane.bbclass, you can elect whether a given type of error is a warning or error and fails the task." * The package.bbclass had used package_qa_handle_error()

[OE-core] [PATCH 0/4 V2] insane/package: refactor packaging sanity tests

2013-06-04 Thread Robert Yang
Changes: * Fix the build error on multilib. // Robert The following changes since commit 8a2ac668d99f7d64c2acffc3a39cedb2d152be6e: lrzsz: check locale.h in configure (2013-06-04 15:53:45 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/refactor h

[OE-core] [PATCH 4/4] multilib.bbclass: fix the PACKAGEFUNCS_append

2013-06-04 Thread Robert Yang
The PACKAGEFUNCS_append = "do_package_qa_multilib" lacks a "space", which would cause unexpected errors. [YOCTO #3190] [YOCTO #4396] Signed-off-by: Robert Yang --- meta/classes/multilib.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/multilib.bbclass b/m

[OE-core] [PATCH 3/4] insane/package: refactor packaging sanity tests

2013-06-04 Thread Robert Yang
Refactor packaging sanity tests from package.bbclass to insane.bbclass so that the message can respect WARN_QA (print the warning message and go on the task) and ERROR_QA (print the error message and fail the task). - For the bb.warn(), give it a message name and add it to WARN_QA, then use pack

Re: [OE-core] [PATCH 02/11] at-spi2: add -core and -atk, for GTK+ 3.8

2013-06-04 Thread Martin Jansa
On Tue, Jun 04, 2013 at 04:26:27PM +0200, Martin Jansa wrote: > On Mon, Jun 03, 2013 at 01:39:32PM -0700, Saul Wold wrote: > > On 05/31/2013 08:05 AM, Ross Burton wrote: > > > Signed-off-by: Ross Burton > > > --- > > > meta/recipes-support/atk/at-spi2-atk_2.8.1.bb | 19 > > >

[OE-core] [PATCH] image_types.bbclass: add ubifs to IMAGE_TYPES

2013-06-04 Thread Andrea Adami
* the IMAGE_TYPES variable is used exclusively by hob * IMAGE_CMD_ubifs is already present in the class * ubifs images can be flashed on existing ubi volumes with 'ubiupdatevol' Signed-off-by: Andrea Adami --- meta/classes/image_types.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OE-core] [PATCH] tune-cortexa5.inc: add tune file for cortex-a5, based on a7

2013-06-04 Thread Mark Hatle
On 6/4/13 3:03 PM, Marcin Juszkiewicz wrote: W dniu 04.06.2013 21:57, Andy Voltz pisze: I just tried this solution with my vybrid cortex-a5 build. The only issue is a parse error on ${CORTEX_ID} here: TUNEVALID[cortex${CORTEX_ID}] = "Enable Cortex-${CORTEX_NAME} specific I amended the changes

Re: [OE-core] [PATCH] tune-cortexa5.inc: add tune file for cortex-a5, based on a7

2013-06-04 Thread Marcin Juszkiewicz
W dniu 04.06.2013 21:57, Andy Voltz pisze: > I just tried this solution with my vybrid cortex-a5 build. The only issue is a > parse error on ${CORTEX_ID} here: > > TUNEVALID[cortex${CORTEX_ID}] = "Enable Cortex-${CORTEX_NAME} specific > > I amended the changes so that each tune-cortexa5.inc (fo

Re: [OE-core] [PATCH] tune-cortexa5.inc: add tune file for cortex-a5, based on a7

2013-06-04 Thread Andy Voltz
> Date: Mon, 03 Jun 2013 23:18:24 +0200 > From: Marcin Juszkiewicz > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] tune-cortexa5.inc: add tune file for > cortex-a5, based on a7 > Message-ID: <51ad0820.8030...@juszkiewicz.com.pl> > Content-Type: text/plain; c

[OE-core] [PATCH] site: add alignment values for at-spi2-core

2013-06-04 Thread Martin Jansa
* x86 and x86_64 values were added in 8c46ec2edc0197b32d32e0f27d5b60271338b600 Signed-off-by: Martin Jansa --- meta/site/arm-common | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/site/arm-common b/meta/site/arm-common index cad8027..b1cf05d 100644 --- a/meta/site/arm-comm

[OE-core] OE TSC Minutes 21 May 2013

2013-06-04 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 21 May 2013 Attendees: Koen (koen) Khem (khem) Fray (fray) Paul (bluelightning) Richard (RP) Apologies: Notes: Jefro Agenda at a glance: 1. pick a chair 2. new issues 3. lingering issues 4. projects in progress - status a. oe-classic recip

Re: [OE-core] [PATCH 02/11] at-spi2: add -core and -atk, for GTK+ 3.8

2013-06-04 Thread Martin Jansa
On Fri, May 31, 2013 at 04:05:38PM +0100, Ross Burton wrote: > Signed-off-by: Ross Burton > --- > meta/recipes-support/atk/at-spi2-atk_2.8.1.bb | 19 +++ > meta/recipes-support/atk/at-spi2-core_2.8.0.bb | 17 + > 2 files changed, 36 insertions(+) > create mod

Re: [OE-core] [PATCH 02/11] at-spi2: add -core and -atk, for GTK+ 3.8

2013-06-04 Thread Martin Jansa
On Mon, Jun 03, 2013 at 01:39:32PM -0700, Saul Wold wrote: > On 05/31/2013 08:05 AM, Ross Burton wrote: > > Signed-off-by: Ross Burton > > --- > > meta/recipes-support/atk/at-spi2-atk_2.8.1.bb | 19 +++ > > meta/recipes-support/atk/at-spi2-core_2.8.0.bb | 17 +++

Re: [OE-core] State of bitbake world

2013-06-04 Thread Jack Mitchell
On 04/06/13 12:58, Martin Jansa wrote: On Mon, Jun 03, 2013 at 05:10:08PM +0200, Martin Jansa wrote: On Mon, May 20, 2013 at 03:06:35PM +0200, Martin Jansa wrote: Couple of issues from last email were fixed, so here is updated status: qemuarm Summary: 14 tasks failed: http://logs.nslu2-linux.o

Re: [OE-core] State of bitbake world

2013-06-04 Thread Martin Jansa
On Mon, Jun 03, 2013 at 05:10:08PM +0200, Martin Jansa wrote: > On Mon, May 20, 2013 at 03:06:35PM +0200, Martin Jansa wrote: > > Couple of issues from last email were fixed, so here is updated status: > > > > qemuarm Summary: 14 tasks failed: > > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-co

Re: [OE-core] [PATCH] cramfs: import recipe from meta-oe

2013-06-04 Thread Andrea Adami
Note there would be also the possibility to use the mkfs.cramfs provided by util-linux implementing changes in image_types.bbclass and util-linux itself. Seems a bit overkill to me but still an option... Andrea On Tue, Jun 4, 2013 at 1:39 PM, Andrea Adami wrote: > ping > > Recipe is rather stab

Re: [OE-core] [PATCH] cramfs: import recipe from meta-oe

2013-06-04 Thread Andrea Adami
ping Recipe is rather stable (tarball of v.1.1 dated 2002) and cramfs can be handy for read-only images on legacy devices. All the needed infrastructure is already present in image_types.bbclass so I'd say this recipe has been mistakenly forgotten when splitting out oe-core Andrea On Sun, May

[OE-core] [PATCH] connman: update to 1.15

2013-06-04 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- Compile and runtime tested armv7a .../recipes-connectivity/connman/{connman_1.14.bb => connman_1.15.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/connman/{connman_1.14.bb => connman_1.15.bb}

[OE-core] [PATCH 0/1] grub-0.97: fix the objcopy error in configure

2013-06-04 Thread jackie.huang
From: Jackie Huang The following changes since commit 8f5bc47729edb8cb051d81e9ff1680cb8d2eca25: dropbear: a fix for hang in dropbearkey, built for x32 (2013-05-24 14:14:30 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/d_grub097_0604_1 http:/

[OE-core] [PATCH 1/1] grub-0.97: fix the objcopy error in configure

2013-06-04 Thread jackie.huang
From: Jackie Huang Get patch from ubuntu to fix this: error: GRUB requires a working absolute objcopy; upgrade your binutils Signed-off-by: Jackie Huang --- .../grub/grub-0.97/objcopy-absolute.patch | 40 meta/recipes-bsp/grub/grub_0.97.bb |1

Re: [OE-core] Commercial usage of Yocto

2013-06-04 Thread Jack Mitchell
On 04/06/13 05:35, Kumita Bruce wrote: Yocto experts, I am a learner of Yocto, Yocto is a very good tool to build images for embedded devices. I have one question, can Yocto be used for commercial purpose? If the answer is yes, what should I do before using it for commercial purpose? Cheers,