Open main menu

DAVE Developer's Wiki β

Changes

How to build the Yocto BSP images including the U-Boot binary file, the Linux kernel image, and the target root file system image
</pre>
Again, replace <code><target-image-name></code> with one of the images listed in [[#Quick reference|here]].
 
====Generating the Toolchain====
Toolchain can be created by the following command:
 
<pre class="workstation-terminal">
bitbake meta-toolchain
</pre>
 
==== Building additional packages ====
To build additional packages the user must first enter select the directory where ''DISTRO'' and source the <code>desk-mx9-l-5.0.0-bspsetup-init-envrelease.sh</code> is placed and source itscript
<pre class="workstation-terminal">
dvdk@vagrant:~/desk-mx-l/yocto$ source deskDISTRO=fsl-mximx-l/yoctowayland MACHINE=desk-bspmx93 source desk-initsetup-envrelease.sh-b build-waylanddvdk@vagrant:~/desk-mx-l/yocto/build-wayland$
</pre>
dave_user
224
edits