Jump to content

IMX8/Nitrogen8M/Yocto/Building Yocto: Difference between revisions

m
no edit summary
mNo edit summary
Line 5: Line 5:
Nitrogen8M is supported by Yocto Thud.
Nitrogen8M is supported by Yocto Thud.


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


Line 45: Line 45:
=Configuration=
=Configuration=
Set host's environment variables and create default configuration files by running setup-environment script.  
Set host's environment variables and create default configuration files by running setup-environment script.  
Actually (November, 2018) '''only Wayland''' distro is suported.  
Actually (November 2018) '''only Wayland''' distro is supported.  


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
Line 52: Line 52:
</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 (or 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'''.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.