From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from correo.horus.es (correo.horus.es [2.139.157.236]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BEE0BE00404 for ; Mon, 9 Sep 2013 09:30:31 -0700 (PDT) Received: from [172.30.250.61] (172.30.250.61) by horus27 (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 2C1761; Mon, 9 Sep 2013 18:30:27 +0200 Message-ID: <522DF7A2.5050109@horus.es> Date: Mon, 09 Sep 2013 18:30:26 +0200 From: =?ISO-8859-1?Q?Jose_M=AA_Ferreiro?= User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121005 Thunderbird/16.0 MIME-Version: 1.0 To: yocto@yoctoproject.org X-AxigenVirus-Level: 1 X-AxigenSpam-Level: 2 Subject: Yocto + QT: python lost modules X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 16:30:36 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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