How Yocto build Software Package from source code ?
Yocto compiles everything from source code. Following are the stages Yocto following to prepare binaries / packages … Read more
Yocto compiles everything from source code. Following are the stages Yocto following to prepare binaries / packages … Read more
Stat system call in Linux return information about a file, in the buffer pointed to by buf. … Read more
Stat() function in C is used to retrieve information about the file by accepting the filepath as … Read more
#ifndef ( if not defined ) directive is used in C language for conditional execution of certain … Read more
GLab is an open source Gitlab Cli tool written in Go (golang) to help work seamlessly with … Read more
In continuation with the articles for using “GitLab” , In this post, we will demonstrate how to … Read more
Once we have created the project as mentioned “Getting started for First Project with GitLab” and added … Read more
By default, when we start OBS studio application for the first time and starts recording, it also … Read more
When we want to make a compile time decisions to enable some code and disable other, #ifdef … Read more
Android had developed repo tool to download huge android source code, primarily keeping in mind of development … Read more
In Linux “tar” is an archiving utility, which is used by a large number of Linux users … Read more
Building complete Linux operating system for embedded devices was a complicated task requiring investment with both time … Read more