Re: [yocto] QEMU Size Increase from Yocto Thud to Zeus

2021-07-06 Thread Aashik Aswin
> Yes, look at the PACKAGECONFIGs and setting QEMU_TARGETS. > > > > Ross > > > > On Mon, 14 Jun 2021 at 09:04, Aashik Aswin > wrote: > > > > > > Thanks for the clarification, yes I am installing QEMU in my image. Is > there some way that we can disable

[yocto] Python2 in Gatesgarth

2021-06-30 Thread Aashik Aswin
Hello Developers, We are migrating our platforms from Zeus to Gatesgarth, We could see that the native Python2 bb file and core modules have been removed. As much of our platform code is in Python2, I was wondering if there is some way we can re-enable python2 support in our yocto environment

Re: [yocto] QEMU Size Increase from Yocto Thud to Zeus

2021-06-14 Thread Aashik Aswin
et larger as it is built with more architectures enabled, > but unless you're installing it in your image it won't make a > difference. > > Ross > > On Fri, 11 Jun 2021 at 11:40, Aashik Aswin > wrote: > > > > Hi Experts, > > > > I am upgrading my Linux fro

[yocto] QEMU Size Increase from Yocto Thud to Zeus

2021-06-11 Thread Aashik Aswin
Hi Experts, I am upgrading my Linux from Yocto Thud to Zeus (5.4 Kernel) . After building I could see a significant increase in the size of the image. On checking with buildhistory enabled, I could see that qemu has nearly doubled in size. Thud (4.19) - 223084 KiB qemu Zeus (5.4) - 474757

[yocto] Disable/Enable DHCLIENT in Yocto

2020-12-02 Thread Aashik Aswin
Hi Developers, I am trying to add DHCLIENT package to my Yocto Zeus Build. However If we include "dhcp-client" package in yocto, the dhclient takes the priority over existing Busy box udhcpc and starts during the init. My box basically uses UDHCPC for getting the IPs and my intention is to

[yocto] Perl-Native compilation for THUD in Red Hat 8

2020-10-01 Thread Aashik Aswin
Hi Developers, I recently migrated my machine to Red Hat 8 , I am using Yocto Thud to build my customized yocto image. However, I am seeing the following Build Issue while compiling Perl-native /usr/include/errno.h:48:10: fatal error: bits/types/error_t.h: No such file or directory | #include

Re: [yocto] SIGINT Issues with Zeus Migration

2020-09-25 Thread Aashik Aswin
Hi Leon, Zoran I am using Ctrl+C to kill the Ping command. Thanks. On Fri, Sep 25, 2020 at 3:56 PM Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Hello Leon, > > > Aashik, how are you sending the signal? Using CTRL-C or > > using the "kill" command? > > This is a good

[yocto] SIGINT Issues with Zeus Migration

2020-09-24 Thread Aashik Aswin
Hello Developers, I recently migrated all my platform Recipes from Thud (Linux 4.19) to Zeus (5.4). I understand there might be compatibility issues and was able to fix most of them. However one issue I am facing is that in the newly migrated Zeus Image is that I am not able to send SIGINT to

[yocto] RootFS Size increase during Migration

2020-09-03 Thread Aashik Aswin
Hi Developers, I am migrating my code from Yocto Thud (4.19) Kernel to Yocto Zeus (5.4) Kernel. The recipes and conf files are essentially the same, but I am seeing a substantial increase in the RootFS Size and Subsequent final image size (Close to 40 MB). Any idea on how we can debug this or

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: >

[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