mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
handbook: update the required dependencies list
The dependencies list in the introduction was missing chrpath and mercurial. Also adds a note about the packages required to build qemu-native. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -143,6 +143,24 @@
|
||||
<listitem>
|
||||
<para>help2man</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>chrpath</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>mercurial</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>Furthermore if you wish to run an emulated Poky image using <ulink url='http://qemu.org'>QEMU</ulink> (as in the quickstart below) you will need the following packages installed:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>libgl1-mesa-dev</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>libglu1-mesa-dev</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>libsdl1.2-dev</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>bochsbios (only to run qemux86 images)</para>
|
||||
</listitem>
|
||||
|
||||
Reference in New Issue
Block a user