
Getting started with brief introduction about Yocto, explore the yocto functional architecture and it various components like bitbake, open embedded core, yocto meta-data, yocto board support package layers with the poky reference system. Also it includes the Yocto development history with version information
Provides complete end-to-end Yocto build setup starting from installing dependency packages, downloading the poky source from yoctoproject git repository, directory structure and detailed source glance of yocto, build preparation, configure the complete build process using local.conf, getting information about image target and generating core-image-minimal.
Flashing the yocto generated core-image-minimal build target into Micro SD Card. Booting the BeagleBoneBlack from uSD Card image. This also provides the Linux Serial Console Setup and configuration. Connecting with Linux Serial Console of BeagleBoneBlack to get start with playing.
Core Image Sato is a build target, included with Sato, a mobile environment and visual style for mobile devices. This build target includes X11 with sato theme.
Booting the core-image-sato from uSD Card on BeagleBoneBlack and little glance on services running on bootup.
Exploring the yocto open embedded core layer, meta-data, recipes, bitbake files, bitbake append files, configuration files, classes.
Getting started with Yocto Bitbake Tasks like Normal, Manual, Image related and kernel related tasks. Listing the tasks and cleanup, cleansstate and cleanall.
provides the detailed information about bitbake-layers command options like show-layers, show-recipes, show-overlayed, show-appends, show-cross-depends, layerindex-fetch, layerindex-show-depends, add-layer, remove-layer, create-layer
Provides detailed description about recipe file variables, directory definition available in yocto, recipes licensing and respective license file present in common license directory. Gives a simple recipe implementation that creates the simple helloworld application from the source maintained within the recipe itself.
Starts with the recipe for image creation with information of image recipe variables, package group and mediabox software architecture that we planned to create an image.
This session provides flashing and booting procedure of yocto customized media box image created.
Course starts with a brief introduction about yocto fundamentals and architecture, poky reference system, bitbake, meta open embedded core, yocto board support package. Then it helps to step by step procedure to setup yocto build system for beagleboneblack, starts from installing dependencies, downloading the poky system from yocto-project git repository, preparing build environment, build targets, building core-image-minimal and various targets, flashing the image into beagleboneblack.
This also provides the information about yocto meta-data, recipes, bitbake files, bitbake append files, class file and etc.
Yocto bitbake layers with various options like show-layers, show-recipes, create-layer, add-layer, remove-layer, show-cross-depends, layerindex-fetch, show-overlays.
Helps you to create new yocto layer starting from a simple helloworld to optimized custom yocto board support package layer. Also it provides information to create recipes with starting from a helloworld, custom full feature media box image generation recipes and recipe to add IoT gateway middleware framework and applications.