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

From Compulab Mediawiki
Jump to: navigation, search
(Created page with "= Overview = The Yocto Project is an open-source collaboration focused on embedded Linux development.<br> The purpose of this article is to show how to build a Yocto image for...")
 
Line 11: Line 11:
  
 
= 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-r1.1/README.md Building UCM-iMX8M-Plus Yocto Linux 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>
 
<br>
 
<br>
 
<br>

Revision as of 11:24, 23 February 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.

Learn more about Yocto

Docker Host for Yocto Build Environment

There are often compatibility issues between different Linux distributions and the dependencies required for Yocto compilation.
In order to avoid such issues and simplify the host machine configuration process, Compulab recommends to use a pre-configured Docker environment.
Please follow the instructions outlined in Setting up Yocto Build Docker Environment.

Building Yocto Images

Set up the Yocto build environment and build the image as detailed in Building UCM-iMX8M-Plus Yocto Linux images.