Yocto Compilation Steps - lynxbee

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

Stat for file information

C program to read file properties using stat() function

Stat system call in Linux return information about a file, in the buffer pointed to by buf. … Read more

Stat for file information

C program to find file properties using stat() function

Stat() function in C is used to retrieve information about the file by accepting the filepath as … Read more

#ifndef in C

How to use #Ifndef directive in C program ?

#ifndef ( if not defined ) directive is used in C language for conditional execution of certain … Read more

Glab

How to use GLab – A GitLab Command Line Tool ?

GLab is an open source Gitlab Cli tool written in Go (golang) to help work seamlessly with … Read more

Create GitLab Project from Terminal

How to create GitLab project from Ubuntu Terminal ?

In continuation with the articles for using “GitLab” , In this post, we will demonstrate how to … Read more

Push Your Project to GitLab

How to Push your Project to GitLab ?

Once we have created the project as mentioned “Getting started for First Project with GitLab” and added … Read more

Noise_Cancellation_OBS_Studio

How to remove background noise in OBS Studio ?

By default, when we start OBS studio application for the first time and starts recording, it also … Read more

C pre-processor error

Fixed : error: #elif with no expression

When we want to make a compile time decisions to enable some code and disable other, #ifdef … Read more

Use repo on Windows

Use repo on Windows to Download Android Source

Android had developed repo tool to download huge android source code, primarily keeping in mind of development … Read more

Tar command

Compress Files using TAR Command in Linux

In Linux “tar” is an archiving utility, which is used by a large number of Linux users … Read more

Embedded Linux RPi

Build Embedded Linux for Raspberry Pi using Yocto

Building complete Linux operating system for embedded devices was a complicated task requiring investment with both time … Read more