* Yocto + QT: python lost modules
@ 2013-09-09 16:30 Jose Mª Ferreiro
2013-09-09 18:16 ` Jose Mª Ferreiro
0 siblings, 1 reply; 3+ messages in thread
From: Jose Mª Ferreiro @ 2013-09-09 16:30 UTC (permalink / raw)
To: yocto
Hello
We have compiled meta-toolchain-qt on a Yocto dylan configured for iMX6 sabre lite board. We can compile and run QT applications locally and on the remote target. The problem comes with the debugger. We can start it and put breakpoints, but variables are not showed in the QT environment.
QT is launching python commands to represent the variables but some commands fails because the python compiled for meta-toolchain-qt is not complete (module subprocces is no included, for example).
We have compiled another image from this same dylan, fsl-image-gui, that has a complete python in it. We tried to see what the difference is between the two images, but I can not find the reference to python on fsl-image-gui.
I found only one reference to this problem at OpenEmbeded. It got solved there adding several lines to python-setuptools_0.6c11.bb recipe:
RDEPENDS_${PN} = "\
python-distutils \
python-subprocess \
python-compression \
"
RDEPENDS_${PN}_class-native = "\
python-distutils \
python-compression \
"
but i did the change and nothing changed. Any idea why has it not worked? Any other better way to do it?
Thanks and best regards,
jose
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Yocto + QT: python lost modules
2013-09-09 16:30 Yocto + QT: python lost modules Jose Mª Ferreiro
@ 2013-09-09 18:16 ` Jose Mª Ferreiro
2013-09-09 18:42 ` Jose Mª Ferreiro
0 siblings, 1 reply; 3+ messages in thread
From: Jose Mª Ferreiro @ 2013-09-09 18:16 UTC (permalink / raw)
To: yocto
Hello
Just found the gname search.
Trying:
TOOLCHAIN_HOST_TASK_append = " nativesdk-python-subprocess"
bitbaking ...
Thanks
El 09/09/2013 18:30, Jose Mª Ferreiro escribió:
> Hello
>
> We have compiled meta-toolchain-qt on a Yocto dylan configured for
> iMX6 sabre lite board. We can compile and run QT applications locally
> and on the remote target. The problem comes with the debugger. We can
> start it and put breakpoints, but variables are not showed in the QT
> environment.
>
> QT is launching python commands to represent the variables but some
> commands fails because the python compiled for meta-toolchain-qt is
> not complete (module subprocces is no included, for example).
>
> We have compiled another image from this same dylan, fsl-image-gui,
> that has a complete python in it. We tried to see what the difference
> is between the two images, but I can not find the reference to python
> on fsl-image-gui.
>
> I found only one reference to this problem at OpenEmbeded. It got
> solved there adding several lines to python-setuptools_0.6c11.bb recipe:
>
> RDEPENDS_${PN} = "\
> python-distutils \
> python-subprocess \
> python-compression \
> "
>
> RDEPENDS_${PN}_class-native = "\
> python-distutils \
> python-compression \
> "
>
> but i did the change and nothing changed. Any idea why has it not
> worked? Any other better way to do it?
>
> Thanks and best regards,
>
> jose
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Yocto + QT: python lost modules
2013-09-09 18:16 ` Jose Mª Ferreiro
@ 2013-09-09 18:42 ` Jose Mª Ferreiro
0 siblings, 0 replies; 3+ messages in thread
From: Jose Mª Ferreiro @ 2013-09-09 18:42 UTC (permalink / raw)
To: yocto
Hello
Working.
TOOLCHAIN_HOST_TASK_append = " nativesdk-python-subprocess" in
conf/local.conf
Thanks
PD: forget the change on python-setuptools_0.6c11.bb
El 09/09/2013 20:16, Jose Mª Ferreiro escribió:
> Hello
>
> Just found the gname search.
>
> Trying:
>
> TOOLCHAIN_HOST_TASK_append = " nativesdk-python-subprocess"
>
> bitbaking ...
>
> Thanks
>
> El 09/09/2013 18:30, Jose Mª Ferreiro escribió:
>> Hello
>>
>> We have compiled meta-toolchain-qt on a Yocto dylan configured for
>> iMX6 sabre lite board. We can compile and run QT applications locally
>> and on the remote target. The problem comes with the debugger. We can
>> start it and put breakpoints, but variables are not showed in the QT
>> environment.
>>
>> QT is launching python commands to represent the variables but some
>> commands fails because the python compiled for meta-toolchain-qt is
>> not complete (module subprocces is no included, for example).
>>
>> We have compiled another image from this same dylan, fsl-image-gui,
>> that has a complete python in it. We tried to see what the difference
>> is between the two images, but I can not find the reference to python
>> on fsl-image-gui.
>>
>> I found only one reference to this problem at OpenEmbeded. It got
>> solved there adding several lines to python-setuptools_0.6c11.bb recipe:
>>
>> RDEPENDS_${PN} = "\
>> python-distutils \
>> python-subprocess \
>> python-compression \
>> "
>>
>> RDEPENDS_${PN}_class-native = "\
>> python-distutils \
>> python-compression \
>> "
>>
>> but i did the change and nothing changed. Any idea why has it not
>> worked? Any other better way to do it?
>>
>> Thanks and best regards,
>>
>> jose
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-09 18:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-09 16:30 Yocto + QT: python lost modules Jose Mª Ferreiro
2013-09-09 18:16 ` Jose Mª Ferreiro
2013-09-09 18:42 ` Jose Mª Ferreiro
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.