[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/xterm_303.bb
index 61890ab..fad07d9 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_303.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_303.bb
@@ -13,6 +13,7 @@ EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
  --x-libraries=${STAGING_LIBDIR} \
  FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \
  --disable-imake \
+ --disable-rpath-hack \
  --disable-setuid"
 
 B = "${S}"
-- 
1.8.3.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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:
>
> >
> > 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 build but it gives error while building.
> > https://github.com/beagleboard/meta-beagleboard
> >
> >
> > Thanks
> > Bryan
> > On Jul 15, 2014 5:43 PM, "Cliff Brake"  wrote:
> >
> >>  The meta-ti layer includes support for the beagleboard.  You probably
> >> want the linux-mainline 3.2 recipe.
> >>
> >> Cliff
> >>
> >> On 07/15/2014 12:29 AM, Bryan wrote:
> >>
> >> Hi Cliff,
> >>  thanks for your suggestion, i tried links which you mentioned
> in
> >> your mail. Now i am able to build minimal image for MACHINE = qmux6.
> >> Can you please tell us how can we make it for beagleboard omap 3530.
> >> Where can we find support layer for beagleboard.
> >>
> >> Thanks a lot in advance !
> >> On Jul 11, 2014 11:30 AM, "Bryan"  wrote:
> >>
> >>> Hi,
> >>>  As per your suggestion we took oe-core and other packages from
> >>> followinf link:
> >>> -> http://git.openembedded.org/meta-openembedded
> >>>
> >>> We are using bitbake version 1.23.1.
> >>>
> >>> We have to build image for beagleboard so we find following to build
> >>> image:
> >>>
> >>> ->
> >>>
> http://www.crashcourse.ca/wiki/index.php/Building_for_BBB_using_OpenEmbedded
> >>>
> >>> While following steps from the above link we have done following
> >>> settings in local.conf  and bblayers.conf file.
> >>>
> >>> MACHINE ??= "beaglebone"
> >>> BBLAYERS ?= " \
> >>>   /home/rpjday/oe/dist/layers/oe-core/meta \
> >>>   /home/rpjday/oe/dist/layers/meta-openembedded/meta-oe \
> >>>   /home/rpjday/oe/dist/layers/meta-beagleboard/common-bsp \
> >>>   "
> >>> Now while running "bitbake core-image-minimal" command we are getting
> >>> following issues :
> >>>
> >>> chown: changing ownership of
> >>>
> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/intro_what.html':
> >>> Operation not permitted
> >>> chown: changing ownership of
> >>>
> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/program_ram.html':
> >>> Operation not permitted
> >>> chown: changing ownership of
> >>>
> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/arch_apis.html':
> >>> Operation not permitted
> >>> chown: changing ownership of
> >>>
> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/transapp_reclimit.html':
> >>> Operation not permitted
> >>> chown: changing ownership of
> >>>
> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/am_close.html':
> >>> Operation not permitted
> >>> chown: changing ownership of
> >>>
> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/lock_stdmode.html':
> >>> Operation not permitted
> >>> chown: changing ownership of
> >>>
> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/transapp_env_open.html':
> >>> Operation not permitted
> >>>
> >>> WARNING:
> >>>
> /home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/temp/run.do_install.26236:1
> >>> exit 1 from
> >>>   chown -R root:root
> >>>
> /home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image
> >>> ERROR: Function failed: do_install (log file is located at
> >>>
> /home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/temp/log.do_install.26236)
> >>>
> >>> one more doubt about the code base which we should follow as we found
> >>> one other link which have oe-core code at "
> >>> https://github.com/openembedded";. We have tried both and found
> seperate
> >>> issues while using both.
> >>>
> >>> Please suggest us how we can overcome these issues to get test image
> >>> build for beagleboard.
> >>>
> >>> Thanks in advance
> >>> -- Forwarded message --
> >>> From: "Philip Balister" 
> >>> Date: Jul 8, 2014 9:42 PM
> >>> Subject: Re: [oe] open embedded build issu

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 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'
> > and 'anki' are not included and remain in:
> > meta-openembedded/meta-oe/recipes-devtools/python.
>
> meta-networking/README should be updated to depend on meta-python
>
> ERROR: Nothing PROVIDES 'python-m2crypto-native' (but
> meta-oe/meta-networking/recipes-connectivity/crda/crda_1.1.3.bb DEPENDS
> on or otherwise requires it).
>
> >
> > Maintainers:
> > Tim "moto-timo" Orling 
> > Paul "bluelightning" Eggleton 
> > 
> >
> > The following changes since commit
> 239debcd8a0359aad64406476b801948f9b8ff14:
> >
> >   usleep: add 1.0 recipe (2014-07-15 15:03:43 +0200)
> >
> > are available in the git repository at:
> >
> >   git://git.openembedded.org/meta-openembedded-contrib timo/meta-python
> >
> http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=timo/meta-python
> >
> > Tim Orling (2):
> >   meta-python: create layer
> >   meta-python: move recipes from meta-oe
> >
> >  meta-python/COPYING.MIT| 17 +++
> >  meta-python/README | 53
> ++
> >  meta-python/conf/layer.conf|  9 
> >  .../recipes-python}/pyrtm_0.2.bb   |  0
> >  .../recipes-python}/python-autobahn_0.8.6.bb   |  0
> >  .../recipes-python}/python-cheetah_2.4.4.bb|  0
> >  .../recipes-python}/python-cloudeebus_0.6.0.bb |  0
> >  .../recipes-python}/python-cython_0.20.2.bb|  0
> >  .../recipes-python}/python-dateutil_1.5.bb |  0
> >  .../recipes-python}/python-epydoc_3.0.1.bb |  0
> >  .../recipes-python}/python-feedparser_5.1.3.bb |  0
> >  .../recipes-python}/python-gdata_1.2.4.bb  |  0
> >  .../recipes-python}/python-gevent_0.13.8.bb|  0
> >  .../recipes-python}/python-greenlet_0.4.1.bb   |  0
> >  .../recipes-python}/python-ldap/setup.cfg.patch|  0
> >  .../recipes-python}/python-ldap_2.3.9.bb   |  0
> >  .../recipes-python}/python-lxml_3.0.2.bb   |  0
> >  ...y-link-in-sysroot-not-in-host-directories.patch |  0
> >  .../recipes-python}/python-m2crypto_0.21.1.bb  |  0
> >  .../python-matplotlib/fix_setup.patch  |  0
> >  .../python-matplotlib/fix_setupext.patch   |  0
> >  .../recipes-python}/python-matplotlib_1.1.0.bb |  0
> >  .../recipes-python}/python-numeric/no-lapack.patch |  0
> >  .../recipes-python}/python-numeric_24.2.bb |  0
> >  .../recipes-python}/python-pexpect_2.3.bb  |  0
> >  .../recipes-python}/python-pip_1.3.1.bb|  0
> >  .../recipes-python}/python-psutil_0.6.1.bb |  0
> >  .../recipes-python}/python-pyalsaaudio_0.4.bb  |  0
> >  .../recipes-python}/python-pyserial_2.4.bb |  0
> >  .../recipes-python}/python-pyudev_0.16.1.bb|  0
> >  .../recipes-python}/python-pyusb_1.0.0a2.bb|  0
> >  .../recipes-python}/python-pyyaml/setup.py |  0
> >  .../recipes-python}/python-pyyaml_3.10.bb  |  0
> >  .../recipes-python}/python-smbus_3.0.3.bb  |  0
> >  .../recipes-python}/python-sqlalchemy_0.7.9.bb |  0
> >  .../recipes-python}/python-twisted_13.2.0.bb   |  0
> >  .../recipes-python}/python-vobject_0.8.1c.bb   |  0
> >  .../recipes-python}/python-webdav_0.1.2.bb |  0
> >  .../recipes-python}/python-zopeinterface_4.1.1.bb  |  0
> >  39 files changed, 79 insertions(+)
> >  create mode 100644 meta-python/COPYING.MIT
> >  create mode 100644 meta-python/README
> >  create mode 100644 meta-python/conf/layer.conf
> >  rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/
> pyrtm_0.2.bb (100%)
> >  rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/
> python-autobahn_0.8.6.bb (100%)
> >  rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/
> python-cheetah_2.4.4.bb (100%)
> >  rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/
> python-cloudeebus_0.6.0.bb (100%)
> >  rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/
> python-cython_0.20.2.bb (100%)
> >  rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/
> python-dateutil_1.5.bb (100%)
> >  rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/
> python-epydoc_3.0.1.bb (100%)
> >  rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/
> python-feedparser_5.1.3.bb (100%)
> >  rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/
> python-gdata_1.2.4.bb (100%)
> >  

[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 in BBPATH
 # Therefore if you want a given layer to be considered high priority
 # for the .inc and .conf etc. then consider it adding at the beginning
-# of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve
+# of BBPATH. For bblayers bitbake will use BBFILE_PRIORITY to resolve
 # the recipe contention so the order of directories in BBFILES does
 # not matter.

diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 2a5a428..9d7a60a 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -4,7 +4,7 @@
 # search the directories from first to last as specified in BBPATH
 # Therefore if you want a given layer to be considered high priority
 # for the .inc and .conf etc. then consider it adding at the beginning
-# of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve
+# of BBPATH. For bblayers bitbake will use BBFILE_PRIORITY to resolve
 # the recipe contention so the order of directories in BBFILES does
 # not matter.

diff --git a/meta-systemd/conf/layer.conf b/meta-systemd/conf/layer.conf
index f3fc45d..d8faf21 100644
--- a/meta-systemd/conf/layer.conf
+++ b/meta-systemd/conf/layer.conf
@@ -4,7 +4,7 @@
 # search the directories from first to last as specified in BBPATH
 # Therefore if you want a given layer to be considered high priority
 # for the .inc and .conf etc. then consider it adding at the beginning
-# of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve
+# of BBPATH. For bblayers bitbake will use BBFILE_PRIORITY to resolve
 # the recipe contention so the order of directories in BBFILES does
 # not matter.

diff --git a/toolchain-layer/conf/layer.conf b/toolchain-layer/conf/layer.conf
index ca81eb1..9289a8f 100644
--- a/toolchain-layer/conf/layer.conf
+++ b/toolchain-layer/conf/layer.conf
@@ -4,7 +4,7 @@
 # search the directories from first to last as specified in BBPATH
 # Therefore if you want a given layer to be considered high priority
 # for the .inc and .conf etc. then consider it adding at the beginning
-# of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve
+# of BBPATH. For bblayers bitbake will use BBFILE_PRIORITY to resolve
 # the recipe contention so the order of directories in BBFILES does
 # not matter.


-- 


Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca

Twitter:   http://twitter.com/rpjday
LinkedIn:   http://ca.linkedin.com/in/rpjday


-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[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
Jan 01 00:00:11 ka systemd[1]: systemd 211 running in system mode.
(+PAM +LIBWRAP -AUDIT -SELINUX +IMA +SYSVINIT -LIBCRYPTSETUP -GCRYPT
+ACL +XZ -SECCOMP -APPARMOR)
Jan 01 00:00:16 ka kernel[116]: [4.918701] systemd[1]: systemd 211
running in system mode. (+PAM +LIBWRAP -AUDIT -SELINUX +IMA +SYSVINIT
-LIBCRYPTSETUP -GCRYPT +ACL +XZ -SE
CCOMP -APPARMOR)
Jan 01 00:40:22 ka login[132]: pam_unix(login:account): account root
has password changed in future
Jan 01 00:40:22 ka login[132]: pam_lastlog(login:session): file
/var/log/lastlog created
Jan 01 00:40:22 ka login[132]: pam_unix(login:session): session opened
for user root by LOGIN(uid=0)
Jan 01 00:40:22 ka systemd[194]: PAM _pam_load_conf_file: unable to
open /etc/pam.d/system-auth
Jan 01 00:40:22 ka systemd[194]: PAM _pam_load_conf_file: unable to
open /etc/pam.d/system-auth
Jan 01 00:40:22 ka systemd[194]: Failed at step PAM spawning
/lib/systemd/systemd: Operation not permitted

So my image contain pam:
bitbake -e nirs-console-image | grep ^DISTRO_FEATURES=
DISTRO_FEATURES="alsa argp bluetooth ext2 irda largefile pcmcia
usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 ipv4 ipv6
libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets
libc-charsets libc-crypt
libc-crypt-ufc libc-db-aliases libc-envz libc-fcvt libc-fmtmsg
libc-fstab libc-ftraverse
libc-getlogin libc-idn libc-inet-anl libc-libm libc-locales
libc-locale-codelibc-memusage
libc-nis libc-nsswitch libc-rcmd libc-rtld-debug libc-spawn
libc-streams libc-sunrpc libc-utmp libc-utmpx libc-wordexp
libc-posix-clang-wchar libc-posix-regexp libc-posix-regexp-glibc
libc-posix-wchar-io largefile opengl
ptest multiarch wayland pulseaudio systemd pam"

Any clue or advise on how to fix this and why it's not working?

BR,

-KA
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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'
> and 'anki' are not included and remain in:
> meta-openembedded/meta-oe/recipes-devtools/python.

meta-networking/README should be updated to depend on meta-python

ERROR: Nothing PROVIDES 'python-m2crypto-native' (but 
meta-oe/meta-networking/recipes-connectivity/crda/crda_1.1.3.bb DEPENDS on or 
otherwise requires it).

> 
> Maintainers:
> Tim "moto-timo" Orling 
> Paul "bluelightning" Eggleton 
> 
> 
> The following changes since commit 239debcd8a0359aad64406476b801948f9b8ff14:
> 
>   usleep: add 1.0 recipe (2014-07-15 15:03:43 +0200)
> 
> are available in the git repository at:
> 
>   git://git.openembedded.org/meta-openembedded-contrib timo/meta-python
>   
> http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=timo/meta-python
> 
> Tim Orling (2):
>   meta-python: create layer
>   meta-python: move recipes from meta-oe
> 
>  meta-python/COPYING.MIT| 17 +++
>  meta-python/README | 53 
> ++
>  meta-python/conf/layer.conf|  9 
>  .../recipes-python}/pyrtm_0.2.bb   |  0
>  .../recipes-python}/python-autobahn_0.8.6.bb   |  0
>  .../recipes-python}/python-cheetah_2.4.4.bb|  0
>  .../recipes-python}/python-cloudeebus_0.6.0.bb |  0
>  .../recipes-python}/python-cython_0.20.2.bb|  0
>  .../recipes-python}/python-dateutil_1.5.bb |  0
>  .../recipes-python}/python-epydoc_3.0.1.bb |  0
>  .../recipes-python}/python-feedparser_5.1.3.bb |  0
>  .../recipes-python}/python-gdata_1.2.4.bb  |  0
>  .../recipes-python}/python-gevent_0.13.8.bb|  0
>  .../recipes-python}/python-greenlet_0.4.1.bb   |  0
>  .../recipes-python}/python-ldap/setup.cfg.patch|  0
>  .../recipes-python}/python-ldap_2.3.9.bb   |  0
>  .../recipes-python}/python-lxml_3.0.2.bb   |  0
>  ...y-link-in-sysroot-not-in-host-directories.patch |  0
>  .../recipes-python}/python-m2crypto_0.21.1.bb  |  0
>  .../python-matplotlib/fix_setup.patch  |  0
>  .../python-matplotlib/fix_setupext.patch   |  0
>  .../recipes-python}/python-matplotlib_1.1.0.bb |  0
>  .../recipes-python}/python-numeric/no-lapack.patch |  0
>  .../recipes-python}/python-numeric_24.2.bb |  0
>  .../recipes-python}/python-pexpect_2.3.bb  |  0
>  .../recipes-python}/python-pip_1.3.1.bb|  0
>  .../recipes-python}/python-psutil_0.6.1.bb |  0
>  .../recipes-python}/python-pyalsaaudio_0.4.bb  |  0
>  .../recipes-python}/python-pyserial_2.4.bb |  0
>  .../recipes-python}/python-pyudev_0.16.1.bb|  0
>  .../recipes-python}/python-pyusb_1.0.0a2.bb|  0
>  .../recipes-python}/python-pyyaml/setup.py |  0
>  .../recipes-python}/python-pyyaml_3.10.bb  |  0
>  .../recipes-python}/python-smbus_3.0.3.bb  |  0
>  .../recipes-python}/python-sqlalchemy_0.7.9.bb |  0
>  .../recipes-python}/python-twisted_13.2.0.bb   |  0
>  .../recipes-python}/python-vobject_0.8.1c.bb   |  0
>  .../recipes-python}/python-webdav_0.1.2.bb |  0
>  .../recipes-python}/python-zopeinterface_4.1.1.bb  |  0
>  39 files changed, 79 insertions(+)
>  create mode 100644 meta-python/COPYING.MIT
>  create mode 100644 meta-python/README
>  create mode 100644 meta-python/conf/layer.conf
>  rename {meta-oe/recipes-devtools/python => 
> meta-python/recipes-python}/pyrtm_0.2.bb (100%)
>  rename {meta-oe/recipes-devtools/python => 
> meta-python/recipes-python}/python-autobahn_0.8.6.bb (100%)
>  rename {meta-oe/recipes-devtools/python => 
> meta-python/recipes-python}/python-cheetah_2.4.4.bb (100%)
>  rename {meta-oe/recipes-devtools/python => 
> meta-python/recipes-python}/python-cloudeebus_0.6.0.bb (100%)
>  rename {meta-oe/recipes-devtools/python => 
> meta-python/recipes-python}/python-cython_0.20.2.bb (100%)
>  rename {meta-oe/recipes-devtools/python => 
> meta-python/recipes-python}/python-dateutil_1.5.bb (100%)
>  rename {meta-oe/recipes-devtools/python => 
> meta-python/recipes-python}/python-epydoc_3.0.1.bb (100%)
>  rename {meta-oe/recipes-devtools/python => 
> meta-python/recipes-python}/python-feedparser_5.1.3.bb (100%)
>  rename {meta-oe/recipes-devtools/python => 
> meta-python/recipes-python}/python-gdata_1.2.4.bb (100%)
>  rename {meta-oe/recipes-devtools/python => 
> meta-python/recipes-python}/python-gevent_0.13.8.bb (100%)
>  rename {meta-oe/recipes-devtools/python => 
> meta-python/recipes-python}/python-greenlet_0.4.1.bb (100%)
>  rename {meta-oe/recipes-devtools/python => 
> meta-python/recipes-python}/python-ldap/setup.cfg.patch (100%)
>  re

[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-python/{python => autobahn}/python-autobahn_0.8.6.bb  | 0
 .../recipes-python/{python => cheetah}/python-cheetah_2.4.4.bb| 0
 .../recipes-python/{python => cloudeebus}/python-cloudeebus_0.6.0.bb  | 0
 meta-python/recipes-python/{python => cython}/python-cython_0.20.2.bb | 0
 .../recipes-python/{python => dateutil}/python-dateutil_1.5.bb| 0
 meta-python/recipes-python/{python => epydoc}/python-epydoc_3.0.1.bb  | 0
 .../recipes-python/{python => feedparser}/python-feedparser_5.1.3.bb  | 0
 meta-python/recipes-python/{python => gdata}/python-gdata_1.2.4.bb| 0
 meta-python/recipes-python/{python => gevent}/python-gevent_0.13.8.bb | 0
 .../recipes-python/{python => greenlet}/python-greenlet_0.4.1.bb  | 0
 .../recipes-python/{python => ldap}/python-ldap/setup.cfg.patch   | 0
 meta-python/recipes-python/{python => ldap}/python-ldap_2.3.9.bb  | 0
 meta-python/recipes-python/{python => lxml}/python-lxml_3.0.2.bb  | 0
 .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch   | 0
 .../recipes-python/{python => m2crypto}/python-m2crypto_0.21.1.bb | 0
 .../{python => matplotlib}/python-matplotlib/fix_setup.patch  | 0
 .../{python => matplotlib}/python-matplotlib/fix_setupext.patch   | 0
 .../recipes-python/{python => matplotlib}/python-matplotlib_1.1.0.bb  | 0
 .../recipes-python/{python => numeric}/python-numeric/no-lapack.patch | 0
 meta-python/recipes-python/{python => numeric}/python-numeric_24.2.bb | 0
 meta-python/recipes-python/{python => pexpect}/python-pexpect_2.3.bb  | 0
 meta-python/recipes-python/{python => pip}/python-pip_1.3.1.bb| 0
 meta-python/recipes-python/{python => psutil}/python-psutil_0.6.1.bb  | 0
 .../recipes-python/{python => pyalsaaudio}/python-pyalsaaudio_0.4.bb  | 0
 meta-python/recipes-python/{python => pyrtm}/pyrtm_0.2.bb | 0
 .../recipes-python/{python => pyserial}/python-pyserial_2.4.bb| 0
 meta-python/recipes-python/{python => pyudev}/python-pyudev_0.16.1.bb | 0
 meta-python/recipes-python/{python => pyusb}/python-pyusb_1.0.0a2.bb  | 0
 meta-python/recipes-python/{python => pyyaml}/python-pyyaml/setup.py  | 0
 meta-python/recipes-python/{python => pyyaml}/python-pyyaml_3.10.bb   | 0
 meta-python/recipes-python/{python => smbus}/python-smbus_3.0.3.bb| 0
 .../recipes-python/{python => sqlalchemy}/python-sqlalchemy_0.7.9.bb  | 0
 .../recipes-python/{python => twisted}/python-twisted_13.2.0.bb   | 0
 .../recipes-python/{python => vobject}/python-vobject_0.8.1c.bb   | 0
 meta-python/recipes-python/{python => webdav}/python-webdav_0.1.2.bb  | 0
 .../{python => zopeinterface}/python-zopeinterface_4.1.1.bb   | 0
 37 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-python/{python => 
autobahn}/python-autobahn_0.8.6.bb (100%)
 rename meta-python/recipes-python/{python => cheetah}/python-cheetah_2.4.4.bb 
(100%)
 rename meta-python/recipes-python/{python => 
cloudeebus}/python-cloudeebus_0.6.0.bb (100%)
 rename meta-python/recipes-python/{python => cython}/python-cython_0.20.2.bb 
(100%)
 rename meta-python/recipes-python/{python => dateutil}/python-dateutil_1.5.bb 
(100%)
 rename meta-python/recipes-python/{python => epydoc}/python-epydoc_3.0.1.bb 
(100%)
 rename meta-python/recipes-python/{python => 
feedparser}/python-feedparser_5.1.3.bb (100%)
 rename meta-python/recipes-python/{python => gdata}/python-gdata_1.2.4.bb 
(100%)
 rename meta-python/recipes-python/{python => gevent}/python-gevent_0.13.8.bb 
(100%)
 rename meta-python/recipes-python/{python => 
greenlet}/python-greenlet_0.4.1.bb (100%)
 rename meta-python/recipes-python/{python => ldap}/python-ldap/setup.cfg.patch 
(100%)
 rename meta-python/recipes-python/{python => ldap}/python-ldap_2.3.9.bb (100%)
 rename meta-python/recipes-python/{python => lxml}/python-lxml_3.0.2.bb (100%)
 rename meta-python/recipes-python/{python => 
m2crypto}/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
 (100%)
 rename meta-python/recipes-python/{python => 
m2crypto}/python-m2crypto_0.21.1.bb (100%)
 rename meta-python/recipes-python/{python => 
matplotlib}/python-matplotlib/fix_setup.patch (100%)
 rename meta-python/recipes-python/{python => 
matplotlib}/python-matplotlib/fix_setupext.patch (100%)
 rename meta-python/recipes-python/{python => 
matplotlib}/python-matplotlib_1.1.0.bb (100%)
 rename meta-python/recipes-python/{python => 
numeric}/python-numeric/no-lapack.patch (100%)
 rename meta-python/recipes-python/{python => numeric}/python-numeric_24.2.bb 
(100%)
 rename meta-python/recipes-python/{python => pexpect}/python-pexpect_2.3.bb 
(100%)
 rename meta-python/recipes-python/{python => 

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
> BBFILES += "${LAYERDIR}/recipes-*/*.bb \
> ${LAYERDIR}/recipes-*/*.bbappend \
> ${LAYERDIR}/recipes-*/*/*.bb \
> ${LAYERDIR}/recipes-*/*/*.bbappend"
>
> This works just fine without reverting to the original meta-oe structure.
>
>
> On Tue, Jul 22, 2014 at 8:52 AM, Martin Jansa 
> wrote:
>
>> 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 directories deep structure, just with each
>> recipe in separate directory.
>>
>> > However, I realize and regret that the layer.conf in my original patch
>> was
>> > broken and I need to fix it. Please see v2 for meta-python creation.
>>
>> It was already merged in master.
>>
>> > On Tue, Jul 22, 2014 at 4:34 AM, Martin Jansa 
>> > wrote:
>> >
>> > > * 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
>> > >   | 0
>> > >  .../python/python-cloudeebus_0.6.0.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-cython_0.20.2.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-dateutil_1.5.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-epydoc_3.0.1.bb
>> > >  | 0
>> > >  .../python/python-feedparser_5.1.3.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-gdata_1.2.4.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-gevent_0.13.8.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-greenlet_0.4.1.bb
>> > >  | 0
>> > >  .../python/python-ldap/setup.cfg.patch
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/python-ldap_2.3.9.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/python-lxml_3.0.2.bb
>> > >  | 0
>> > >  .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch
>> > > | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-m2crypto_0.21.1.bb
>> > > | 0
>> > >  .../python/python-matplotlib/fix_setup.patch
>> > >  | 0
>> > >  .../python/python-matplotlib/fix_setupext.patch
>> > > | 0
>> > >  .../python/python-matplotlib_1.1.0.bb
>> > >   | 0
>> > >  .../python/python-numeric/no-lapack.patch
>> > > | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-numeric_24.2.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-pexpect_2.3.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/python-pip_1.3.1.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-psutil_0.6.1.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-pyalsaaudio_0.4.bb
>> > > | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-pyserial_2.4.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-pyudev_0.16.1.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-pyusb_1.0.0a2.bb
>> > >   | 0
>> > >  .../{recipes-python =>
>> recipes-devtools}/python/python-pyyaml/setup.py
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-pyyaml_3.10.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-smbus_3.0.3.bb
>> > >   | 0
>> > >  .../python/python-sqlalchemy_0.7.9.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-twisted_13.2.0.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-vobject_0.8.1c.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-webdav_0.1.2.bb
>> > >  | 0
>> > >  .../python/python-zopeinterface_4.1.1.bb
>> > >  | 0
>> > >  36 files changed, 0 insertions(+), 0 deletions(-)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > pyrtm_0.2.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-autobahn_0.8.6.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-cheetah_2.4.4.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-cloudeebus_0.6.0.bb (100%)
>> > >  rename meta-pyth

[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.0.4}/klibc-linux-libc-dev.patch   | 0
 .../recipes-devtools/klibc/{klibc-2.0.3 => klibc-2.0.4}/staging.patch   | 0
 .../klibc/{klibc-2.0.3 => klibc-2.0.4}/use-env-for-perl.patch   | 0
 .../klibc/{klibc-static-utils_2.0.3.bb => klibc-static-utils_2.0.4.bb}  | 0
 .../klibc/{klibc-utils_2.0.3.bb => klibc-utils_2.0.4.bb}| 0
 meta-initramfs/recipes-devtools/klibc/klibc.inc | 2 +-
 .../recipes-devtools/klibc/{klibc_2.0.3.bb => klibc_2.0.4.bb}   | 0
 10 files changed, 1 insertion(+), 1 deletion(-)
 rename meta-initramfs/recipes-devtools/klibc/{klcc-cross_2.0.3.bb => 
klcc-cross_2.0.4.bb} (100%)
 rename meta-initramfs/recipes-devtools/klibc/{klibc-2.0.3 => 
klibc-2.0.4}/armv4-fix-v4bx.patch (100%)
 rename meta-initramfs/recipes-devtools/klibc/{klibc-2.0.3 => 
klibc-2.0.4}/klibc-config-eabi.patch (100%)
 rename meta-initramfs/recipes-devtools/klibc/{klibc-2.0.3 => 
klibc-2.0.4}/klibc-linux-libc-dev.patch (100%)
 rename meta-initramfs/recipes-devtools/klibc/{klibc-2.0.3 => 
klibc-2.0.4}/staging.patch (100%)
 rename meta-initramfs/recipes-devtools/klibc/{klibc-2.0.3 => 
klibc-2.0.4}/use-env-for-perl.patch (100%)
 rename meta-initramfs/recipes-devtools/klibc/{klibc-static-utils_2.0.3.bb => 
klibc-static-utils_2.0.4.bb} (100%)
 rename meta-initramfs/recipes-devtools/klibc/{klibc-utils_2.0.3.bb => 
klibc-utils_2.0.4.bb} (100%)
 rename meta-initramfs/recipes-devtools/klibc/{klibc_2.0.3.bb => 
klibc_2.0.4.bb} (100%)

diff --git a/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.3.bb 
b/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb
similarity index 100%
rename from meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.3.bb
rename to meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb
diff --git 
a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.3/armv4-fix-v4bx.patch 
b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/armv4-fix-v4bx.patch
similarity index 100%
rename from 
meta-initramfs/recipes-devtools/klibc/klibc-2.0.3/armv4-fix-v4bx.patch
rename to meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/armv4-fix-v4bx.patch
diff --git 
a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.3/klibc-config-eabi.patch 
b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/klibc-config-eabi.patch
similarity index 100%
rename from 
meta-initramfs/recipes-devtools/klibc/klibc-2.0.3/klibc-config-eabi.patch
rename to 
meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/klibc-config-eabi.patch
diff --git 
a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.3/klibc-linux-libc-dev.patch 
b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/klibc-linux-libc-dev.patch
similarity index 100%
rename from 
meta-initramfs/recipes-devtools/klibc/klibc-2.0.3/klibc-linux-libc-dev.patch
rename to 
meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/klibc-linux-libc-dev.patch
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.3/staging.patch 
b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/staging.patch
similarity index 100%
rename from meta-initramfs/recipes-devtools/klibc/klibc-2.0.3/staging.patch
rename to meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/staging.patch
diff --git 
a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.3/use-env-for-perl.patch 
b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/use-env-for-perl.patch
similarity index 100%
rename from 
meta-initramfs/recipes-devtools/klibc/klibc-2.0.3/use-env-for-perl.patch
rename to 
meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/use-env-for-perl.patch
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.3.bb 
b/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.4.bb
similarity index 100%
rename from meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.3.bb
rename to meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.4.bb
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.3.bb 
b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb
similarity index 100%
rename from meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.3.bb
rename to meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc 
b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index b4f0cab..0209b20 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc.inc
+++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc
@@ -5,7 +5,7 @@ SECTION = "libs"
 LICENSE = "BSD-3-Clause & GPL-2.0 & MIT & Zlib"
 LIC_FILES_CHKSUM = 
"file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8b"
 DEPENDS = "linux-libc-headers perl-native"
-SRCREV = "f0440baf7f2dc1d9a25863c184d0a8fb73c4ee6c"
+SRCREV = "7763dd33e5b8eed4b9e3c583c02c101

[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/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
index 077df7a..694bf57 100644
--- a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
@@ -1,3 +1,5 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
 SUMMARY = "xwd is a tool to capture an X window or screen to file"
 HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/";
 SECTION = "x11/app"
@@ -7,5 +9,3 @@ DEPENDS = "libxmu libxkbfile"
 
 SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94"
 SRC_URI[sha256sum] = 
"3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79"
-
-require recipes-graphics/xorg-app/xorg-app-common.inc
-- 
2.0.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 file changed, 11 insertions(+)
>  create mode 100644 meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
> 
> diff --git a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb 
> b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
> new file mode 100644
> index 000..b73afe1
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
> @@ -0,0 +1,11 @@
> +SUMMARY = "xwd is a tool to capture an X window or screen to file"
> +HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/";
> +SECTION = "x11/app"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf"
> +DEPENDS = "libxmu"
> +
> +SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94"
> +SRC_URI[sha256sum] = 
> "3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79"
> +
> +require recipes-graphics/xorg-app/xorg-app-common.inc

This line needs to be the first otherwise SUMMARY, HOMEPAGE, SECTION,
LICENSE and DEPENDS are overwritten from .inc.

I'll fix that.

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 works just fine without reverting to the original meta-oe structure.


On Tue, Jul 22, 2014 at 8:52 AM, Martin Jansa 
wrote:

> 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 directories deep structure, just with each
> recipe in separate directory.
>
> > However, I realize and regret that the layer.conf in my original patch
> was
> > broken and I need to fix it. Please see v2 for meta-python creation.
>
> It was already merged in master.
>
> > On Tue, Jul 22, 2014 at 4:34 AM, Martin Jansa 
> > wrote:
> >
> > > * 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
> > >   | 0
> > >  .../python/python-cloudeebus_0.6.0.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-cython_0.20.2.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-dateutil_1.5.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-epydoc_3.0.1.bb
> > >  | 0
> > >  .../python/python-feedparser_5.1.3.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-gdata_1.2.4.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-gevent_0.13.8.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-greenlet_0.4.1.bb
> > >  | 0
> > >  .../python/python-ldap/setup.cfg.patch
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-ldap_2.3.9.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-lxml_3.0.2.bb
> > >  | 0
> > >  .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > > | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-m2crypto_0.21.1.bb
> > > | 0
> > >  .../python/python-matplotlib/fix_setup.patch
> > >  | 0
> > >  .../python/python-matplotlib/fix_setupext.patch
> > > | 0
> > >  .../python/python-matplotlib_1.1.0.bb
> > >   | 0
> > >  .../python/python-numeric/no-lapack.patch
> > > | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-numeric_24.2.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-pexpect_2.3.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-pip_1.3.1.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-psutil_0.6.1.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-pyalsaaudio_0.4.bb
> > > | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-pyserial_2.4.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-pyudev_0.16.1.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-pyusb_1.0.0a2.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-pyyaml/setup.py
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-pyyaml_3.10.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-smbus_3.0.3.bb
> > >   | 0
> > >  .../python/python-sqlalchemy_0.7.9.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-twisted_13.2.0.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-vobject_0.8.1c.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-webdav_0.1.2.bb
> > >  | 0
> > >  .../python/python-zopeinterface_4.1.1.bb
> > >  | 0
> > >  36 files changed, 0 insertions(+), 0 deletions(-)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > pyrtm_0.2.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-autobahn_0.8.6.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-cheetah_2.4.4.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-cloudeebus_0.6.0.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-cython_0.20.2.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-dateutil_1.5.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-epydoc_3.0.1.bb (100%)
> > >  rename meta-python/{recipes-python

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 directories deep structure, just with each
recipe in separate directory.

> However, I realize and regret that the layer.conf in my original patch was
> broken and I need to fix it. Please see v2 for meta-python creation.

It was already merged in master.

> On Tue, Jul 22, 2014 at 4:34 AM, Martin Jansa 
> wrote:
> 
> > * 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
> >   | 0
> >  .../python/python-cloudeebus_0.6.0.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-cython_0.20.2.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-dateutil_1.5.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-epydoc_3.0.1.bb
> >  | 0
> >  .../python/python-feedparser_5.1.3.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-gdata_1.2.4.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-gevent_0.13.8.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-greenlet_0.4.1.bb
> >  | 0
> >  .../python/python-ldap/setup.cfg.patch
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-ldap_2.3.9.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-lxml_3.0.2.bb
> >  | 0
> >  .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > | 0
> >  .../{recipes-python => recipes-devtools}/python/python-m2crypto_0.21.1.bb
> > | 0
> >  .../python/python-matplotlib/fix_setup.patch
> >  | 0
> >  .../python/python-matplotlib/fix_setupext.patch
> > | 0
> >  .../python/python-matplotlib_1.1.0.bb
> >   | 0
> >  .../python/python-numeric/no-lapack.patch
> > | 0
> >  .../{recipes-python => recipes-devtools}/python/python-numeric_24.2.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pexpect_2.3.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pip_1.3.1.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-psutil_0.6.1.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pyalsaaudio_0.4.bb
> > | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pyserial_2.4.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pyudev_0.16.1.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pyusb_1.0.0a2.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pyyaml/setup.py
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pyyaml_3.10.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-smbus_3.0.3.bb
> >   | 0
> >  .../python/python-sqlalchemy_0.7.9.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-twisted_13.2.0.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-vobject_0.8.1c.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-webdav_0.1.2.bb
> >  | 0
> >  .../python/python-zopeinterface_4.1.1.bb
> >  | 0
> >  36 files changed, 0 insertions(+), 0 deletions(-)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > pyrtm_0.2.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-autobahn_0.8.6.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-cheetah_2.4.4.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-cloudeebus_0.6.0.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-cython_0.20.2.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-dateutil_1.5.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-epydoc_3.0.1.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-feedparser_5.1.3.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-gdata_1.2.4.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-gevent_0.13.8.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-greenlet_0.4.1.bb (100%)
> >  rename meta-python/{recipes-python =>
> > recipes-devtools}/python/python-ldap/setup.cfg.patch (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-ldap_2.3.9.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-lxml_3.0.2.bb (100%)
>

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 need to fix it. Please see v2 for meta-python creation.

--Tim


On Tue, Jul 22, 2014 at 4:34 AM, Martin Jansa 
wrote:

> * 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
>   | 0
>  .../python/python-cloudeebus_0.6.0.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-cython_0.20.2.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-dateutil_1.5.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-epydoc_3.0.1.bb
>  | 0
>  .../python/python-feedparser_5.1.3.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-gdata_1.2.4.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-gevent_0.13.8.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-greenlet_0.4.1.bb
>  | 0
>  .../python/python-ldap/setup.cfg.patch
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-ldap_2.3.9.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-lxml_3.0.2.bb
>  | 0
>  .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> | 0
>  .../{recipes-python => recipes-devtools}/python/python-m2crypto_0.21.1.bb
> | 0
>  .../python/python-matplotlib/fix_setup.patch
>  | 0
>  .../python/python-matplotlib/fix_setupext.patch
> | 0
>  .../python/python-matplotlib_1.1.0.bb
>   | 0
>  .../python/python-numeric/no-lapack.patch
> | 0
>  .../{recipes-python => recipes-devtools}/python/python-numeric_24.2.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-pexpect_2.3.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-pip_1.3.1.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-psutil_0.6.1.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-pyalsaaudio_0.4.bb
> | 0
>  .../{recipes-python => recipes-devtools}/python/python-pyserial_2.4.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-pyudev_0.16.1.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-pyusb_1.0.0a2.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-pyyaml/setup.py
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-pyyaml_3.10.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-smbus_3.0.3.bb
>   | 0
>  .../python/python-sqlalchemy_0.7.9.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-twisted_13.2.0.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-vobject_0.8.1c.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-webdav_0.1.2.bb
>  | 0
>  .../python/python-zopeinterface_4.1.1.bb
>  | 0
>  36 files changed, 0 insertions(+), 0 deletions(-)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> pyrtm_0.2.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-autobahn_0.8.6.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-cheetah_2.4.4.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-cloudeebus_0.6.0.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-cython_0.20.2.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-dateutil_1.5.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-epydoc_3.0.1.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-feedparser_5.1.3.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-gdata_1.2.4.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-gevent_0.13.8.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-greenlet_0.4.1.bb (100%)
>  rename meta-python/{recipes-python =>
> recipes-devtools}/python/python-ldap/setup.cfg.patch (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-ldap_2.3.9.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-lxml_3.0.2.bb (100%)
>  rename meta-python/{recipes-python =>
> recipes-devtools}/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-m2crypto_0.21.1.bb (100%)
>  rename meta-python/{recipes-python =>
> recipes-devtools}/python/python-matplotlib/fix_setup.patch (100%)
>  rename meta-python/{recipes-python =>
> recip

[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
  AC_CHECK_HEADERS([openssl/sha.h],, SHA_H="no")
  and autodetects it, I'll leave patching configure to someone who
  is actually using snort (this issue was reported many times and
  nobody seems to care).

Signed-off-by: Martin Jansa 
---
 meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb 
b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb
index b7a5437..9b46380 100644
--- a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb
+++ b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb
@@ -32,6 +32,12 @@ EXTRA_OECONF = " \
--with-dnet-libraries=${STAGING_LIBDIR} \
"
 
+# if you want to disable it, you need to patch configure.in first
+# AC_CHECK_HEADERS([openssl/sha.h],, SHA_H="no")
+# is called even with --without-openssl-includes
+PACKAGECONFIG ?= "openssl"
+PACKAGECONFIG[openssl] = "--with-openssl-includes=${STAGING_INCDIR} 
--with-openssl-libraries=${STAGING_LIBDIR}, --without-openssl-includes 
--without-openssl-libraries, openssl,"
+
 do_install_append() {
 install -d ${D}/${sysconfdir}/snort/rules
 install -d ${D}/${sysconfdir}/snort/preproc_rules
-- 
2.0.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[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-connectivity/snort/{files => snort}/snort.init| 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-networking/recipes-connectivity/snort/{files => 
snort}/0001-libpcap-search-sysroot-for-headers.patch (100%)
 rename meta-networking/recipes-connectivity/snort/{files => 
snort}/disable-dap-address-space-id.patch (100%)
 rename meta-networking/recipes-connectivity/snort/{files => 
snort}/disable-inaddr-none.patch (100%)
 rename meta-networking/recipes-connectivity/snort/{files => snort}/snort.init 
(100%)

diff --git 
a/meta-networking/recipes-connectivity/snort/files/0001-libpcap-search-sysroot-for-headers.patch
 
b/meta-networking/recipes-connectivity/snort/snort/0001-libpcap-search-sysroot-for-headers.patch
similarity index 100%
rename from 
meta-networking/recipes-connectivity/snort/files/0001-libpcap-search-sysroot-for-headers.patch
rename to 
meta-networking/recipes-connectivity/snort/snort/0001-libpcap-search-sysroot-for-headers.patch
diff --git 
a/meta-networking/recipes-connectivity/snort/files/disable-dap-address-space-id.patch
 
b/meta-networking/recipes-connectivity/snort/snort/disable-dap-address-space-id.patch
similarity index 100%
rename from 
meta-networking/recipes-connectivity/snort/files/disable-dap-address-space-id.patch
rename to 
meta-networking/recipes-connectivity/snort/snort/disable-dap-address-space-id.patch
diff --git 
a/meta-networking/recipes-connectivity/snort/files/disable-inaddr-none.patch 
b/meta-networking/recipes-connectivity/snort/snort/disable-inaddr-none.patch
similarity index 100%
rename from 
meta-networking/recipes-connectivity/snort/files/disable-inaddr-none.patch
rename to 
meta-networking/recipes-connectivity/snort/snort/disable-inaddr-none.patch
diff --git a/meta-networking/recipes-connectivity/snort/files/snort.init 
b/meta-networking/recipes-connectivity/snort/snort/snort.init
similarity index 100%
rename from meta-networking/recipes-connectivity/snort/files/snort.init
rename to meta-networking/recipes-connectivity/snort/snort/snort.init
-- 
2.0.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[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/sha.h],, SHA_H="no")
  and autodetects it, I'll leave patching configure to someone who
  is actually using snort (this issue was reported many times and
  nobody seems to care).

Signed-off-by: Martin Jansa 
---
 meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb 
b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb
index 16c9bbb..b7a5437 100644
--- a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb
+++ b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.snort.org/";
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5"
 
-DEPENDS = "libpcap libpcre daq libdnet"
+DEPENDS = "libpcap libpcre daq libdnet openssl"
 
 SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \
 file://snort.init \
-- 
2.0.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[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 strange side-effects,
  from first google result:
  http://www.hipforums.com/newforums/showthread.php?t=466568

Signed-off-by: Martin Jansa 
---
 meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb 
b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb
index 1933f29..16c9bbb 100644
--- a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb
+++ b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb
@@ -16,7 +16,7 @@ SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \
 SRC_URI[tarball.md5sum] = "18111f6de3989ca89add36077a7c2659"
 SRC_URI[tarball.sha256sum] = 
"3cc6c8a9b52f4c863a5736a73b4012aff340b50b5e002771b04d4877f47cd19e"
 
-inherit autotools  gettext  update-rc.d
+inherit autotools gettext update-rc.d pkgconfig
 
 INITSCRIPT_NAME = "snort"
 INITSCRIPT_PARAMS = "defaults"
-- 
2.0.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 backport that patch.

If they didn't then someone needs to check db API changes and adapt it
(and submit it upstream).

> I am on vacation for 2.5 weeks, when I get back I'll look into this.

OK, I'm merge the blacklist until it's fixed.

Better to document the issue in blacklist and let the build fail
immediately than wait for bitbake to fail.

Users still can set P_V for db together with empty PNBLACKLIST value to
build zeroc-ice.

> Philip
> 
> On 07/21/2014 06:29 PM, Martin Jansa wrote:
> > Signed-off-by: Martin Jansa 
> > ---
> >  meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb | 10 ++
> >  1 file changed, 10 insertions(+)
> > 
> > diff --git a/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb 
> > b/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb
> > index 79d8b5a..e39aa18 100644
> > --- a/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb
> > +++ b/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb
> > @@ -10,6 +10,16 @@ SRC_URI = 
> > "http://www.zeroc.com/download/Ice/3.5/Ice-${PV}.tar.gz \
> >  SRC_URI[md5sum] = "f00c59983cc904bca977133c0a9b3e80"
> >  SRC_URI[sha256sum] = 
> > "989e51194c6adadbd156da3288e37bad847b93b3b876502e83033b70493af392"
> >  
> > +#| MapDb.cpp: In constructor 'Freeze::MapDb::MapDb(const ConnectionIPtr&, 
> > const string&, const string&, const string&, const KeyCompareBasePtr&, 
> > const std::vector >&, bool)':
> > +#| MapDb.cpp:138:46: error: call of overloaded 'set_bt_compare(int 
> > (*)(DB*, const DBT*, const DBT*))' is ambiguous
> > +#| MapDb.cpp:138:46: note: candidates are:
> > +#| 
> > /home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/db_cxx.h:272:14:
> >  note: virtual int Db::set_bt_compare(bt_compare_fcn_type) 
> > +#| 
> > /home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/db_cxx.h:272:14:
> >  note:   no known conversion for argument 1 from 'int (*)(DB*, const DBT*, 
> > const DBT*) {aka int (*)(__db*, const __db_dbt*, const __db_dbt*)}' to 
> > 'bt_compare_fcn_type {aka int (*)(__db*, const __db_dbt*, const __db_dbt*, 
> > long unsigned int*)}'
> > +#| 
> > /home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/db_cxx.h:273:14:
> >  note: virtual int Db::set_bt_compare(int (*)(Db*, const Dbt*, const Dbt*, 
> > size_t*)) 
> > +#| 
> > /home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/db_cxx.h:273:14:
> >  note:   no known conversion for argument 1 from 'int (*)(DB*, const DBT*, 
> > const DBT*) {aka int (*)(__db*, const __db_dbt*, const __db_dbt*)}' to 'int 
> > (*)(Db*, const Dbt*, const Dbt*, size_t*) {aka int (*)(Db*, const Dbt*, 
> > const Dbt*, long unsigned int*)}'
> > +#| make[3]: *** [MapDb.o] Error 1
> > +PNBLACKLIST[zeroc-ice] = "BROKEN: not compatible with default db version"
> > +
> >  S = "${WORKDIR}/Ice-${PV}"
> >  
> >  inherit python-dir pkgconfig
> > 
> -- 
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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/zeroc-ice_3.5.1.bb | 10 ++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb 
> b/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb
> index 79d8b5a..e39aa18 100644
> --- a/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb
> +++ b/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb
> @@ -10,6 +10,16 @@ SRC_URI = 
> "http://www.zeroc.com/download/Ice/3.5/Ice-${PV}.tar.gz \
>  SRC_URI[md5sum] = "f00c59983cc904bca977133c0a9b3e80"
>  SRC_URI[sha256sum] = 
> "989e51194c6adadbd156da3288e37bad847b93b3b876502e83033b70493af392"
>  
> +#| MapDb.cpp: In constructor 'Freeze::MapDb::MapDb(const ConnectionIPtr&, 
> const string&, const string&, const string&, const KeyCompareBasePtr&, const 
> std::vector >&, bool)':
> +#| MapDb.cpp:138:46: error: call of overloaded 'set_bt_compare(int (*)(DB*, 
> const DBT*, const DBT*))' is ambiguous
> +#| MapDb.cpp:138:46: note: candidates are:
> +#| 
> /home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/db_cxx.h:272:14:
>  note: virtual int Db::set_bt_compare(bt_compare_fcn_type) 
> +#| 
> /home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/db_cxx.h:272:14:
>  note:   no known conversion for argument 1 from 'int (*)(DB*, const DBT*, 
> const DBT*) {aka int (*)(__db*, const __db_dbt*, const __db_dbt*)}' to 
> 'bt_compare_fcn_type {aka int (*)(__db*, const __db_dbt*, const __db_dbt*, 
> long unsigned int*)}'
> +#| 
> /home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/db_cxx.h:273:14:
>  note: virtual int Db::set_bt_compare(int (*)(Db*, const Dbt*, const Dbt*, 
> size_t*)) 
> +#| 
> /home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/db_cxx.h:273:14:
>  note:   no known conversion for argument 1 from 'int (*)(DB*, const DBT*, 
> const DBT*) {aka int (*)(__db*, const __db_dbt*, const __db_dbt*)}' to 'int 
> (*)(Db*, const Dbt*, const Dbt*, size_t*) {aka int (*)(Db*, const Dbt*, const 
> Dbt*, long unsigned int*)}'
> +#| make[3]: *** [MapDb.o] Error 1
> +PNBLACKLIST[zeroc-ice] = "BROKEN: not compatible with default db version"
> +
>  S = "${WORKDIR}/Ice-${PV}"
>  
>  inherit python-dir pkgconfig
> 
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 functions in BitBake itself; the ones
>>> you refer to are in OE's base.bbclass.
>> In reality there are only about 2 people on the whole planet for
>> whom that distinction is important :-)
>   i should point out that fetching is defined in bitbake, while
> everything else is in oe-core. just being difficult. :-)

And (if I'm not mistaken) kergoth (?) is working on separating the
fetching process from bitbake too :-)
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 itself; the ones you
> > refer to are in OE's base.bbclass.
> 
> In reality there are only about 2 people on the whole planet for whom
> that distinction is important :-)

I see where you're coming from, but we want BitBake to remain usable 
independently, and that means it affects anyone who works on BitBake not just 
the few that do use it independently. That also means that the documentation 
should stand on its own - it *can* use examples from the OE metadata, but it 
has to be clear that it is an example from OE, and it should describe the 
example fully - it can't blur the lines between OE and BitBake; if you start 
assuming OE functionality when documenting BitBake, that's exactly what you'll 
be doing.

> For the rest of us, it would be nice if there was some middle ground
> from which a document could be written that treated these two entities
> as one; 

That's exactly what the Yocto Project manuals do. They refer to the BitBake 
manual where we want to describe some syntax or other fundamental BitBake 
concept in more detail. However, it's OK to have duplication between the 
BitBake manual and the Yocto Project manuals where we can add more relevant 
detail on the Yocto Project side - but I'd rather not see complete 
duplication.

> at least up until such a time as some other project comes along
> and uses bitbake for something other than OE/Yocto :-D

FWIW I think there are other projects already. We don't hear about them a lot, 
but they have come up from time to time.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 refer to are in OE's base.bbclass.
>
> In reality there are only about 2 people on the whole planet for
> whom that distinction is important :-)

  i should point out that fetching is defined in bitbake, while
everything else is in oe-core. just being difficult. :-)

rday

-- 


Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca

Twitter:   http://twitter.com/rpjday
LinkedIn:   http://ca.linkedin.com/in/rpjday


-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 only about 2 people on the whole planet for whom
that distinction is important :-)

For the rest of us, it would be nice if there was some middle ground
from which a document could be written that treated these two entities
as one; at least up until such a time as some other project comes along
and uses bitbake for something other than OE/Yocto :-D
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[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   | 0
 .../python/python-cloudeebus_0.6.0.bb | 0
 .../{recipes-python => recipes-devtools}/python/python-cython_0.20.2.bb   | 0
 .../{recipes-python => recipes-devtools}/python/python-dateutil_1.5.bb| 0
 .../{recipes-python => recipes-devtools}/python/python-epydoc_3.0.1.bb| 0
 .../python/python-feedparser_5.1.3.bb | 0
 .../{recipes-python => recipes-devtools}/python/python-gdata_1.2.4.bb | 0
 .../{recipes-python => recipes-devtools}/python/python-gevent_0.13.8.bb   | 0
 .../{recipes-python => recipes-devtools}/python/python-greenlet_0.4.1.bb  | 0
 .../python/python-ldap/setup.cfg.patch| 0
 .../{recipes-python => recipes-devtools}/python/python-ldap_2.3.9.bb  | 0
 .../{recipes-python => recipes-devtools}/python/python-lxml_3.0.2.bb  | 0
 .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch   | 0
 .../{recipes-python => recipes-devtools}/python/python-m2crypto_0.21.1.bb | 0
 .../python/python-matplotlib/fix_setup.patch  | 0
 .../python/python-matplotlib/fix_setupext.patch   | 0
 .../python/python-matplotlib_1.1.0.bb | 0
 .../python/python-numeric/no-lapack.patch | 0
 .../{recipes-python => recipes-devtools}/python/python-numeric_24.2.bb| 0
 .../{recipes-python => recipes-devtools}/python/python-pexpect_2.3.bb | 0
 .../{recipes-python => recipes-devtools}/python/python-pip_1.3.1.bb   | 0
 .../{recipes-python => recipes-devtools}/python/python-psutil_0.6.1.bb| 0
 .../{recipes-python => recipes-devtools}/python/python-pyalsaaudio_0.4.bb | 0
 .../{recipes-python => recipes-devtools}/python/python-pyserial_2.4.bb| 0
 .../{recipes-python => recipes-devtools}/python/python-pyudev_0.16.1.bb   | 0
 .../{recipes-python => recipes-devtools}/python/python-pyusb_1.0.0a2.bb   | 0
 .../{recipes-python => recipes-devtools}/python/python-pyyaml/setup.py| 0
 .../{recipes-python => recipes-devtools}/python/python-pyyaml_3.10.bb | 0
 .../{recipes-python => recipes-devtools}/python/python-smbus_3.0.3.bb | 0
 .../python/python-sqlalchemy_0.7.9.bb | 0
 .../{recipes-python => recipes-devtools}/python/python-twisted_13.2.0.bb  | 0
 .../{recipes-python => recipes-devtools}/python/python-vobject_0.8.1c.bb  | 0
 .../{recipes-python => recipes-devtools}/python/python-webdav_0.1.2.bb| 0
 .../python/python-zopeinterface_4.1.1.bb  | 0
 36 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-python/{recipes-python => recipes-devtools}/python/pyrtm_0.2.bb 
(100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-autobahn_0.8.6.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-cheetah_2.4.4.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-cloudeebus_0.6.0.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-cython_0.20.2.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-dateutil_1.5.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-epydoc_3.0.1.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-feedparser_5.1.3.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-gdata_1.2.4.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-gevent_0.13.8.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-greenlet_0.4.1.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-ldap/setup.cfg.patch (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-ldap_2.3.9.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-lxml_3.0.2.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
 (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-m2crypto_0.21.1.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-matplotlib/fix_setup.patch (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-matplotlib/fix_setupext.patch (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-matplotlib_1.1.0.bb (100%)
 rename meta-python/{recipes-python => 
recipes-devtools}/python/python-numeric/no-lapack.patch (100%)
 rename meta-python/{recipes-python 

[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_t
  | import traceback
  | from efl.eo cimport Eo, PY_REFCOUNT
  | from efl.utils.conversions cimport _ctouni
  | from cpython cimport Py_INCREF, Py_DECREF
  | cimport efl.ecore.enums as enums
  |^
  | 
  |
  | efl/ecore/__init__.pyx:221:8: 'efl.ecore.enums.pxd' not found

Signed-off-by: Martin Jansa 
---
 meta-efl/recipes-devtools/python/python-efl_git.bb | 8 
 1 file changed, 8 insertions(+)
 create mode 100644 meta-efl/recipes-devtools/python/python-efl_git.bb

diff --git a/meta-efl/recipes-devtools/python/python-efl_git.bb 
b/meta-efl/recipes-devtools/python/python-efl_git.bb
new file mode 100644
index 000..b776f7d
--- /dev/null
+++ b/meta-efl/recipes-devtools/python/python-efl_git.bb
@@ -0,0 +1,8 @@
+require ${BPN}.inc
+
+SRCREV = "c1497e10288589ff9834f3d4da17461b8a3a1c15"
+PV = "1.10.0+git${SRCPV}"
+
+SRC_URI = 
"git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python-efl-1.10"
+
+S = "${WORKDIR}/git"
-- 
2.0.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 build but it gives error while building.
> https://github.com/beagleboard/meta-beagleboard
>
>
> Thanks
> Bryan
> On Jul 15, 2014 5:43 PM, "Cliff Brake"  wrote:
>
>>  The meta-ti layer includes support for the beagleboard.  You probably
>> want the linux-mainline 3.2 recipe.
>>
>> Cliff
>>
>> On 07/15/2014 12:29 AM, Bryan wrote:
>>
>> Hi Cliff,
>>  thanks for your suggestion, i tried links which you mentioned in
>> your mail. Now i am able to build minimal image for MACHINE = qmux6.
>> Can you please tell us how can we make it for beagleboard omap 3530.
>> Where can we find support layer for beagleboard.
>>
>> Thanks a lot in advance !
>> On Jul 11, 2014 11:30 AM, "Bryan"  wrote:
>>
>>> Hi,
>>>  As per your suggestion we took oe-core and other packages from
>>> followinf link:
>>> -> http://git.openembedded.org/meta-openembedded
>>>
>>> We are using bitbake version 1.23.1.
>>>
>>> We have to build image for beagleboard so we find following to build
>>> image:
>>>
>>> ->
>>> http://www.crashcourse.ca/wiki/index.php/Building_for_BBB_using_OpenEmbedded
>>>
>>> While following steps from the above link we have done following
>>> settings in local.conf  and bblayers.conf file.
>>>
>>> MACHINE ??= "beaglebone"
>>> BBLAYERS ?= " \
>>>   /home/rpjday/oe/dist/layers/oe-core/meta \
>>>   /home/rpjday/oe/dist/layers/meta-openembedded/meta-oe \
>>>   /home/rpjday/oe/dist/layers/meta-beagleboard/common-bsp \
>>>   "
>>> Now while running "bitbake core-image-minimal" command we are getting
>>> following issues :
>>>
>>> chown: changing ownership of
>>> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/intro_what.html':
>>> Operation not permitted
>>> chown: changing ownership of
>>> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/program_ram.html':
>>> Operation not permitted
>>> chown: changing ownership of
>>> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/arch_apis.html':
>>> Operation not permitted
>>> chown: changing ownership of
>>> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/transapp_reclimit.html':
>>> Operation not permitted
>>> chown: changing ownership of
>>> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/am_close.html':
>>> Operation not permitted
>>> chown: changing ownership of
>>> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/lock_stdmode.html':
>>> Operation not permitted
>>> chown: changing ownership of
>>> `/home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image/home/test/oe/oe-core/build/tmp-eglibc/sysroots/i686-linux/usr/share/doc/programmer_reference/transapp_env_open.html':
>>> Operation not permitted
>>>
>>> WARNING:
>>> /home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/temp/run.do_install.26236:1
>>> exit 1 from
>>>   chown -R root:root
>>> /home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/image
>>> ERROR: Function failed: do_install (log file is located at
>>> /home/test/oe/oe-core/build/tmp-eglibc/work/i686-linux/db-native/5.3.21-r0/temp/log.do_install.26236)
>>>
>>> one more doubt about the code base which we should follow as we found
>>> one other link which have oe-core code at "
>>> https://github.com/openembedded";. We have tried both and found seperate
>>> issues while using both.
>>>
>>> Please suggest us how we can overcome these issues to get test image
>>> build for beagleboard.
>>>
>>> Thanks in advance
>>> -- Forwarded message --
>>> From: "Philip Balister" 
>>> Date: Jul 8, 2014 9:42 PM
>>> Subject: Re: [oe] open embedded build issues with beagle board
>>> To: 
>>> Cc:
>>>
>>> On 07/08/2014 02:54 AM, Bryan wrote:
>>> > Hi All
>>> >  I am trying to build  Openembeeded classic for Beagle board-XM but i
>>> am
>>> > getting lot of broken link issues. I have  set DISTRO as
>>> angstrom-2010.x in
>>> > local.conf.   Is this approach  ok? or should i move to openembedded
>>> core ??
>>> > Pls suggest.
>>>
>>> Use the current Angstrom instruc

[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/recipes-webadmin/webmin/webmin_1.620.bb
index 0f8781f..91ec5d7 100644
--- a/meta-webserver/recipes-webadmin/webmin/webmin_1.620.bb
+++ b/meta-webserver/recipes-webadmin/webmin/webmin_1.620.bb
@@ -36,12 +36,12 @@ do_configure() {
 rm -rf stunnel squid sarg pptp-client pptp-server jabber openslp sentry 
cluster-* vgetty burner heartbeat
 
 # Adjust configs
-mv init/config-debian-linux init/config-generic-linux
+[ -f init/config-debian-linux ] && mv init/config-debian-linux 
init/config-generic-linux
 sed -i "s/shutdown_command=.*/shutdown_command=poweroff/" 
init/config-generic-linux
 echo 
"exclude=bootmisc.sh,single,halt,reboot,hostname.sh,modutils.sh,mountall.sh,mountnfs.sh,networking,populate-volatile.sh,rmnologin.sh,save-rtc.sh,umountfs,umountnfs.sh,hwclock.sh,checkroot.sh,banner.sh,udev,udev-cache,devpts.sh,psplash.sh,sendsigs,fbsetup,bootlogd,stop-bootlogd,sysfs.sh,syslog,syslog.busybox,urandom,webmin,functions.initscripts,read-only-rootfs-hook.sh"
 >> init/config-generic-linux
 echo "excludefs=devpts,devtmpfs,usbdevfs,proc,tmpfs,sysfs,debugfs" >> 
mount/config-generic-linux
 
-mv exports/config-debian-linux exports/config-generic-linux
+[ -f exports/config-debian-linux ] && mv exports/config-debian-linux 
exports/config-generic-linux
 sed -i "s/killall -HUP rpc.nfsd && //" exports/config-generic-linux
 sed -i "s/netstd_nfs/nfsserver/g" exports/config-generic-linux
 
-- 
1.7.10.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[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-perl_0.54.bb 
b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb
new file mode 100644
index 000..52458e4
--- /dev/null
+++ b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb
@@ -0,0 +1,25 @@
+SUMMARY = "XML::SAX::Writer - SAX2 Writer"
+DESCRIPTION = "\
+XML::SAX::Writer helps to serialize SAX2 representations of XML documents to \
+strings, files, and other flat representations. It handles charset encodings, \
+XML escaping conventions, and so forth. It is still considered alpha, \
+although it has been put to limited use in settings such as XML::LibXML and \
+the AxKit XML Application Server. \
+"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPLv1+"
+HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/";
+DEPENDS += "libxml-filter-buffertext-perl-native"
+RDEPENDS_${PN} += "libxml-filter-buffertext-perl"
+
+SRC_URI = 
"http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz";
+SRC_URI[md5sum] = "383139d76418a82b9800dc4f8b568891"
+SRC_URI[sha256sum] = 
"a1b4d959aed8f8337523c4cef4b431e56e619c795dc6f99a868548952101cf3d"
+
+LIC_FILES_CHKSUM = 
"file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e"
+
+S = "${WORKDIR}/XML-SAX-Writer-${PV}"
+
+inherit cpan allarch
+
+BBCLASSEXTEND = "native"
-- 
1.7.10.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[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-filter-buffertext-perl_1.01.bb 
b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
new file mode 100644
index 000..755a7c4
--- /dev/null
+++ b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
@@ -0,0 +1,25 @@
+SUMMARY = "XML::Filter::BufferText - Filter to put all characters() in one 
event"
+DESCRIPTION = "\
+The XML::Filter::BufferText module is a very simple filter.  One common \
+cause of grief (and programmer error) is that XML parsers aren't required \
+to provide character events in one chunk.  They can, but are not forced \
+to, and most don't.  This filter does the trivial but oft-repeated task \
+of putting all characters into a single event. \
+"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPLv1+"
+HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/";
+DEPENDS += "libxml-sax-perl-native"
+RDEPENDS_${PN} += "libxml-sax-perl"
+
+SRC_URI = 
"http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz";
+SRC_URI[md5sum] = "2992c0387632583b966ab9c965b25512"
+SRC_URI[sha256sum] = 
"8fd2126d3beec554df852919f4739e689202cbba6a17506e9b66ea165841a75c"
+
+LIC_FILES_CHKSUM = 
"file://BufferText.pm;beginline=88;endline=90;md5=497aa6d79cc84c3d769a2a0016bee928"
+
+S = "${WORKDIR}/XML-Filter-BufferText-${PV}"
+
+inherit cpan allarch
+
+BBCLASSEXTEND = "native"
-- 
1.7.10.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel