Difference between revisions of "IMX8/iMX8MEVK/Yocto/Building Yocto"

From RidgeRun Developer Connection
< IMX8‎ | iMX8MEVK‎ | Yocto
Jump to: navigation, search
m
m
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{{IMX8/Head|evk,imx8evk,evaluation kit,i.MX8M Quad Evaluation Kit,iMX8MEVK,yocto,building yocto}}</noinclude>
+
<noinclude>{{IMX8/Head|previous=iMX8EVK/Yocto|next=iMX8MEVK/Yocto/Installing_an_Image|metakeywords=evk,imx8evk,evaluation kit,i.MX8M Quad Evaluation Kit,iMX8MEVK,yocto,building yocto}}</noinclude>
  
 
__TOC__
 
__TOC__
Line 5: Line 5:
 
Yocto has several versions but only Morty and Rocko support iMX8 boards.
 
Yocto has several versions but only Morty and Rocko support iMX8 boards.
  
=Dependencies=
+
==Dependencies==
 
Before running Yocto, install its dependencies with the following command.  
 
Before running Yocto, install its dependencies with the following command.  
  
Line 19: Line 19:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
=Setting up Repo tool=
+
==Setting up Repo tool==
 
Yocto's meta-layers are configured through '''repo''' tool, install it as follows.
 
Yocto's meta-layers are configured through '''repo''' tool, install it as follows.
  
Line 29: Line 29:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
=Getting Source Code=
+
==Getting Source Code==
The Yocto's source code is downloaded according to a manifest file which controls Yocto's meta-layers.
+
The Yocto's source code is downloaded according to a manifest file that controls Yocto's meta-layers.
The repo tool requires a manifest file as argument to download files, set Yocto as follows.
+
The repo tool requires a manifest file as an argument to download files, set Yocto as follows.
  
 
<syntaxhighlight lang=bash>
 
<syntaxhighlight lang=bash>
Line 43: Line 43:
  
  
Set you desired yocto version using the following variables.
+
Set your desired yocto version using the following variables.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 65: Line 65:
 
|}
 
|}
  
=Configuration=
+
==Configuration==
 
Set host's environment variables and create default configuration files by running fsl-setup-release script.  
 
Set host's environment variables and create default configuration files by running fsl-setup-release script.  
Actually (November, 2018) '''only Wayland''' distro is suported.  
+
Currently (November 2018) '''only Wayland''' distro is supported.  
  
 
<syntaxhighlight lang=bash>
 
<syntaxhighlight lang=bash>
Line 74: Line 74:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
The first run, DISTRO and MACHINE variables are stored in your default configuration files.
+
In the first run, DISTRO and MACHINE variables are stored in your default configuration files.
The second (o more) run with the same BUILD_DIR, the environment variables will be loaded from your previous configuration files.
+
In the second (or more) run with the same BUILD_DIR, the environment variables will be loaded from your previous configuration files.
 
In other words, running the previous instructions again with other DISTRO and MACHINE will not change your DISTRO and MACHINE from your default configuration files.
 
In other words, running the previous instructions again with other DISTRO and MACHINE will not change your DISTRO and MACHINE from your default configuration files.
 
If you need to change environment variables from a previous run, you '''must modify''' your default files at '''BUILD_DIR/conf'''.
 
If you need to change environment variables from a previous run, you '''must modify''' your default files at '''BUILD_DIR/conf'''.
  
=Building=
+
==Building==
 
Keep in mind that the building can be configured with arguments, check the following tabla for more details.
 
Keep in mind that the building can be configured with arguments, check the following tabla for more details.
  
Line 87: Line 87:
 
|-
 
|-
 
| -c <task>
 
| -c <task>
| Execute specific task for the image or recipe. Some examples: fetch, compile, clean, cleansstate, package.
+
| Execute specific tasks for the image or recipe. Some examples: fetch, compile, clean, cleansstate, package.
 
|-
 
|-
 
| -f
 
| -f
Line 117: Line 117:
  
 
<syntaxhighlight lang=bash>
 
<syntaxhighlight lang=bash>
IMAGE=fsl-image-multimedia-full
+
IMAGE=core-image-minimal
 
OPTION=-k
 
OPTION=-k
 
bitbake $IMAGE $OPTION
 
bitbake $IMAGE $OPTION
Line 123: Line 123:
  
 
Other available images:
 
Other available images:
#core-image-minimal
+
 
 
#fsl-image-multimedia
 
#fsl-image-multimedia
 
#fsl-image-validation-imx
 
#fsl-image-validation-imx
 
#fsl-image-qt5-validation-imx
 
#fsl-image-qt5-validation-imx
 +
#fsl-image-multimedia-full
  
 
The images will be stored under the directory: '''<BUILD_DIR>/tmp/deploy/images/imx8mevk'''  
 
The images will be stored under the directory: '''<BUILD_DIR>/tmp/deploy/images/imx8mevk'''  
  
Please refer to [[IMX8/iMX8MEVK/Yocto/Installing_an_Image | Installing an Image]] section for more information about how to use use your image.
+
Please refer to [[IMX8/iMX8MEVK/Yocto/Installing_an_Image | Installing an Image]] section for more information about how to use your image.
  
 
<noinclude>{{IMX8/Foot|iMX8EVK/Yocto|iMX8MEVK/Yocto/Installing_an_Image}}</noinclude>
 
<noinclude>{{IMX8/Foot|iMX8EVK/Yocto|iMX8MEVK/Yocto/Installing_an_Image}}</noinclude>

Latest revision as of 12:06, 9 March 2023


NXP Partner Program Registered Vertical.jpg NXP Partner Program Horizontal.jpg
Previous: iMX8EVK/Yocto Index Next: iMX8MEVK/Yocto/Installing_an_Image





Yocto has several versions but only Morty and Rocko support iMX8 boards.

Dependencies

Before running Yocto, install its dependencies with the following command.

sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential \
chrpath socat cpio python python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping \
libsdl1.2-dev xterm autoconf libtool libglib2.0-dev python-git sed cvs subversion coreutils \
texi2html docbook-utils python-pysqlite2 help2man make gcc g++ desktop-file-utils libgl1-mesa-dev \
libglu1-mesa-dev mercurial automake groff curl lzop asciidoc u-boot-tools dos2unix mtd-utils pv \
libncurses5 libncurses5-dev libncursesw5-dev libelf-dev zlib1g-dev gawk wget git-core diffstat unzip \
texinfo gcc-multilib build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
xz-utils debianutils iputils-ping

Setting up Repo tool

Yocto's meta-layers are configured through repo tool, install it as follows.

mkdir ~/bin
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
export PATH=~/bin:$PATH

Getting Source Code

The Yocto's source code is downloaded according to a manifest file that controls Yocto's meta-layers. The repo tool requires a manifest file as an argument to download files, set Yocto as follows.

mkdir imx-yocto-bsp
cd imx-yocto-bsp
BRANCH=imx-linux-morty
MANIFEST=imx-4.9.51-8mq_ga.xml
repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b $BRANCH -m $MANIFEST
repo sync


Set your desired yocto version using the following variables.

Yocto version Variable Value
Morty BRANCH imx-linux-morty
MANIFEST imx-4.9.51-8mq_ga.xml
Rocko BRANCH imx-linux-rocko
MANIFEST imx-4.9.88-2.1.0-8mm_alpha.xml

Configuration

Set host's environment variables and create default configuration files by running fsl-setup-release script. Currently (November 2018) only Wayland distro is supported.

BUILD_DIR=build
DISTRO=fsl-imx-wayland MACHINE=imx8mqevk source fsl-setup-release.sh -b $BUILD_DIR

In the first run, DISTRO and MACHINE variables are stored in your default configuration files. In the second (or more) run with the same BUILD_DIR, the environment variables will be loaded from your previous configuration files. In other words, running the previous instructions again with other DISTRO and MACHINE will not change your DISTRO and MACHINE from your default configuration files. If you need to change environment variables from a previous run, you must modify your default files at BUILD_DIR/conf.

Building

Keep in mind that the building can be configured with arguments, check the following tabla for more details.

Option Description
-c <task> Execute specific tasks for the image or recipe. Some examples: fetch, compile, clean, cleansstate, package.
-f Force execution.
-v Verbose mode.
-DDD Enable debug information.
-s Show recipe version.
-g <recipe> Show dependency tree for the recipe.
-c listtasks <image_or_recipe> Show the tasks associated with a recipe or image.
-k keep running if an error appears.
--help Detailed help information.

In order to build your image, run the next command:

IMAGE=core-image-minimal
OPTION=-k
bitbake $IMAGE $OPTION

Other available images:

  1. fsl-image-multimedia
  2. fsl-image-validation-imx
  3. fsl-image-qt5-validation-imx
  4. fsl-image-multimedia-full

The images will be stored under the directory: <BUILD_DIR>/tmp/deploy/images/imx8mevk

Please refer to Installing an Image section for more information about how to use your image.


Previous: iMX8EVK/Yocto Index Next: iMX8MEVK/Yocto/Installing_an_Image