Yocto Tutorial - 09 Yocto Build Tasks (Part-1) | A Brief Description

Опубликовано: 26 Март 2026
на канале: Tech-A-Byte
8,446
62

In this informative video, we are going to learn about the common build tasks in Yocto. If you're interested in developing Linux-based systems, this video will provide you with essential knowledge about Yocto build tasks. We will cover various topics, including what build tasks are, how to list build tasks of a recipe, and the common build tasks in Yocto.

Tasks can be considered as units of execution that perform a specific function or a set of related functions that can be combined together. We'll show you how to list the build tasks of a recipe by using the command: bitbake -c listtasks recipe-name.

Then, we'll dive into the common build tasks in Yocto, including Fetch (do_fetch), Unpack (do_upack), Patch (do_patch), Configure (do_configure), Compile (do_compile), and Install (do_install). For each task, we'll provide a brief description of what it does in the build process.

Description:
Github : https://github.com/Munawar-git/YoctoT...

bbb-example Recipe:
Github: https://github.com/Munawar-git/YoctoT...