[oe] Recipe for TrueCrypt

2012-02-21 Thread Hauser, Wolfgang (external)
Hello, is there a recipe for TrueCrypt available which is usable for OE 2011.03-maintenance based environment ? Regards Wolfgang Hauser ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mai

[oe] CONFIG_SITE usage

2012-02-21 Thread Giuseppe Condorelli
Hi all, I'm in trouble trying to set CONFIG_SITE to allow my build process to load cache from a given file. I've understood CONFIG_SITE can be set from .bb file, but I'm wondering if it could be set on local.conf or distro/machine conf file to be inherited by all packages. Please let me know. Chee

[oe] [meta-oe][PATCH] libedit: Adds version 20110802 (initial recipe)

2012-02-21 Thread Noor, Ahsan
From: Noor Ahsan * Imported recipe from oe-classic commit id 4e75705872fd9f289bbf4c74a912ca4710f50b93. * Upgrade it to latest stable version. * Tested on P4080DS. Signed-of-by: Noor Ahsan --- .../libedit/files/20031222-debian-to-gentoo.patch | 125 .../libedit/files/lib

Re: [oe] CONFIG_SITE usage

2012-02-21 Thread Chris Larson
On Tue, Feb 21, 2012 at 3:48 AM, Giuseppe Condorelli wrote: > I'm in trouble trying to set CONFIG_SITE to allow my build process to load > cache from a given file. I've understood CONFIG_SITE can be set from .bb > file, but I'm wondering if it could be set on local.conf or distro/machine > conf fi

[oe] [meta-oe][PATCH] midori: disable gtk3

2012-02-21 Thread Martin Jansa
* waf configure/waf build always hangs when gtk3 was built before midori * usually it's on this line: | Checking for program glib-genmarshal: /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/glib-genmarshal | Checking for program glib-mkenums : /OE/shr-core/tmp-eglibc/

[oe] [meta-oe][PATCH] vala: upgrade to newer vala from meta-smartphone/meta-fso layer

2012-02-21 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...-gen-don-t-append-dirty-if-we-re-not-in-g.patch | 53 meta-oe/recipes-devtools/vala/vala_0.12.1.bb |7 --- meta-oe/recipes-devtools/vala/vala_0.14.2.bb | 14 + 3 files changed, 67 insertions(+), 7 deletions(-) create

Re: [oe] runqemu?

2012-02-21 Thread Rich Pixley
On 2/18/12 03:52 , Gary Thomas wrote: On 2012-02-17 17:14, Rich Pixley wrote: What do I need to do to be able to run core-image-minimal on Ubuntu-11.10 amd64? --rich cd /home/rich/projects/webos/openembedded-core&& . ./oe-init-build-env&& runqemu qemux86 ### Shell environment set up for bu

Re: [oe] runqemu?

2012-02-21 Thread Rich Pixley
Hm. Runs for me this morning. Maybe I had an X11 rendezvous problem previously. Sorry for the distraction. --rich ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/open

[oe] DISTRO_FEATURE pthread(s) ?

2012-02-21 Thread Bernhard Reutner-Fischer
Hi, http://sourceware.org/bugzilla/show_bug.cgi?id=9657 Prompts me to question if I can command this with OE ATM? ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembed

Re: [oe] DISTRO_FEATURE pthread(s) ?

2012-02-21 Thread Khem Raj
On Tue, Feb 21, 2012 at 11:01 AM, Bernhard Reutner-Fischer wrote: > Hi, > > http://sourceware.org/bugzilla/show_bug.cgi?id=9657 > > Prompts me to question if I can command this with OE ATM? OE defaults are to use threads. I dont know anyone who would have tried threadless builds

Re: [oe] [meta-oe][PATCH] libedit: Adds version 20110802 (initial recipe)

2012-02-21 Thread Khem Raj
On Tue, Feb 21, 2012 at 4:47 AM, Noor, Ahsan wrote: > > +Upstream-Status: Inappropriate [not author] hmm thats interesting. We can still push patches upstream with proper attribution to author. therefore this may not be a reason to make it Inappropriate. _

Re: [oe] CONFIG_SITE usage

2012-02-21 Thread Giuseppe Condorelli
Il giorno martedì 21 febbraio 2012, Chris Larson ha scritto: > On Tue, Feb 21, 2012 at 3:48 AM, Giuseppe Condorelli > > wrote: > > I'm in trouble trying to set CONFIG_SITE to allow my build process to > load > > cache from a given file. I've understood CONFIG_SITE can be set from .bb > > file, but

Re: [oe] runqemu?

2012-02-21 Thread Rich Pixley
Looks like I wrote too soon. I'm getting an X11 window now, but the keyboard seems to be hopelessly scrambled. Entering is echoed as a capital J, for instance. So I'm still trying to figure out how to get qemu running. Any suggestions? --rich

[oe] [meta-oe][PATCH v2 1/6] meta-initramfs: initial commit

2012-02-21 Thread Andrea Adami
Signed-off-by: Andrea Adami --- meta-initramfs/COPYING.MIT | 17 + meta-initramfs/README | 34 ++ meta-initramfs/conf/layer.conf | 11 +++ 3 files changed, 62 insertions(+), 0 deletions(-) create mode 100644 meta-initramf

Re: [oe] CONFIG_SITE usage

2012-02-21 Thread Chris Larson
On Tue, Feb 21, 2012 at 2:15 PM, Giuseppe Condorelli wrote: > Il giorno martedì 21 febbraio 2012, Chris Larson ha scritto: > >> On Tue, Feb 21, 2012 at 3:48 AM, Giuseppe Condorelli >> > wrote: >> > I'm in trouble trying to set CONFIG_SITE to allow my build process to >> load >> > cache from a give

[oe] [meta-oe][PATCH v2 6/6] meta-initramfs: add linux-kexecboot_3.1 from meta-handheld

2012-02-21 Thread Andrea Adami
* and add revised linux-kexecboot.inc Signed-off-by: Andrea Adami --- .../recipes-kernel/linux/linux-kexecboot.inc | 124 .../recipes-kernel/linux/linux-kexecboot_3.1.bb| 13 ++ 2 files changed, 137 insertions(+), 0 deletions(-) create mode 100644 meta-initramf

[oe] [meta-handheld][PATCH v2 3/3] remove linux-kexecboot_3.1, now in meta-initramfs

2012-02-21 Thread Andrea Adami
* add .bbappend * bump PR and INC_PR Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-kexecboot_3.1.bb |7 recipes-kernel/linux/linux-kexecboot_3.1.bbappend | 34 + 2 files changed, 34 insertions(+), 7 deletions(-) delete mode 100644 recipes-kernel

Re: [oe] CONFIG_SITE usage

2012-02-21 Thread Giuseppe Condorelli
I'll try and I 'll let you know. Many thanks Chris. :) Il giorno martedì 21 febbraio 2012, Chris Larson ha scritto: > On Tue, Feb 21, 2012 at 2:15 PM, Giuseppe Condorelli > > wrote: > > Il giorno martedì 21 febbraio 2012, Chris Larson ha scritto: > > > >> On Tue, Feb 21, 2012 at 3:48 AM, Giuseppe

[oe] [meta-handheld][PATCH v3 3/3] remove linux-kexecboot_3.1, now in meta-initramfs

2012-02-21 Thread Andrea Adami
* add .bbappend * bump PR and INC_PR Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-kexecboot_3.1.bb |7 recipes-kernel/linux/linux-kexecboot_3.1.bbappend | 36 + 2 files changed, 36 insertions(+), 7 deletions(-) delete mode 100644 recipes-kernel

Re: [oe] [meta-handheld][PATCH v3 3/3] remove linux-kexecboot_3.1, now in meta-initramfs

2012-02-21 Thread Martin Jansa
On Tue, Feb 21, 2012 at 11:48:16PM +0100, Andrea Adami wrote: > * add .bbappend > * bump PR and INC_PR AFAIK if you don't move all versions at once then 3.2 will always win (ignoring D_P between layers). Cheers, > > Signed-off-by: Andrea Adami > --- > recipes-kernel/linux/linux-kexecboot_3.1.

Re: [oe] [meta-oe][PATCH] midori: disable gtk3

2012-02-21 Thread Martin Jansa
On Tue, Feb 21, 2012 at 06:49:59PM +0100, Martin Jansa wrote: > * waf configure/waf build always hangs when gtk3 was built before midori > > * usually it's on this line: > | Checking for program glib-genmarshal: > /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/glib-genmarshal >

Re: [oe] [meta-handheld][PATCH v3 3/3] remove linux-kexecboot_3.1, now in meta-initramfs

2012-02-21 Thread Andrea Adami
On Tue, Feb 21, 2012 at 11:51 PM, Martin Jansa wrote: > On Tue, Feb 21, 2012 at 11:48:16PM +0100, Andrea Adami wrote: >> * add .bbappend >> * bump PR and INC_PR > > AFAIK if you don't move all versions at once then 3.2 will always win > (ignoring D_P between layers). > > Cheers, In my case it doe

[oe] [meta-oe][PATCH v2] v4l-utils: skip qv4l2 instead of using host toolchain

2012-02-21 Thread Ciprian Ciubotariu
See #2134 The makefiles in the project attempt to use the host compilers if qmake is installed. --- .../v4l2apps/files/skip-qv4l2-0.8.4.patch | 37 .../recipes-multimedia/v4l2apps/v4l-utils_0.8.4.bb |5 ++- 2 files changed, 40 insertions(+), 2 deletions(-) cre

[oe] [meta-handheld][PATCH 1/1] linux-kexecboot_3.2 and _git: remove and add .bbappend

2012-02-21 Thread Andrea Adami
* recipes are now in meta-initramfs Signed-off-by: Andrea Adami --- recipes-core/udev/udev/touchscreen.rules | 21 --- recipes-core/udev/udev_173.bbappend |5 - recipes-kernel/linux/linux-kexecboot.inc | 150 - recipes-kernel/linux/linux

[oe] [meta-oe][PATCH 1/1] meta-initramfs: import linux-kexecboot_3.2 and _git from meta-handheld

2012-02-21 Thread Andrea Adami
* bump PR Signed-off-by: Andrea Adami --- meta-initramfs/recipes-kernel/linux/linux-git.inc | 23 .../recipes-kernel/linux/linux-kexecboot_3.2.bb| 13 +++ .../recipes-kernel/linux/linux-kexecboot_git.bb| 23 3 files changed, 59 ins

Re: [oe] [meta-oe][PATCH 1/1] meta-initramfs: import linux-kexecboot_3.2 and _git from meta-handheld

2012-02-21 Thread Martin Jansa
On Wed, Feb 22, 2012 at 01:20:32AM +0100, Andrea Adami wrote: > * bump PR > > Signed-off-by: Andrea Adami > --- > meta-initramfs/recipes-kernel/linux/linux-git.inc | 23 > is this ^^ intentional? > .../recipes-kernel/linux/linux-kexecboot_3.2.bb| 13 +++ >

Re: [oe] [meta-handheld][PATCH 1/1] linux-kexecboot_3.2 and _git: remove and add .bbappend

2012-02-21 Thread Martin Jansa
On Wed, Feb 22, 2012 at 01:20:31AM +0100, Andrea Adami wrote: > * recipes are now in meta-initramfs > > Signed-off-by: Andrea Adami > --- > recipes-core/udev/udev/touchscreen.rules | 21 --- > recipes-core/udev/udev_173.bbappend |5 - > recipes-kernel/linux/linux-kex

[oe] [meta-handheld][PATCH v2 1/1] linux-kexecboot_3.2 and _git: remove and add .bbappend

2012-02-21 Thread Andrea Adami
* recipes are now in meta-initramfs Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-kexecboot.inc | 150 - recipes-kernel/linux/linux-kexecboot_3.2.bb |5 - recipes-kernel/linux/linux-kexecboot_3.2.bbappend | 38 + recipes-kernel/linux/lin

Re: [oe] [meta-handheld][PATCH 1/1] linux-kexecboot_3.2 and _git: remove and add .bbappend

2012-02-21 Thread Andrea Adami
On Wed, Feb 22, 2012 at 1:20 AM, Andrea Adami wrote: > * recipes are now in meta-initramfs > > Signed-off-by: Andrea Adami > --- >  recipes-core/udev/udev/touchscreen.rules          |   21 --- >  recipes-core/udev/udev_173.bbappend               |    5 - >  recipes-kernel/linux/linux-kexecboot.in

Re: [oe] [meta-oe][PATCH 1/1] meta-initramfs: import linux-kexecboot_3.2 and _git from meta-handheld

2012-02-21 Thread Andrea Adami
On Wed, Feb 22, 2012 at 1:26 AM, Martin Jansa wrote: > On Wed, Feb 22, 2012 at 01:20:32AM +0100, Andrea Adami wrote: >> * bump PR >> >> Signed-off-by: Andrea Adami >> --- >>  meta-initramfs/recipes-kernel/linux/linux-git.inc  |   23 >> > > is this ^^ intentional? > No, it's

[oe] [meta-oe][PATCH v2 1/1] meta-initramfs: import linux-kexecboot_3.2 and _git from meta-handheld

2012-02-21 Thread Andrea Adami
* bump PR Signed-off-by: Andrea Adami --- .../recipes-kernel/linux/linux-kexecboot_3.2.bb| 13 +++ .../recipes-kernel/linux/linux-kexecboot_git.bb| 23 2 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 meta-initramfs/recipes-kernel/lin

Re: [oe] [meta-oe][PATCH] libedit: Adds version 20110802 (initial recipe)

2012-02-21 Thread Ahsan, Noor
Does this block my recipe to be accepted in meta-oe and by your comment below you are suggesting me to upstream that patch to libedit project? -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf O