[yocto] Yocto Poky 2.4.1 - Remove python3 from build

Burton, Ross ross.burton at intel.com
Wed Oct 17 02:43:49 PDT 2018


Easiest way to determine what is pulling it in is to try removing the
package on the target using the package manager.  That will tell you
what dependencies are keeping it in.

Ross
On Wed, 17 Oct 2018 at 08:32, Marwen BRIKCHA <marwen.brikcha at gmail.com> wrote:
>
> Yes. I've seen compilation log and it does do_install in final image.
> It's installed in /usr/lib64/python3.5 on RootFS.
>
> Le mer. 17 oct. 2018, à 00 h 48, Burton, Ross <ross.burton at intel.com> a écrit :
>>
>> On Tue, 16 Oct 2018 at 14:06, Marwen BRIKCHA <marwen.brikcha at gmail.com> wrote:
>> >
>> > because, when i run :
>> > :
>> > $> bitbake -v opencv
>> > I can see that python3 is fetched, configure, ... etc
>> > So, i think it the responsible for this.
>>
>> Please remember to CC the list.
>>
>> Python being built doesn't lead to Python being installed in the
>> image.  Have a look at the image manifest (in deploy/images) or look
>> at what is actually installed inside the image.
>>
>> Ross


More information about the yocto mailing list