Speed up Yocto build time using ASSUME_PROVIDED
If you are compiling core-sato-image yocto root filesystem, then you might have observed that it compile lot … Read more
If you are compiling core-sato-image yocto root filesystem, then you might have observed that it compile lot … Read more
Once we disassembled the ELF to check the sections using “objdump” command, we can see the lines … Read more
In this post, we hope you already have GDB debugging setup already done for your development or … Read more
If you are compiling some recipe which you have written recently, you might seen an error like … Read more
Start ‘fdisk’. For me, the SD card reader/writer has the SD card show up on /dev/sdc. I … Read more
If you have installed fresh Ubuntu on your development machine and tried to compile some opensource source … Read more
In this post, we tries to understand the android open source build files written to add a … Read more
The mtrace() function installs hook functions for the memory- allocation functions malloc, realloc, memalign, free. These hook … Read more
Recently, I was trying to edit some HTML code which someone else has written and got lost … Read more
We assume, we are compiling for omap3 beagleboard embedded hardware platform, Clone the kernel Download toolchain Extract … Read more