Skip to main content
Version: BSP 8.x.y (Next)

BSP Layers and Reference Images for Yocto Project - Overview

Introduction

Linux, developed as an open source operating system for IBM computers, was ported to Arm in the early days. Today, Linux holds a significant market share in the embedded world, mainly on Arm devices. The advantages over proprietary embedded operating systems include no royalties or licensing fees, a stable kernel, a vast number of tested drivers, a support base that is not restricted to the employees of a single software company, and the ability to modify and redistribute the source code.

Toradex provides embedded Linux BSPs (Board Support Packages) and reference images for all our current computer on modules. Those BSPs are provided by an in-house development team working side-by-side with the hardware team. This enables us to provide a high-quality Linux port. When it comes to solving issues, the customer can rest assured that they will not be the play ball between different hardware and software providers.

Embedded Linux Offerings

Toradex provides three options for embedded Linux development. Our main website presents the offerings, and our developer website has pages used as entry point for related technical articles:

Relationship between Torizon OS, BSP Layers and Reference Images

While Torizon OS (both the ready-to-use and the Reference Minimal Images) and the BSP Reference Images are built on top of the BSP layers, they have fundamental differences. Learn more about them in our Embedded Linux page on the main Toradex website.

This page focuses on the Toradex BSP Layers and Reference Images for Yocto Project. For Torizon, please refer to the Torizon software page.

To learn more about our Linux Options, read our dedicated page:

The Yocto Project and OpenEmbedded

The Yocto Project is an open source collaboration project that provides tools, templates, and practices for creating custom Linux-based systems. OpenEmbedded is the build framework used by the Yocto Project to create kernels, root filesystems, and packages from source code. The projects co-maintain the build system, and Toradex documentation may use both names when discussing it. Search the documentation for both terms when researching a topic.

Toradex is a Yocto Project participant and builds its BSP Layers and Reference Images on this infrastructure. Relevant Yocto Project components include:

  • OpenEmbedded Core (OE-Core): Core metadata and recipes used to build a distribution.
  • BitBake: The task executor that parses metadata and builds packages and filesystem images from source.
  • CROPS: Container images and tooling for build environments.

See the Yocto Project components and tools overview for the complete project scope.

Toradex provides and supports Embedded Linux BSPs based on the Yocto Project and OpenEmbedded. We maintain production-quality OpenEmbedded BSP and reference distribution layers as a starting point for custom embedded Linux systems.

Toradex BSPs use OE-Core recipes and BitBake. Toradex also uses AutoBuilder and CROPS internally for some BSP builds.

For the layer boundaries and the relationship between the BSP, distribution, and images, refer to BSP Layers and Reference Images Architecture.

BSP Layers and Reference Images for Yocto Project

Toradex provides Linux support through BSP Layers and Reference Images for Yocto Project.

They are:

  • A fast and reliable starting point for you to create your own distribution.
  • Production-grade quality.

They are not:

  • Feature-complete nor ready to be used in a production environment without further customization.

The BSP layers for the Yocto Project provide production-grade building blocks for creating custom Linux images with minimal hardware bring-up effort.

The Reference Images for Yocto Project are boot-ready images that you can use to validate your Yocto build environment and as a starting point for developing a customized production image.

Toradex provides pre-built binaries of its Reference Images for Yocto Project to simplify initial evaluation and hardware bring-up. These binaries are intended for evaluation only.

info

We don't maintain or provide SDKs for the reference image. You must build your own Linux SDKs using OpenEmbedded.

If you want a simpler build setup and faster time to market, consider starting with Torizon. Torizon provides a production-ready Linux platform that supports most application and system customization through containers and configuration, without requiring a Yocto build.

Torizon is a good fit when:

  • Your application does not require drivers or other components distributed as Yocto layers.
  • You do not already depend on a Yocto-based development workflow or CI infrastructure.
  • You do not need to build around existing in-house Yocto expertise.

Learn more about the differences between the Reference Images for Yocto Project and Torizon and consider starting with Torizon.

How to Build a Yocto / OpenEmbedded Image

The comprehensive Toradex guides to building a Yocto/OpenEmbedded embedded Linux image are:

A summary of the steps to follow from configuration to deployment is provided below. Please see the technical articles above for the actual commands and exact steps you have to execute:

  1. Install the prerequisites. Make sure you install and configure git, and that proxy/firewall does not block access to any required URL.
  2. Download the required repositories using the Repo tool.
  3. Export the environment setup script.
  4. Setup your machine, which tells OpenEmbedded for which Toradex computer on module you are building.
  5. Use bitbake to build the image. This takes a lot of time during the first build. For later builds, only the packages you customize will be re-built which makes it much faster.
  6. Deploy the resulting image to the computer on module.
tip

You can also build U-Boot and Linux Kernel from source without Yocto setup.

For further information about what Linux kernel and U-Boot branch are valid for which module hardware refers to the Build U-Boot and Linux Kernel from Source Code article.

Customization

You will need to customize our Reference Images for Yocto Project to make them match your application and custom hardware requirements.

We provide documentation about reproducing our pre-built images with Yocto, and how to build the U-Boot and Linux kernel directly from the source code. If you need help customizing or integrating a BSP, we provide professional support!

Versions

See Toradex BSP versions and their information on the table below. There might be several concurrent Toradex BSP versions available at a given point in time, refer to Toradex Embedded Linux Support Strategy. Our Embedded Linux Release Matrix summarizes versions of Yocto/OpenEmbedded, the Linux kernel and U-Boot, and release dates for Toradex Embedded Linux releases.

Toradex VersionStatusDistributionOpenEmbedded/Yocto Project CodenameYocto Project Release
7.0LatestPoky basedscarthgap5.0 LTS
6.0LatestPoky basedkirkstone4.0 LTS
5.7OutdatedPoky baseddunfell3.1 LTS
4.0.0 (deferred*)DeferredPoky basedzeus3.0
3.0OutdatedPoky basedthud2.6
2.8OutdatedÅngström v2017.12rocko2.4
2.7OutdatedÅngström v2016.12morty2.2
2.6 / 2.6.1OutdatedÅngström v2015.12jethro2.0
2.5OutdatedÅngström v2015.06fido1.8
2.4OutdatedÅngström v2014.12dizzy1.7
2.3OutdatedÅngström v2014.06daisy1.6
2.2OutdatedÅngström v2013.12dora1.5
2.1OutdatedÅngström v2013.06dylan1.4

* 4.0.0 is deferred, learn more on https://www.toradex.cn/blog/torizon-yocto-project-long-term-support-alignment

Releases

Toradex defines a release cycle for the BSP Layers, Reference Images for Yocto Project and Torizon OS.

Release and Support Strategy

To learn more about them and determine which one is right for you, read our Support Strategy:

Release Notes

Concise, high-level release notes are published on the News section of toradex.cn:

Comprehensive, detailed release notes are maintained on the following pages on the developer website:

Source Code

The Linux kernel and U-Boot bootloader source code as well as the Toradex OpenEmbedded layers can be cloned from our GIT server. Sources of our current Linux images are available at git.toradex.cn:

Check out the versions of U-Boot, kernel and Yocto/OpenEmbedded in our Embedded Linux Release Matrix.

Pre-built Images

The pre-built binary images are provided by Toradex for your convenience and ease-of-use during your first steps with Toradex hardware.

Download pre-built images from the Reference Images for Yocto Project Software Downloads.

Flashing an Image

First, check under which category you fall:

Use the Toradex Easy Installer to flash the image into the Computer on Module.

Next Steps

Use the pre-built Reference Images to evaluate your hardware and validate your setup. To develop a product, build and customize an image for your requirements, then complete the production-specific integration and validation steps.

Evaluate and Set Up

  1. Quick Reference for the core Linux, BSP, and Yocto Project terms used throughout this documentation
  2. Review the BSP Layers and Reference Images Architecture
  3. Set Up a Host Machine for Yocto Project Builds

Build and Customize an Image

  1. Build a Reference Image with Yocto Project
  2. Create Custom Layers, Recipes, and Images
  3. Configure Device Tree Overlays

Prepare Your Custom Image for Production

  1. Maintain Open-Source License Compliance
  2. Integrate the Production-Hardening and Security Best-Practices
  3. Prepare Your Image for Production Programming

Additional Resources

External Documentation

Partners

Toradex has a Blog and Webinars pages where you can find content related to Yocto, aimed to help your embedded Linux development with Yocto Project. Check periodically for most up-to-date articles and if you would like to read a blog post that is not yet written, leave your feedback using the Feedback developer website button.

Blogs

Webinars

Send Feedback!