<div dir="ltr">Hello,<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 10, 2013 at 4:53 PM, Jose MÂȘ Ferreiro <span dir="ltr"><<a href="mailto:jose.ferreiro@horus.es" target="_blank">jose.ferreiro@horus.es</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello<br>
<br>
We have compiled meta-toolchain-qt (Yocto dylan). Now we can run QT applications on Desktop (Ubuntu 12.04) and on target (iMX6 sabre Lite board). We can also debug the applications on board, but we can not debug on desktop.<br>
<br>
When /usr/bin/gdb is started it starts automatically /usr/bin/python. It fails because Ubuntu python does not recognize sys.lib variable from /op/poky...python. We have found no way to tell gdb to start changing PYTHONHOME to Ubuntu python home to avoid the problem.<br>
<br>
So we need to add gdb to the toolchain. If we get it to work, we suppose the /op/poky...gdb will start the /opt/poky...python (we test it and that python knows what sys.lib is).<br>
<br>
We try to add to conf/local.conf: TOOLCHAIN_HOST_TASK_append = " nativesdk-gdb". But nativesdk-gdb is not a defined name.<br></blockquote><div><br></div><div>try adding packagegroup-cross-canadian-${TRANSLATED_TARGET_ARCH} in TOOLCHAIN_HOST_TASK_append which will add cross toolchain to your sdk which includes cross gdb as well. There is no nativesdk-gdb afaik unless if someone says otherwise. see ./recipes-core/packagegroups/<a href="http://packagegroup-cross-canadian.bb">packagegroup-cross-canadian.bb</a> for details.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
So the cuestion is: how can i know what recipes are avaliable to sdk host toolchain and what are their names?<br>
<br>
Thank you and best regards<br>
<br>
______________________________<u></u>_________________<br>
yocto mailing list<br>
<a href="mailto:yocto@yoctoproject.org" target="_blank">yocto@yoctoproject.org</a><br>
<a href="https://lists.yoctoproject.org/listinfo/yocto" target="_blank">https://lists.yoctoproject.<u></u>org/listinfo/yocto</a><br>
</blockquote></div><br><br clear="all"><div>Cheers,</div></div></div>