mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
documentation/dev-manual/dev-manual-cases.xml: partial - finished edits to BSP section.
(From yocto-docs rev: 3f7f97f869edab6a8ad7678ac05c7a681624e5c8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
026f146329
commit
307b04d98b
@@ -602,7 +602,7 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
To get ready to build your new layer you need to do the following:
|
To get ready to build your image that uses the new layer you need to do the following:
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem><para>Get the environment ready for the build by sourcing the environment
|
<listitem><para>Get the environment ready for the build by sourcing the environment
|
||||||
script.
|
script.
|
||||||
@@ -619,7 +619,8 @@
|
|||||||
Thus, entering the previous command created the <filename>yocto-build</filename> directory.
|
Thus, entering the previous command created the <filename>yocto-build</filename> directory.
|
||||||
If you do not provide a name for the build directory it defaults to
|
If you do not provide a name for the build directory it defaults to
|
||||||
<filename>build</filename>.
|
<filename>build</filename>.
|
||||||
The <filename>build</filename> directory contains a <filename>conf</filename> directory that has
|
The <filename>yocot-build</filename> directory contains a
|
||||||
|
<filename>conf</filename> directory that has
|
||||||
two configuration files you will need to check: <filename>bblayers.conf</filename>
|
two configuration files you will need to check: <filename>bblayers.conf</filename>
|
||||||
and <filename>local.conf</filename>.</para></listitem>
|
and <filename>local.conf</filename>.</para></listitem>
|
||||||
<listitem><para>Check and edit the resulting <filename>local.conf</filename> file.
|
<listitem><para>Check and edit the resulting <filename>local.conf</filename> file.
|
||||||
@@ -721,12 +722,12 @@
|
|||||||
For example, moving your working directory around could cause problems.
|
For example, moving your working directory around could cause problems.
|
||||||
Here is the command for this example:
|
Here is the command for this example:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ bitbake –k poky-image-sato-live
|
$ bitbake –k core-image-sato-live
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This command requests an image that has Sato support and can be run from a USB device or
|
This command specifies an image that has Sato support and that can be run from a USB device or
|
||||||
from a CD without having to first install anything.
|
from a CD without having to first install anything.
|
||||||
The build process takes significant time and includes thousands of tasks, which are reported
|
The build process takes significant time and includes thousands of tasks, which are reported
|
||||||
at the console.
|
at the console.
|
||||||
|
|||||||
Reference in New Issue
Block a user