[oe] [PATCH 1/3] libyaml: update to 0.1.5

2014-04-09 Thread Kai Kang
Update libyaml from 0.1.4 to latest version 0.1.5. Signed-off-by: Kai Kang kai.k...@windriver.com --- .../libyaml/{libyaml_0.1.4.bb = libyaml_0.1.5.bb} | 12 1 file changed, 8 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/libyaml/{libyaml_0.1.4.bb =

[oe] [PATCH 2/3] sg3-utils: update to 1.38

2014-04-09 Thread Kai Kang
Update sg3-utils to version 1.38. Signed-off-by: Kai Kang kai.k...@windriver.com --- .../sg3-utils/{sg3-utils_1.31.bb = sg3-utils_1.38.bb}| 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) rename meta-oe/recipes-support/sg3-utils/{sg3-utils_1.31.bb = sg3-utils_1.38.bb}

[oe] [meta-oe][PATCH 0/3] Update packages

2014-04-09 Thread Kai Kang
Kai Kang (3): libyaml: update to 0.1.5 sg3-utils: update to 1.38 yajl: update to 2.1.0 .../yajl/{yajl_2.0.4.bb = yajl_2.1.0.bb} | 17 +++-- .../libyaml/{libyaml_0.1.4.bb = libyaml_0.1.5.bb} | 12 .../sg3-utils/{sg3-utils_1.31.bb =

[oe] [meta-oe][PATCH 0/2] eject: fix multilib builds and wrong return value of usage

2014-04-09 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com --- The following changes since commit bc969d3705c45928de8525ef3d2d9d2867311864: inetutils: add -dbg packages for tftpd, telnetd and rshd (2014-04-02 11:18:54 -0400) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[oe] [meta-oe][PATCH 1/2] eject: fix multilib builds

2014-04-09 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Use BPN instead of PN, BP instead of P to fix the multilib builds. Signed-off-by: Randy MacLeod randy.macl...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-support/eject/eject_2.1.5.bb |4 ++-- 1 file

[oe] [meta-oe][PATCH 2/2] eject: Fix wrong return value

2014-04-09 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Remove the unnecessary return(1) from function usage(), so that eject -h can return the right value. Signed-off-by: Zhangle Yang zhangle.y...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

Re: [oe] How can I use gdb in oe?

2014-04-09 Thread Mats Kärrman
Hi, Assuming that you mean to debug programs on your target... Prerequisites: - a network connection between your target and your development host (it's possible to use a tty too). - OE built SDK installed on your host. - gdbserver package installed on your target. - your binary (my-program) on

[oe] [meta-oe][PATCH] fbset: fix parallel build

2014-04-09 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Fix an incorrect dependency in makefile so that we can build in parallel. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../fbset-2.1/fbset-2.1-fix-makefile-dep.patch | 31

Re: [oe] [meta-oe][PATCH] fbset: fix parallel build

2014-04-09 Thread Khem Raj
On Apr 8, 2014 9:50 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Fix an incorrect dependency in makefile so that we can build in parallel. this is a good patch thanks. i expect more and more such patches where we could enable parallel make.

Re: [oe] [meta-oe][PATCH 2/2] eject: Fix wrong return value

2014-04-09 Thread Khem Raj
On Apr 8, 2014 8:27 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Remove the unnecessary return(1) from function usage(), so that eject -h can return the right value. this is an API change i wonder if other programs rely on the value being 0

Re: [oe] checksums for multiple sources

2014-04-09 Thread Javier Viguera
Hi Trevor, You can put names to the different tarballs and then set the checksums for each one of them with following syntax: SRC_URI = \ http://...;name=tarball1 \ http://...;name=tarball2 \ SRC_URI[tarball1.md5sum] = ... SRC_URI[tarball1.sha256sum] = ... SRC_URI[tarball2.md5sum]

[oe] [meta-networking][PATCH v3--signoff] dnsmasq: update to 2.68

2014-04-09 Thread Christian Ziethén
Fixes a bug with libvirt and DHCP, which is fixed in 2.66. Handle the situation where libc headers define SO_REUSEPORT, but the kernel in use doesn't, to cope with the introduction of this option to Linux. Thanks to Rich Felker for the bug report. Signed-off-by: Christian Ziethén

[oe] [meta-oe][PATCH] acpitests: add individual checksums

2014-04-09 Thread Trevor Woerner
This recipe includes two source tarballs, add a second set of checksums so both have checksum definitions. Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-oe/recipes-extended/acpica/acpitests_20140114.bb | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff

[oe] [meta-networking] Uprev memcached from upstream

2014-04-09 Thread Amy Fong
commit 3d0b80c5667a2c1d8634173948048567d0bc9c36 Author: Amy Fong amy.f...@windriver.com Date: Tue Apr 8 14:29:19 2014 -0400 Uprev memcached from upstream memcached 1.4.15 has some configuration errors: configure:5798: error: cannot run test program while cross compiling

[oe] [meta-oe][PATCH] licenses: add The Open Group Public License

2014-04-09 Thread Trevor Woerner
This is the license used for the motif library. Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-oe/licenses/OGPL | 104 ++ 1 file changed, 104 insertions(+) create mode 100644 meta-oe/licenses/OGPL diff --git

[oe] ignore Re: [meta-oe][PATCH] licenses: add The Open Group Public License

2014-04-09 Thread Trevor Woerner
oops, I should specify *OPEN*motif. v2 coming up -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [meta-oe][PATCH v2] licenses: add The Open Group Public License

2014-04-09 Thread Trevor Woerner
This is the license used for the openmotif library. Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-oe/licenses/OGPL | 104 ++ 1 file changed, 104 insertions(+) create mode 100644 meta-oe/licenses/OGPL diff --git

[oe] [meta-gpe][PATCH] fbreader: remove old non-working recipe

2014-04-09 Thread Trevor Woerner
While trying to perform a world build I came across the issue that I can't build fbreader-0.12.10. In the first place, the download for fbreader-0.12.10 doesn't exist at the location provided by this recipe. Most of the downloads appear to have moved to fbreader.org/files/desktop, but trying to

[oe] [meta-gpe][PATCH] fbreader: remove old, non-building version

2014-04-09 Thread Trevor Woerner
The download for fbreader-0.12.10 doesn't exist at the location provided by this recipe. Most of the downloads appear to have moved to fbreader.org/files/desktop, but trying to retrieve version 0.12.10 from that location fails too. There is a _git version of this recipe which builds just fine.

Re: [oe] [meta-networking] Uprev memcached from upstream

2014-04-09 Thread Khem Raj
On Apr 9, 2014 7:30 AM, Amy Fong amy.f...@windriver.com wrote: commit 3d0b80c5667a2c1d8634173948048567d0bc9c36 Author: Amy Fong amy.f...@windriver.com Date: Tue Apr 8 14:29:19 2014 -0400 Uprev memcached from upstream memcached 1.4.15 has some configuration errors:

[oe] udev auto-mount not doing fsck

2014-04-09 Thread Brian Hutchinson
Hi, I have a custom board that has a eUSB NAND attached (its a little circuit board with a header Micron e230). With the udev-extraconf package installed, udev looks like it automatically mounts my device via the automount.rules (calling mount.sh) on boot. I'd like udev to fsck this device

[oe] [meta-networking][PATCH] sethdlc: remove

2014-04-09 Thread Trevor Woerner
This recipe doesn't compile for a number of reasons: - it expects to be built against a 2.6.x kernel - its build is contaminated by the host Given that these sources are over 9 years old, I recommend this recipe be removed rather than spending the time trying to get it to compile today.

[oe] [meta-networking][PATCH] sethdlc: remove

2014-04-09 Thread Trevor Woerner
Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- .../recipes-connectivity/sethdlc/sethdlc.bb| 30 -- 1 file changed, 30 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/sethdlc/sethdlc.bb diff --git

Re: [oe] [meta-oe][PATCH 2/2] eject: Fix wrong return value

2014-04-09 Thread Huang, Jie (Jackie)
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel- boun...@lists.openembedded.org] On Behalf Of Khem Raj Sent: Wednesday, April 09, 2014 11:49 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH

Re: [oe] How can I use gdb in oe?

2014-04-09 Thread Journeyer J. Joh
Hi Mats Kärrman, Thank you for kind concern! I will try your method. Thank you very much! Sincerely Journeyer Seoul Journeyer J. Joh o o s a p r o g r a m m e r a t g m a i l d o t c o m 2014-04-09 16:28

[oe] [meta-gnome][PATCH] abiword: force build order

2014-04-09 Thread Trevor Woerner
There is a race condition whereby libgoffice.la must be built (and exist) before the rest of the code in src is built. Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb | 8 1 file changed, 8 insertions(+) diff --git

[oe] [meta-gnome][PATCH] abiword: force build order

2014-04-09 Thread Trevor Woerner
Every time I try to build abiword my build fails: make[3]: *** No rule to make target `../goffice-bits2/libgoffice.la', needed by `libabiword-3.0.la'. Stop. make[3]: Leaving directory

Re: [oe] How can I use gdb in oe?

2014-04-09 Thread Brian Hutchinson
Hi Journeyer, I assume you know how to add gdbserver to your root filesystem image or install the gdbserver package on your target. Mats instructions were spot on for connecting to the target. There are a bunch of examples/tutorials that explain attaching to processes etc. like this one:

[oe] [meta-oe][PATCH 0/3] Update smartmontools and add some fix

2014-04-09 Thread Kai Kang
Kai Kang (3): smartmontools: update to 6.2 smartmontools: add init script smartmontools: add PACKAGECONFIG and runtime dependency .../smartmontools/files/initd.smartd | 108 + .../{smartmontools_6.1.bb = smartmontools_6.2.bb} | 36 ++- 2 files

[oe] [PATCH 1/3] smartmontools: update to 6.2

2014-04-09 Thread Kai Kang
Update smartmontools for 6.1 to 6.2. Add description as well. Signed-off-by: Kai Kang kai.k...@windriver.com --- .../{smartmontools_6.1.bb = smartmontools_6.2.bb} | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) rename

[oe] [PATCH 2/3] smartmontools: add init script

2014-04-09 Thread Kai Kang
Add init script smartd for smartmontools. Thought smartmontools provides init script itself, but it checks distribution version that is not usable for oe. So add an init script for smartmontools which removes distribution version check. Signed-off-by: Kai Kang kai.k...@windriver.com ---

[oe] [PATCH 3/3] smartmontools: add PACKAGECONFIG and runtime dependency

2014-04-09 Thread Kai Kang
Add PACKAGECONFIGs libcap-ng and selinux for smartmontools. And add runtime dependency. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta-oe/recipes-extended/smartmontools/smartmontools_6.2.bb | 8 1 file changed, 8 insertions(+) diff --git