Re: [yocto] Adding GCC to system root image

2018-06-22 Thread Prakash Ks
Try Removing line: IMAGE_INSTALL +="opkg" from poky/meta-qti-bsp/recipies-products/images/ BASE_IMAGE.inc Thanks! Prakash On Thu, Jun 21, 2018 at 6:59 PM Khem Raj wrote: > On Thu, Jun 21, 2018 at 4:02 PM Krishna Priya > wrote: > > > > Hello all, > > > > I am trying to add gcc to the system

Re: [yocto] Rocko: how to remove python3 from target's rootfs

2018-06-22 Thread Khem Raj
On Fri, Jun 22, 2018 at 8:17 AM Bejar-Colonia, Carlos wrote: > > Hello Yocto Team, > > > > I’ve upgraded my Yocto system from Morty to Rocko and I’ve noticed that > python3 gets installed in the rootfs, which I don’t want (it takes a lot disk > space) > > I’ve noticed that when I add dhcp-client

[yocto] Rocko: how to remove python3 from target's rootfs

2018-06-22 Thread Bejar-Colonia, Carlos
Hello Yocto Team, I've upgraded my Yocto system from Morty to Rocko and I've noticed that python3 gets installed in the rootfs, which I don't want (it takes a lot disk space) I've noticed that when I add dhcp-client package to the rootfs (CORE_IMAGE_EXTRA_INSTALL += "dhcp-client"), python3 gets