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

2014-04-10 Thread Journeyer J. Joh
Hi Brian Hutchinson, I cannot try now since I am a little busy now though, Thank you very much! I will carefully read your message soon and try using gdb. Now I must only say thank you! Sincerely Journeyer Seoul Journeyer J. Joh o o s a p r o g r a m m

[oe] [PATCH 1/2] lvm2: fix mlock() on vectors vma for ARM.

2014-04-10 Thread Chong Lu
Signed-off-by: Xin Ouyang xin.ouy...@windriver.com Signed-off-by: Randy MacLeod randy.macl...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-support/lvm2/lvm2.inc | 1 + .../lvm2/lvm2/mlock-ignore-vectors-gate_vma.patch | 31 ++

[oe] [PATCH 0/2] fix mlock() on vectors vma for ARM and add explicit selinux support

2014-04-10 Thread Chong Lu
The following changes since commit 477ccd867cc71f8277f2670b7be34b3b15300052: klibc: restylize a bit the recipes (2014-04-06 13:36:20 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/lvm2

[oe] [PATCH 2/2] lvm2: add explicit selinux support control

2014-04-10 Thread Chong Lu
package has configure options controlling selinux support, so we want to explicitly use them via PACKAGECONFIG. Signed-off-by: Joe Slater jsla...@windriver.com Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-support/lvm2/lvm2.inc | 4 1 file changed, 4 insertions(+) diff

Re: [oe] [PATCH][meta-gnome] abiword: workaround compile races by disabling parallel make

2014-04-10 Thread Martin Jansa
On Mon, Apr 07, 2014 at 10:52:26AM +0200, Andreas Müller wrote: Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb

Re: [oe] [meta-oe][PATCH] bonnie++: update to version 1.03e

2014-04-10 Thread Martin Jansa
On Tue, Apr 08, 2014 at 02:31:02PM +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Changes: * use BPN in the file name in SRC_URI. * install binaries in bindir and sbindir instead of base_bindir and base_sbindir. Please use -M when sending renames.

Re: [oe] [meta-oe][PATCH] dialog: update to version 1.1-20120706

2014-04-10 Thread Martin Jansa
On Tue, Apr 08, 2014 at 04:32:28PM +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Changes: - add SUMMARY and HOMEPAGE - remove the use of PRINC There is no PRINC, did you mean INC_PR? Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

Re: [oe] [meta-oe][PATCH] dejagnu: recipe taken from openembedded

2014-04-10 Thread Martin Jansa
On Tue, Apr 08, 2014 at 02:47:09PM +0100, krzysztof.m.syw...@intel.com wrote: From: Krzysztof Sywula krzysztof.m.syw...@intel.com Signed-off-by: Krzysztof Sywula krzysztof.m.syw...@intel.com --- meta-oe/recipes-devtools/dejagnu/dejagnu-native_1.4.4.bb | 6 ++

Re: [oe] [meta-oe][PATCH] swig: add native wrapper for SWIGLIB

2014-04-10 Thread Martin Jansa
On Wed, Apr 09, 2014 at 03:34:57PM +0800, Kai Kang wrote: Native swig will read data from hard-coded SWIGLIB or the same environment variable. While using sstate, the hard-coded SWIGLIB will point to the project that create original sstates. This would cause build issues, so add a wrapper

[oe] Fwd: [PATCH] wvstreams: Set optimization to -O0 to avoid breaking stack protection.

2014-04-10 Thread Søren Holm
A description of the bug is here : See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674006 --- meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb b/meta-

Re: [oe] [meta-oe][PATCH] swig: add native wrapper for SWIGLIB

2014-04-10 Thread Kang Kai
On 2014?04?10? 16:39, Martin Jansa wrote: On Wed, Apr 09, 2014 at 03:34:57PM +0800, Kai Kang wrote: Native swig will read data from hard-coded SWIGLIB or the same environment variable. While using sstate, the hard-coded SWIGLIB will point to the project that create original sstates. This would

Re: [oe] [PATCH][meta-gnome] abiword: workaround compile races by disabling parallel make

2014-04-10 Thread Andreas Müller
On Thu, Apr 10, 2014 at 10:25 AM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Apr 07, 2014 at 10:52:26AM +0200, Andreas Müller wrote: Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb | 5 + 1 file changed, 5

[oe] [meta-oe][PATCH] dejagnu: recipe taken from openembedded

2014-04-10 Thread krzysztof . m . sywula
From: Krzysztof Sywula krzysztof.m.syw...@intel.com Signed-off-by: Krzysztof Sywula krzysztof.m.syw...@intel.com --- meta-oe/recipes-devtools/dejagnu/dejagnu-native_1.4.4.bb | 3 +++ meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb| 12 2 files changed, 15 insertions(+)

Re: [oe] [meta-oe][PATCH] dejagnu: recipe taken from openembedded

2014-04-10 Thread Paul Eggleton
Hi Krzysztof, On Thursday 10 April 2014 11:05:14 krzysztof.m.syw...@intel.com wrote: From: Krzysztof Sywula krzysztof.m.syw...@intel.com Signed-off-by: Krzysztof Sywula krzysztof.m.syw...@intel.com --- meta-oe/recipes-devtools/dejagnu/dejagnu-native_1.4.4.bb | 3 +++

Re: [oe] [meta-oe][PATCH] dejagnu: recipe taken from openembedded

2014-04-10 Thread Jack Mitchell
On 10/04/14 11:05, krzysztof.m.syw...@intel.com wrote: From: Krzysztof Sywula krzysztof.m.syw...@intel.com Signed-off-by: Krzysztof Sywula krzysztof.m.syw...@intel.com --- meta-oe/recipes-devtools/dejagnu/dejagnu-native_1.4.4.bb | 3 +++ meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb

[oe] [meta-oe][PATCH v2] dejagnu: recipe taken from openembedded

2014-04-10 Thread krzysztof . m . sywula
From: Krzysztof Sywula krzysztof.m.syw...@intel.com Signed-off-by: Krzysztof Sywula krzysztof.m.syw...@intel.com --- meta-oe/recipes-devtools/dejagnu/dejagnu-native_1.4.4.bb | 3 +++ meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb| 11 +++ 2 files changed, 14 insertions(+)

Re: [oe] [meta-oe][PATCH] dejagnu: recipe taken from openembedded

2014-04-10 Thread Martin Jansa
On Thu, Apr 10, 2014 at 11:22:52AM +0100, Jack Mitchell wrote: On 10/04/14 11:05, krzysztof.m.syw...@intel.com wrote: From: Krzysztof Sywula krzysztof.m.syw...@intel.com Signed-off-by: Krzysztof Sywula krzysztof.m.syw...@intel.com ---

Re: [oe] State of bitbake world, Failed tasks 2014-04-03

2014-04-10 Thread Martin Jansa
On Fri, Apr 04, 2014 at 02:07:06PM +0200, Martin Jansa wrote: On Thu, Apr 03, 2014 at 03:06:09PM +0200, Martin Jansa wrote: On Sun, Mar 30, 2014 at 01:28:00AM +0100, Martin Jansa wrote: Be aware that I plan to run test-dependencies script for next few days, so changes to meta-oe will be

Re: [oe] udev auto-mount not doing fsck

2014-04-10 Thread Brian Hutchinson
OK an update. I decided to stub the automount.rules for the moment to try and get things working the old way and I'm seeing some curious behavior. The target is running Yocto 1.5 so it is a fairly recent distro. I made an entry in /etc/fstab for my eUSB with the sixth column set to 2. On reboot

[oe] [meta-oe][PATCH v3] dejagnu: recipe taken from openembedded

2014-04-10 Thread krzysztof . m . sywula
From: Krzysztof Sywula krzysztof.m.syw...@intel.com Signed-off-by: Krzysztof Sywula krzysztof.m.syw...@intel.com --- meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb diff

Re: [oe] [meta-oe][PATCH v3] dejagnu: recipe taken from openembedded

2014-04-10 Thread Paul Eggleton
On Thursday 10 April 2014 14:19:28 krzysztof.m.syw...@intel.com wrote: From: Krzysztof Sywula krzysztof.m.syw...@intel.com Signed-off-by: Krzysztof Sywula krzysztof.m.syw...@intel.com --- meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb | 13 + 1 file changed, 13 insertions(+)

Re: [oe] udev auto-mount not doing fsck

2014-04-10 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Hutchinson schreef op 10-04-14 15:10: OK an update. I decided to stub the automount.rules for the moment to try and get things working the old way and I'm seeing some curious behavior. The target is running Yocto 1.5 so it is a fairly recent

Re: [oe] udev auto-mount not doing fsck

2014-04-10 Thread Brian Hutchinson
On Thu, Apr 10, 2014 at 10:48 AM, Koen Kooi k...@dominion.thruhere.netwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Hutchinson schreef op 10-04-14 15:10: OK an update. I decided to stub the automount.rules for the moment to try and get things working the old way and I'm

Re: [oe] udev auto-mount not doing fsck

2014-04-10 Thread Denys Dmytriyenko
On Thu, Apr 10, 2014 at 11:12:22AM -0400, Brian Hutchinson wrote: On Thu, Apr 10, 2014 at 10:48 AM, Koen Kooi k...@dominion.thruhere.netwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Hutchinson schreef op 10-04-14 15:10: OK an update. I decided to stub the

[oe] [meta-oe][PATCH 0/2] updates for terminus-font

2014-04-10 Thread Trevor Woerner
In order to successfully build terminus-font, the xorg utility bdftopcf needs to be available on the native host. This patch set adds a recipe for bdftopcf then updates terminus-font to add this DEPENDS. Trevor Woerner (2): bdftopcf: add recipe terminus-font: update DEPENDS

[oe] [meta-oe][PATCH 2/2] terminus-font: update DEPENDS

2014-04-10 Thread Trevor Woerner
This recipe requires the native tool bdftopcf to be available. Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 1/2] bdftopcf: add recipe

2014-04-10 Thread Trevor Woerner
Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb diff --git

Re: [oe] [meta-oe][PATCH] linuxptp: fix and simplify recipe, drop dependency on kernel

2014-04-10 Thread Denys Dmytriyenko
ping^2... On Sun, Apr 06, 2014 at 06:47:39PM -0400, Denys Dmytriyenko wrote: ping On Tue, Apr 01, 2014 at 12:47:51AM -0400, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com * Build script tries to locate the correct /usr/include/linux/net_tstamp.h just to see if it

Re: [oe] udev auto-mount not doing fsck

2014-04-10 Thread Brian Hutchinson
On Thu, Apr 10, 2014 at 12:56 PM, Denys Dmytriyenko de...@denix.org wrote: Brian, Be careful, with your eUSB storage device cold-plugged (available on boot) you may run into a race condition, if you initially mount your rootfs in read-only mode and then re-mount in read-write mode during

Re: [oe] Fwd: [PATCH] wvstreams: Set optimization to -O0 to avoid breaking stack protection.

2014-04-10 Thread Khem Raj
On Thu, Apr 10, 2014 at 2:13 AM, Søren Holm s...@sgh.dk wrote: A description of the bug is here : See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674006 --- meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [oe] udev auto-mount not doing fsck

2014-04-10 Thread Brian Hutchinson
On Thu, Apr 10, 2014 at 2:00 PM, Brian Hutchinson b.hutch...@gmail.comwrote: On Thu, Apr 10, 2014 at 12:56 PM, Denys Dmytriyenko de...@denix.orgwrote: Brian, Be careful, with your eUSB storage device cold-plugged (available on boot) you may run into a race condition, if you initially mount

[oe] [meta-qt5][PATCH v2] qtwebkit: fix packageconfig

2014-04-10 Thread Andreas Oberritter
Arguments passed to the qmake command-line were ignored by prf files, which get evaluated first. QtWebKit offers QMAKE_CACHE_EVAL, which can be used to inject a qmake snippet before anything else gets parsed. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- v2: rebased on master-next

Re: [oe] udev auto-mount not doing fsck

2014-04-10 Thread Denys Dmytriyenko
On Thu, Apr 10, 2014 at 05:47:02PM -0400, Brian Hutchinson wrote: On Thu, Apr 10, 2014 at 2:00 PM, Brian Hutchinson b.hutch...@gmail.comwrote: On Thu, Apr 10, 2014 at 12:56 PM, Denys Dmytriyenko de...@denix.orgwrote: Brian, Be careful, with your eUSB storage device cold-plugged

Re: [oe] [meta-oe][PATCH] bonnie++: update to version 1.03e

2014-04-10 Thread Huang, Jie (Jackie)
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel- boun...@lists.openembedded.org] On Behalf Of Martin Jansa Sent: Thursday, April 10, 2014 4:28 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH]

[oe] [PATCH v2] bonnie++: update to version 1.03e

2014-04-10 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: * use BPN in the file name in SRC_URI. * install binaries in bindir and sbindir instead of base_bindir and base_sbindir. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../{bonnie++_1.03c.bb = bonnie++_1.03e.bb} | 22

Re: [oe] [meta-oe][PATCH] dialog: update to version 1.1-20120706

2014-04-10 Thread Huang, Jie (Jackie)
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel- boun...@lists.openembedded.org] On Behalf Of Martin Jansa Sent: Thursday, April 10, 2014 4:30 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH]

[oe] [PATCH v2] dialog: update to version 1.1-20120706

2014-04-10 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: - add SUMMARY and HOMEPAGE - remove the use of INC_PR Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- ...1-20111020.bb = dialog-static_1.1-20120706.bb} |5 ++--- meta-oe/recipes-extended/dialog/dialog.inc |4 ++--

[oe] [meta-oe][PATCH] libnet: update version to 1.1.6

2014-04-10 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: - use doc/COPYING instead of README as the license file - use BPN instead of PN to fix multilib build - rebase the fix-endianess-test.patch Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../fix-endianess-test.patch