Yocto Guide¶
Choosing the right Guide
The table below will help you to decide which guide to use, depending on the module you want to use. In this guides, the right BSP is written down, so you don’t have to worry about it.
Note
If you’re new to Yocto we recommend reading the respective section below before you continue choosing a guide.
Module |
Kernel Version |
Yocto Version |
Usage Guide |
Supported Build Hosts |
---|---|---|---|---|
|
|
|
||
|
Linux 5.10.184-cip36 |
Mickledore |
||
|
Linux 6.1.28 |
|||
|
Linux 5.10.61 |
Hardknott |
For all BSPs
Legacy Yocto¶
These Yocto are still available but these are deprecated, please use the above given new ones.
Module |
Kernel Version |
Yocto Release |
Guide |
Supported Build Hosts |
---|---|---|---|---|
|
linux-imx_6.1.1_1.0.0 NXP Kernel [6] |
Langdale |
||
|
linux-st_4.19.49 STM32MP Kernel [4] |
Thud |
||
|
linux-karo_4.14.98 NXP Kernel [5] |
Sumo |
||
|
linux-karo_4.14.24 Mainline LTS [3] |
Rocko |
If you’re new to Yocto¶
This is our Yocto Guide. First, lets explain some terms:
BSP - Board Support Package:
A Board Support Package (BSP) is a collection of information that defines how to support a particular hardware device, set of devices, or hardware platform. The BSP includes information about the hardware features present on the device and kernel configuration information along with any additional hardware drivers required. The BSP also lists any additional software components required in addition to a generic Linux software stack for both essential and optional platform features. [1]
BSP-Layer:
See section 1.1 in the official Yocto documentation of the Hardknott Release for the Mainline base BSP and Kirkstone Release for the NXP based BSP.
Recipe:
Recipes (.bb files) are fundamental components in the Yocto Project environment. Each software component built by the OpenEmbedded build system requires a recipe to define the component. [2]
On GitHub we are providing different BSP’s and layers. The following table should give you an overview.
Repository |
Type |
Description |
---|---|---|
BSP |
Ka-Ro’s Mainline Yocto BSP for boards. |
|
Layer |
Ka-Ro’s Mainline Yocto layer for our CoMs. |
|
Layer |
Ka-Ro’s Mainline Yocto Distro layer. |
|
BSP |
Ka-Ro flavoured NXP i.MX Yocto BSP. |
|
Layer |
Ka-Ro’s Yocto layer for NXP i.MX Processors based boards. |
|
Layer |
Ka-Ro’s NXP Yocto Distro layer. |
Glossary