Difference between revisions of "UCM-iMX8M-Plus: Yocto Linux: Building UCM-iMX8M-Plus Yocto images"

From Compulab Mediawiki
Jump to: navigation, search
Line 3: Line 3:
 
The purpose of this article is to show how to build a Yocto image for the UCM-iMX8M-Plus System-on-Module.
 
The purpose of this article is to show how to build a Yocto image for the UCM-iMX8M-Plus System-on-Module.
  
[https://www.yoctoproject.org/docs/ Learn more about Yocto]
+
= Yocto Build Environment =
  
= Docker Host for Yocto Build Environment =
+
Make sure you have a build machine configured as detailed in:
There are often compatibility issues between different Linux distributions and the dependencies required for Yocto compilation.<br>
+
 
In order to avoid such issues and simplify the host machine configuration process, Compulab recommends to use a pre-configured Docker environment.<br>
+
[[ Yocto: Setting Up Build Environment | Setting Up Yocto Build Environment]].
Please follow the instructions outlined in [https://github.com/compulab-yokneam/yocker Setting up Yocto Build Docker Environment].
 
  
 
= Building Yocto Images =
 
= Building Yocto Images =
Set up the Yocto build environment and build the image as detailed in [https://github.com/compulab-yokneam/meta-bsp-imx8mp/blob/ucm-imx8m-plus-r2.0/README.md Building UCM-iMX8M-Plus Yocto Linux images].
+
 
<br>
+
Build the Yocto image:
 +
 
 +
[https://github.com/compulab-yokneam/meta-bsp-imx8mp/blob/ucm-imx8m-plus-r2.0/README.md Building UCM-iMX8M-Plus Yocto Linux images].
 +
 
 
<br>
 
<br>
  

Revision as of 14:31, 30 August 2023

Overview

The Yocto Project is an open-source collaboration focused on embedded Linux development.
The purpose of this article is to show how to build a Yocto image for the UCM-iMX8M-Plus System-on-Module.

Yocto Build Environment

Make sure you have a build machine configured as detailed in:

Setting Up Yocto Build Environment.

Building Yocto Images

Build the Yocto image:

Building UCM-iMX8M-Plus Yocto Linux images.