yocto tutorial
Kernel cross compilation: Requirements: ubuntu 14.04 or 16.04 LTS Required Packages: Install the below required packages to compile kernel. sudo apt-get update sudo apt-get upgrad...
How to write a hello world recipe in yocto I hope you are already setup the yocto source in your Ubuntu pc. if not click here how to setup yocto in ubuntu pc helloworld recipe : hellowor...
Yocto: Yocto is a build system name. it will provides customized images. e.g.: Bootloader, Linux, rootfs. Poky : Poky: Poky is a “Reference distribution” to provide customized image...
What is Git ? Git: Use to track your modified changes in a dir or files . we can now learn git using basic example. The following tutorial will give you a practical experience in git. Pl...
- First compile the yocto toolchain using below command bitbake meta-toolchain or bitbake -c do_populate_sdk your-image-name(e.g. core-image-minimal) or bitbake meta-toolchain-qt5 2. After successful...
Required Version : Minimum required verion is ubuntu 14.04 or ubuntu 16.04 LTS Required packages : sudo apt-get update sudo apt-get upgrade sudo apt-get install gawk wget git-core diffst...