[oe] [meta-oe][PATCH] xterm: disable-rpath-hack to avoid QA issue

2014-07-22 Thread ting.liu
From: Ting Liu Fix: | .../packages-split/xterm/usr/bin/resize contains bad RPATH. Signed-off-by: Ting Liu --- meta-oe/recipes-graphics/xorg-app/xterm_303.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_303.bb b/meta-oe/recipes-graphics/xorg-app/x

Re: [oe] Fwd: Re: open embedded build issues with beagle board

2014-07-22 Thread Stephen Arnold
It's in the layer index, which will point to the beagleboard.org stuff on github: https://github.com/beagleboard Have fun... Steve On Tue, Jul 22, 2014 at 3:15 AM, Bryan wrote: > Please suggest me link to get meta layer for beagkeboard. > On Jul 17, 2014 10:36 AM, "Bryan" wrote: > > > > >

Re: [oe] [meta-oe][PATCH 0/2] meta-python creation

2014-07-22 Thread Stephen Arnold
And when you say "depend" in that context, you mean add it to your local bblayers, right? Just checking... Steve On Tue, Jul 22, 2014 at 12:01 PM, Martin Jansa wrote: > On Tue, Jul 15, 2014 at 04:32:32PM -0700, Tim Orling wrote: > > > > This layer is intended to be the home of python

[oe] [meta-oe][PATCH] Correct spelling of "BBFILES_PRIORITY" in comments

2014-07-22 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf index 64a0a44..bfecb8c 100644 --- a/meta-multimedia/conf/layer.conf +++ b/meta-multimedia/conf/layer.conf @@ -4,7 +4,7 @@ # search the directories from first to last as specified

[oe] [Yocto 1.6] PAM _pam_load_conf_file: unable to open /etc/pam.d/system-auth

2014-07-22 Thread Kevyn-Alexandre Paré
Hi, Just trying to found what's missing for PAM to work so ssh will stop exiting with Broken pipe? Quick fix to solve ssh broken pipe is to change in /etc/ssh/sshd_config "UsePAM yes" to "UsePAM no". But this does not remove my PAM error? Here the log for PAM: root@ka:~$ journalctl | grep -i PAM

Re: [oe] [meta-oe][PATCH 0/2] meta-python creation

2014-07-22 Thread Martin Jansa
On Tue, Jul 15, 2014 at 04:32:32PM -0700, Tim Orling wrote: > > This layer is intended to be the home of python modules for OpenEmbedded. > Modules in this layer need to be independent of openembedded-core and > meta-openembedded/meta-oe. Because of this, modules required by 'gateone' > an

[oe] [meta-python][PATCH] meta-python: fix conf/layer.conf, follow typical structure

2014-07-22 Thread Tim Orling
Intended structure was meta-python/recipes-python/*.bb, but this is not typical. Rather, let's follow the typical structure and have meta-python/recipes-python//python-.bb Signed-off-by: Tim Orling --- meta-python/conf/layer.conf | 4 ++-- .../recipes-py

Re: [oe] [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools

2014-07-22 Thread Tim Orling
I see your point. Submitting patch to follow typical structure, more similar to meta-perl, meta-networking, etc. --Tim On Tue, Jul 22, 2014 at 8:55 AM, Tim Orling wrote: > To work as intended, layer.conf should have had: > > # We have recipes-*/* and recipes-* directories, add to BBFILES > BBF

[oe] [meta-initramfs][PATCH] klibc: upgrade to released 2.0.4

2014-07-22 Thread Andrea Adami
Signed-off-by: Andrea Adami --- .../recipes-devtools/klibc/{klcc-cross_2.0.3.bb => klcc-cross_2.0.4.bb} | 0 .../klibc/{klibc-2.0.3 => klibc-2.0.4}/armv4-fix-v4bx.patch | 0 .../klibc/{klibc-2.0.3 => klibc-2.0.4}/klibc-config-eabi.patch | 0 .../klibc/{klibc-2.0.3 => klibc-2.

[oe] [meta-oe][PATCH] xwd: move require line first

2014-07-22 Thread Martin Jansa
* otherwise SUMMARY, HOMEPAGE, SECTION, LICENSE and DEPENDS are overwriten from .inc file Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb b/met

Re: [oe] [meta-oe][PATCH] xwd: add recipe

2014-07-22 Thread Martin Jansa
On Fri, Apr 25, 2014 at 02:53:33PM -0500, Ben Shelton wrote: > Adding a recipe for the X Window Dump tool, a lightweight tool that is > useful for taking screenshots on embedded targets. > > Signed-off-by: Ben Shelton > --- > meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | 11 +++ > 1 f

Re: [oe] [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools

2014-07-22 Thread Tim Orling
To work as intended, layer.conf should have had: # We have recipes-*/* and recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*.bb \ ${LAYERDIR}/recipes-*/*.bbappend \ ${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" This

Re: [oe] [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools

2014-07-22 Thread Martin Jansa
On Tue, Jul 22, 2014 at 08:33:00AM -0700, Tim Orling wrote: > I'd rather not keep the original structure, part of my motivation for > creating the layer was to not hide python recipes three directories deep. > The structure of the meta-perl layer seems more natural to me. meta-perl has also three

Re: [oe] [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools

2014-07-22 Thread Tim Orling
I'd rather not keep the original structure, part of my motivation for creating the layer was to not hide python recipes three directories deep. The structure of the meta-perl layer seems more natural to me. However, I realize and regret that the layer.conf in my original patch was broken and I nee

[oe] [meta-oe][PATCHv2] snort: add openssl PACKAGECONFIG

2014-07-22 Thread Martin Jansa
* otherwise the result isn't deterministic WARN: packages/armv5te-oe-linux-gnueabi/snort/snort/latest lost dependency on libcrypto * enable it by default, disabling currently doesn't work, because there are --with flags for openssl, but then configure.in still checks for sha.h header with

[oe] [meta-oe][PATCH] snort: move files from 'files' to 'snort' for faster lookup

2014-07-22 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../snort/{files => snort}/0001-libpcap-search-sysroot-for-headers.patch | 0 .../snort/{files => snort}/disable-dap-address-space-id.patch | 0 .../recipes-connectivity/snort/{files => snort}/disable-inaddr-none.patch | 0 meta-networking/recipes-conn

[oe] [meta-oe][PATCH] snort: add openssl dependency

2014-07-22 Thread Martin Jansa
* otherwise the result isn't deterministic WARN: packages/armv5te-oe-linux-gnueabi/snort/snort/latest lost dependency on libcrypto * I haven't used PACKAGECONFIG, because there are --with flags for openssl, but then configure.in still checks for sha.h header with AC_CHECK_HEADERS([openssl/

[oe] [meta-oe][PATCH] snort: add missing pkgconfig inherit

2014-07-22 Thread Martin Jansa
* otherwise m4 eats all memory and is killed by OOMK [1051138.019784] Out of memory: Kill process 26264 (m4) score 860 or sacrifice child [1051138.019788] Killed process 26264 (m4) total-vm:23062712kB, anon-rss:15066516kB, file-rss:100kB * very strange, but m4 and snort sometimes have strang

Re: [oe] [meta-oe][PATCH 1/2] zeroc-ice: blacklist, because it's not compatible with default db-6* version

2014-07-22 Thread Martin Jansa
On Tue, Jul 22, 2014 at 09:59:55AM -0400, Philip Balister wrote: > How many recipes have issues with db6? I know only about this one. > Is there some standard guidance on fixing these issues? I would look into upstream if they already fixed it in newer zeroc-ice and upgrade to that version or ba

Re: [oe] [meta-oe][PATCH 1/2] zeroc-ice: blacklist, because it's not compatible with default db-6* version

2014-07-22 Thread Philip Balister
How many recipes have issues with db6? Is there some standard guidance on fixing these issues? I am on vacation for 2.5 weeks, when I get back I'll look into this. Philip On 07/21/2014 06:29 PM, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta-oe/recipes-connectivity/zeroc-ice/ze

Re: [oe] overriding tasks with EXPORT_FUNCTIONS

2014-07-22 Thread Trevor Woerner
On 07/22/14 09:22, Robert P. J. Day wrote: > On Tue, 22 Jul 2014, Trevor Woerner wrote: > >> On 07/14/14 08:26, Paul Eggleton wrote: >>> Unfortunately as far as the BitBake manual is concerned, it pretty >>> much has to be abstract. Remember that there are no base >>> implementations of any task fu

Re: [oe] overriding tasks with EXPORT_FUNCTIONS

2014-07-22 Thread Paul Eggleton
Hi Trevor, On Tuesday 22 July 2014 09:19:05 Trevor Woerner wrote: > On 07/14/14 08:26, Paul Eggleton wrote: > > Unfortunately as far as the BitBake manual is concerned, it pretty > > much has to be abstract. Remember that there are no base > > implementations of any task functions in BitBake itsel

Re: [oe] overriding tasks with EXPORT_FUNCTIONS

2014-07-22 Thread Robert P. J. Day
On Tue, 22 Jul 2014, Trevor Woerner wrote: > On 07/14/14 08:26, Paul Eggleton wrote: > > Unfortunately as far as the BitBake manual is concerned, it pretty > > much has to be abstract. Remember that there are no base > > implementations of any task functions in BitBake itself; the ones > > you ref

Re: [oe] overriding tasks with EXPORT_FUNCTIONS

2014-07-22 Thread Trevor Woerner
On 07/14/14 08:26, Paul Eggleton wrote: > Unfortunately as far as the BitBake manual is concerned, it pretty > much has to be abstract. Remember that there are no base > implementations of any task functions in BitBake itself; the ones you > refer to are in OE's base.bbclass. In reality there are

[oe] [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools

2014-07-22 Thread Martin Jansa
* match old structure from meta-oe Signed-off-by: Martin Jansa --- meta-python/{recipes-python => recipes-devtools}/python/pyrtm_0.2.bb | 0 .../{recipes-python => recipes-devtools}/python/python-autobahn_0.8.6.bb | 0 .../{recipes-python => recipes-devtools}/python/python-cheetah_2.4.4.bb

[oe] [meta-oe][PATCH 1/2] python-efl: add git version

2014-07-22 Thread Martin Jansa
* the tarball is missing .pxd files and re-building with our python-cython fails with: | Compiling efl/elementary/scroller.pyx because it depends on /OE | Error compiling Cython file: | | ... | from libc.stdint cimport uintptr_

Re: [oe] Fwd: Re: open embedded build issues with beagle board

2014-07-22 Thread Bryan
Please suggest me link to get meta layer for beagkeboard. On Jul 17, 2014 10:36 AM, "Bryan" wrote: > > Hi, >Thanks for your suggestion to use meta-ti layer. Cau you please tell us > where we can find this layer as we couldn't find it on openembedded git. > > We tried with following link to b

[oe] [PATCH][meta-webserver] webmin: make reconfigure webmin be able to work

2014-07-22 Thread rongqing.li
From: Roy Li when move a file, test if this file exist or not Signed-off-by: Roy Li --- meta-webserver/recipes-webadmin/webmin/webmin_1.620.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-webserver/recipes-webadmin/webmin/webmin_1.620.bb b/meta-webserver/rec

[oe] [PATCH v2][meta-perl] libxml-sax-writer-perl: add recipe

2014-07-22 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- .../libxml/libxml-sax-writer-perl_0.54.bb | 25 1 file changed, 25 insertions(+) create mode 100644 meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb diff --git a/meta-perl/recipes-perl/libxml/libxml-sax-writer-

[oe] [PATCH v2][meta-perl] libxml-filter-buffertext-perl: add recipe

2014-07-22 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- .../libxml/libxml-filter-buffertext-perl_1.01.bb | 25 1 file changed, 25 insertions(+) create mode 100644 meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb diff --git a/meta-perl/recipes-perl/libxml/libxml-fi