How to fix : ERROR: do_package_qa: QA Issue: No GNU_HASH in the elf binary
If you get the error as below, at the end of the compilation, check the solution to … Read more
If you get the error as below, at the end of the compilation, check the solution to … 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
If you want to have WiFi integrated with yocto root filesystem, follow below mentioned steps, Open file, … Read more
In our another post “Create meta layer using yocto scripts” we seen how you can automatically create … Read more
The yocto-layer script simplifies creating a new general layer. The default mode of the script’s operation is … Read more
Below commands shows a ways to create a bitbake recipe using yocto scripts, Downloading package: http://www.busybox.net/downloads/busybox-1.23.2.tar.bz2Unpacking to … Read more
The below steps gives details about how to create a custom BSP layer with yocto, Here, we … Read more