[OE-core] gdb and lttng-ust 0.12

2011-04-24 Thread Saul Wold
Dexuan, It seems that when you updated lttng-ust to 0.12, it installed an /usr/include/ust directory that GDB now finds. This caused the gdbserver code to not build. I investigated this and it seems to be due to gdb having a dependency on UST that causes GDB not to compile. I think at

Re: [OE-core] [PATCH 37/37] create-lsb-image:Rename creat-lsb-image and fix some bugs

2011-04-24 Thread Richard Purdie
On Fri, 2011-04-22 at 23:29 -0700, Saul Wold wrote: From: Xiaofeng Yan xiaofeng@windriver.com Rename creat-lsb-image to create-lsb-image Fix some fuctions for more practical Please in future make renames separate to commits so people can more easily see what changed. Cheers, Richard

Re: [OE-core] [PATCH 35/37] task-base: allow distribution to define apm provider

2011-04-24 Thread Richard Purdie
On Fri, 2011-04-22 at 23:29 -0700, Saul Wold wrote: From: Martin Jansa martin.ja...@gmail.com Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-core/tasks/task-base.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [PATCH] task-base: allow distribution to define apm provider

2011-04-24 Thread Richard Purdie
On Mon, 2011-04-25 at 00:25 +0200, Martin Jansa wrote: * use VIRTUAL-RUNTIME_apm instead of apm directly Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-core/tasks/task-base.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) Merged to master, thanks.

[OE-core] [PATCH 0/1] perl recipe upgrade

2011-04-24 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/upgrades Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades Thanks, Nitin A Kamble nitin.a.kam...@intel.com --- Nitin A Kamble (1): perl: upgrade

Re: [OE-core] [PATCH] librsvg 2.32.1: fix postinst script

2011-04-24 Thread Saul Wold
On 04/21/2011 05:21 AM, Koen Kooi wrote: The symptom: root@pandaboard-core:~# sh /var/lib/opkg/info/librsvg-2-gtk.postinst g_module_open() failed for /home/root/--update-cache: /home/root/--update-cache.so: cannot open shared object file: No such file or directory root@pandaboard-core:~# the

Re: [OE-core] [PATCH 0/8] recipe upgrades bugfixes

2011-04-24 Thread Saul Wold
On 04/21/2011 01:25 PM, Nitin A Kamble wrote: From: Nitin A Kamblenitin.a.kam...@intel.com These are some of the recipe upgrades and bug fixes I had worked on. Thanks, Nitin Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/misc Browse:

Re: [OE-core] [PATCH V2 0/1] Upgrade pcmciautils 017 - 018

2011-04-24 Thread Saul Wold
On 04/21/2011 02:35 PM, Khem Raj wrote: Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: kraj/pcmciautils Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/pcmciautils Thanks, Khem Rajraj.k...@gmail.com --- Khem Raj (1):

Re: [OE-core] gdb and lttng-ust 0.12

2011-04-24 Thread Cui, Dexuan
Hi Saul, I prefer continue with UST disabled in gdb for now. I'm investigating more to get an in-depth understanding about the issue. e.g., ust-0.11 doesn't break building gdb while ust-0.12 does -- however both 0.11 and 0.12 install /usr/include/ust/. Thanks, -- Dexuan -Original

Re: [OE-core] gdb and lttng-ust 0.12

2011-04-24 Thread Saul Wold
On 04/24/2011 10:14 PM, Cui, Dexuan wrote: Hi Saul, I prefer continue with UST disabled in gdb for now. Ok, I have a patch queue'ed up already with this fix, I will push it as part of a consolidated request later tonight. I'm investigating more to get an in-depth understanding about the