Open main menu

DAVE Developer's Wiki β

Changes

Initialize the build environment
==== Initialize the build environment ====
Check that the following packages are install:
 
<pre class="workstation-terminal">
dvdk@vagrant:~$ sudo apt-get update && sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 xterm python3-subunit mesa-common-dev zstd liblz4-tool
</pre>
Before running the build, the environment must be initialized properly.
<pre class="workstation-terminal">
dvdk@vagrant:~/desk-mx-l/yocto$ python3 ./repo init -u git@git.dave.eu:desk-mx-l/desk-mx-l-bsp.git -b refs/tags/desk-mx9-l-5.0.0dvdk@vagrant:~/desk-mx-l/yocto$ python3 ./repo sync
</pre>
dave_user
220
edits