Re: [yocto] Removing Python2 Completely

2020-08-28 Thread Aashik Aswin
Thanks, Now I am able to see only python-core remaining in the RootFS Manifest and Image size has decreased by nearly 10 MB. Thanks, Aashik On Fri, Aug 28, 2020 at 12:44 PM Maciej Pijanowski < maciej.pijanow...@3mdeb.com> wrote: > > On 28.08.2020 09:10, Aashik Aswin wrote: > > Hi, > > I am

Re: [yocto] Removing Python2 Completely

2020-08-28 Thread Maciej Pijanowski
On 28.08.2020 09:10, Aashik Aswin wrote: Hi, I am currently using Yocto Zeus. So is it safe to say that if we remove all the Python2 calls from image, that itself will remove Python2 overall ? If you want to remove python2 from the image, you need to make sure that no other package

Re: [yocto] Removing Python2 Completely

2020-08-28 Thread Maciej Pijanowski
On 28.08.2020 09:04, Aashik Aswin wrote: Hi, I am trying to remove Python2 and it's supporting modules completely from my Image, as I have moved all my code to Python3 and hence no longer require Python2. I tried the IMAGE_INSTALL_remove variable but seems to have no effect. Is there a way

[yocto] Removing Python2 Completely

2020-08-28 Thread Aashik Aswin
Hi, I am trying to remove Python2 and it's supporting modules completely from my Image, as I have moved all my code to Python3 and hence no longer require Python2. I tried the IMAGE_INSTALL_remove variable but seems to have no effect. Is there a way I can remove Python2 without much changes to