Images recipes for poky / yocto and creating complete BSP Images using those
Yocto / poky provides following image recipes by default, sources of this you can find in poky/meta/recipes-core/images … Read more
Yocto / poky provides following image recipes by default, sources of this you can find in poky/meta/recipes-core/images … Read more
If you want to install docker on ubuntu, follow below procedure, Above two commands will install docker … Read more
Flutter is a new way to build high-performance, cross-platform mobile apps. If you are new to Flutter, … Read more
Sometimes it happens that you don’t have source code of the device on which you are working … Read more
As we seen in our previous post, “How to Compile and Install device-tree-compiler (DTC) On Ubuntu”, we … Read more
Whenever you are trying to do kernel menuconfig very first time after installation of Ubuntu, its chances … Read more
If you get the error as below, at the end of the compilation, check the solution to … Read more
As per wikipedia, elfutils is mentioned as, “Ulrich Drepper wrote elfutils, to replace GNU Binutils, purely for … Read more
elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find … Read more
We will need to change the wpa-supplicant.conf file as below, by modifying poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf-sane Now, once we modified … Read more
For compiling simple golang helloworld program as part of yocto build framework, we need to download meta-golang … Read more
As we have seen in “Configure yocto to download from local mirror to save bandwidth” one way … Read more