Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Embedded Linux Using Yocto Part 2
Highest Rated
Rating: 4.5 out of 5(1,110 ratings)
6,922 students

Embedded Linux Using Yocto Part 2

Learn Yocto Project in Deep - Create your own layer, recipe and image
Created byLinux Trainer
Last updated 10/2020
English

What you'll learn

  • Various operators used by bitbake: ?=, ??=, =, +=, =+, overriding style syntax, append operators
  • Create a layer: manual and automatic using bitbake-layers command
  • Create an image: from scratch and reuse an existing image
  • Image features: Debug tweaks, ssh server, read only root filesystem, splash screen etc
  • Image variables: IMAGE_FSTYPES, IMAGE_NAME etc
  • Various stages of recipes: fetch, configure, patch, compile etc
  • Recipes for C projects, Makefile based project and git repositories
  • Logging functions provided by bitbake

Course content

11 sections83 lectures4h 55m total length
  • Variable Assignment - Hard2:12
  • Find Value of a Variable5:47
  • Split variable assignment over multiple lines2:16
  • Variable Assignment - Soft4:35
  • Variable Assignment - Weaker Default Value3:58
  • Variable Expansion - Assigning Value of other variables5:31
  • Immediate variable expansion3:23
  • Appending Operators1:24
  • Prepending Operators1:47
  • Overriding Style Syntax2:25
  • Removal Syntax1:52
  • Advantages of overriding style syntax6:16
  • Quiz 1

Requirements

  • Have a PC with internet connection
  • Should have completed Embedded Linux Using Yocto Part 1 Course (or) Should be aware of basics of Yocto

Description

Welcome to Embedded Linux using Yocto Part 2

Update: 11/10/2020: Added notes used in the course

What will you learn in this course

  • Various operators which are used by bitbake - ?=,??, =,+=, =+, overriding style syntax, append operators

  • Creating your own layer - Manual and Automatic

  • Creating your own image - scratch and reusing an existing image

  • Customizing image using IMAGE variables and IMAGE_FEATURES

  • Creating your own recipe - for C projects and git projects

  • Logging Functions provided by Yocto

Course Curriculum in Deep

Hour 1:

a) Various operators which are used by bitbake

b) Creating your own layer : Manually and Automatically through script

c) Verifying whether your layer is yocto compatible or not

Hour 2:

a) How to create our own custom image from scratch or reusing an existing image

b) Looked into various image features provided by core-image.bbclass such as debug-tweaks, selecting a ssh server, read only rootfs etc

c) Other customization variables related to image recipe

d) Manifest file which contains list of packages generated by the image

Hour 3:

a) Basics of Recipes

b) Important tasks performed by Bitbake in detail

c) Writing a recipe for simple hello world c program

d) Various Variables used in Recipe (WORKDIR, S, D, PN, PV, PR)

e) Explored the WORKDIR

Hour 4:

a) Log Files (Overall Log & Recipe Logs)

b) Bitbake Logging Functions

c) -D option of Bitbake

d) Makefile Recipe

Hour 5:

a) Automatically fetching the latest revision

b) Fetching a specific revision

c) Fetching a branch

d) Fetching a tag

e) Fetching a local repository

f) Applying Patch

This course comes with a 30 day money back guaranteed!. If you are not satisfied with the course, you'll get your money back

So what are you waiting for, enroll now and take the next step in mastering Yocto Project

Who this course is for:

  • Developers who want to learn Yocto in deep