Re: [oe] help with building image.

2013-09-19 Thread Anup Kini
Hi Gary Sorry for being so vague about my problem. Here are some details from my build. Build Configuration: BB_VERSION= 1.19.1 BUILD_SYS = x86_64-linux NATIVELSBSTRING = Ubuntu-12.04 TARGET_SYS= arm-oe-linux-gnueabi MACHINE = zc702-zynq7 DISTRO_VERSION=

Re: [oe] [meta-oe][PATCHv5] libsoc: new recipe

2013-09-19 Thread Jack Mitchell
On 09/13/13 23:15, Jack Mitchell wrote: From: Jack Mitchell j...@embed.me.uk Signed-off-by: Jack Mitchell j...@embed.me.uk --- v4 - v5 - Moved RDEPENDS to below do_install v3 - v4 - Added libgcc in RDEPENDS v2 - v3 - Removed DEPENDS on libgcc - Removed autogen.sh pre-configure

Re: [oe] [OE-core] patchwork updated

2013-09-19 Thread Martin Jansa
On Sun, Sep 15, 2013 at 12:32:44AM -0700, Khem Raj wrote: Hi All, The patchwork has been updated to latest. Please keep an eye if you see something non working let me know immediately. Hi, something is wrong, http://patchwork.openembedded.org/user/bundles/ returns 502 Bad Gateway for me

Re: [oe] [meta-multimedia][PATCH] libao: add version 1.1.0

2013-09-19 Thread Martin Jansa
On Tue, Sep 17, 2013 at 01:47:16PM -0400, JC wrote: This is basically a 99% import of Peter Tworek's recipe from tworaz...@gmail.com found in https://github.com/tworaz/oe-tworaz/blob/master/meta-jlime/recipes-support/libao/libao_1.1.0.bb Signed-off-by: JC j...@vtkloud.com Please use full

Re: [oe] [meta-oe/meta-xfce 0/9] minor libcanberra cleanup / new xfce stuff

2013-09-19 Thread Martin Jansa
On Mon, Sep 16, 2013 at 11:04:10AM +0200, Andreas Müller wrote: [1-3] libcanberra: While working on event sounds libcanberra needed some love. Sounds still doesn't work properly in gtk2 environment. There will be follow ups. [4-9] Updates + new datetime setter for XFCE All merged

Re: [oe] [meta-oe][PATCH] Update iw to 3.11

2013-09-19 Thread Martin Jansa
On Sun, Sep 15, 2013 at 03:29:17PM +0200, Philipp Wagner wrote: Unfortunately the patch failed to track the file rename, so I've attached an updated one. Philipp And this one is missing SOB line and author field is incorrect, but don't worry I've updated it from previous patch, so you don't

Re: [oe] [meta-oe][PATCHv5] libsoc: new recipe

2013-09-19 Thread Martin Jansa
On Fri, Sep 13, 2013 at 11:15:32PM +0100, Jack Mitchell wrote: From: Jack Mitchell j...@embed.me.uk Signed-off-by: Jack Mitchell j...@embed.me.uk --- v4 - v5 - Moved RDEPENDS to below do_install v3 - v4 - Added libgcc in RDEPENDS v2 - v3 - Removed DEPENDS on libgcc - Removed

Re: [oe] [meta-oe][PATCH] proxy-libintl: Do not act as gettext provider

2013-09-19 Thread Martin Jansa
On Sat, Sep 14, 2013 at 12:42:36PM -0700, Khem Raj wrote: It only is a replacement for libintl so lets not go overboard. Merged thanks! Signed-off-by: Khem Raj raj.k...@gmail.com --- meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb | 4 +--- 1 file changed, 1 insertion(+), 3

Re: [oe] [meta-oe][PATCH] vim: upgrade to v7.4.27 and refactor

2013-09-19 Thread Martin Jansa
On Fri, Sep 13, 2013 at 09:08:22PM +0100, Paul Barker wrote: 'vim.inc' is merged into the new recipe 'vim_7.4.27.bb', the recipe is slightly reorganised and a minor omission in the comments is corrected. DESCRIPTION is replaced with SUMMARY. PR and INC_PR values are dropped. The variable

Re: [oe] [meta-oe][meta-systemd][PATCH 0/3] Remove systemd support for the packages which already have it in oe-core

2013-09-19 Thread Martin Jansa
On Sat, Sep 14, 2013 at 01:08:18PM +0200, Martin Jansa wrote: On Thu, Sep 12, 2013 at 08:28:08PM +0500, Muhammad Shakeel wrote: Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com The following changes since commit a506a9efc86cda9dbf36cd916dbbfb1ae2162c45: log4cplus: add recipe

Re: [oe] [meta-multimedia][PATCH] libao: add version 1.1.0

2013-09-19 Thread JC
Hi Martin On jeu., sept. 19, 2013 at 2:03 PM, Martin Jansa martin.ja...@gmail.com=mailto:martin.ja...@gmail.com; wrote: On Tue, Sep 17, 2013 at 01:47:16PM -0400, JC wrote: This is basically a 99% import of Peter Tworek's recipe from tworaz...@gmail.com found in

Re: [oe] [meta-multimedia][PATCH] libao: add version 1.1.0

2013-09-19 Thread Martin Jansa
On Thu, Sep 19, 2013 at 05:44:22AM -0700, JC wrote: Hi Martin There's a genuine email address isn't it enough :)? It's harder than Facebook here ;) Anyway, I'll update it but I'd like to see more reviews before to avoid doing a new patch just for that True, we cannot find you on

Re: [oe] meta-perl, meta-filesystems maintenance

2013-09-19 Thread Martin Jansa
On Fri, Sep 13, 2013 at 03:59:36PM +0200, Martin Jansa wrote: Hi, there were some patches for meta-perl, meta-filesystems do you want me to merge patches which looks OK without your ACK or should I always wait for it (you're listed in meta-perl as Maintainer and in meta-filesystems for

[oe] [PATCH 1/2] gypsy: Improvements in recipes

2013-09-19 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com Some improvements were made: * Fix recipes to use .inc file * Fix git recipe that was not passing do_configure step * Separeted gypsy daemon from libgypsy in different packages Signed-off-by: Felipe F. Tonello e...@felipetonello.com ---

[oe] [PATCH 2/2] gypsy: Added init script

2013-09-19 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com Added a modified version of the example init script, gypsy-example-initscript, from the gypsy repository to be compatible with OE based distros. Signed-off-by: Felipe F. Tonello e...@felipetonello.com --- .../gypsy/files/gypsy-initscript

[oe] [PATCH 0/2] Improvements in gypsy recipes

2013-09-19 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com Felipe F. Tonello (2): gypsy: Improvements in recipes gypsy: Added init script .../gypsy/files/gypsy-initscript | 61 ++ meta-oe/recipes-navigation/gypsy/gypsy.inc | 29 --

[oe] [meta-oe][PATCH 1/2] libsocketcan: upgrade to 0.0.9

2013-09-19 Thread Eric Bénard
and include a compile fix Signed-off-by: Eric Bénard e...@eukrea.com --- ...e-strcmp-instead-of-sizeof-on-char-string.patch | 39 ++ ...libsocketcan_0.0.8.bb = libsocketcan_0.0.9.bb} | 7 ++-- 2 files changed, 43 insertions(+), 3 deletions(-) create mode 100644

[oe] [meta-oe][PATCH 2/2] canutils: update recipe

2013-09-19 Thread Eric Bénard
- use git hash instead of tag - backport candump: Add error frame's handling Signed-off-by: Eric Bénard e...@eukrea.com --- ...nutils-candump-Add-error-frame-s-handling.patch | 94 ++ .../recipes-extended/socketcan/canutils_4.0.6.bb | 5 +- 2 files changed, 97

Re: [oe] [OE-core] patchwork updated

2013-09-19 Thread Khem Raj
On Sep 19, 2013, at 5:02 AM, Martin Jansa martin.ja...@gmail.com wrote: On Sun, Sep 15, 2013 at 12:32:44AM -0700, Khem Raj wrote: Hi All, The patchwork has been updated to latest. Please keep an eye if you see something non working let me know immediately. Hi, something is wrong,

Re: [oe] [PATCH 2/2] gypsy: Added init script

2013-09-19 Thread Felipe Tonello
On Thu, Sep 19, 2013 at 12:09 PM, Felipe F. Tonello e...@felipetonello.com wrote: From: Felipe F. Tonello e...@felipetonello.com Added a modified version of the example init script, gypsy-example-initscript, from the gypsy repository to be compatible with OE based distros. Actually I just

[oe] distutils: Replacing path to native path only to be done to non-native python packages

2013-09-19 Thread Amy Fong
distutils: Replacing path to native path only to be done to non-native python packages distutils: Replacing path to native python by path to python in the image to support python packages with console-script setup resulted in a bad interpreter error message because coreutils-native is not a

[oe] [meta-qt5][PATCH] devshell: include PATH for qt5 native applications

2013-09-19 Thread Trevor Woerner
If you perform a bitbake -c devshell some qt5 recipe and then try which qmake in the devshell, you'll find your host's qmake is found (which is most likely to be based on qt4) rather than the one that is built as part of meta-qt5. The reason for this is that the qt5 items are installed to

Re: [oe] [OE-core] patchwork updated

2013-09-19 Thread Khem Raj
On Sep 19, 2013, at 5:02 AM, Martin Jansa martin.ja...@gmail.com wrote: On Sun, Sep 15, 2013 at 12:32:44AM -0700, Khem Raj wrote: Hi All, The patchwork has been updated to latest. Please keep an eye if you see something non working let me know immediately. Hi, something is wrong,