mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
bsp-guide: Updated the yocto-bsp example.
This example does not run as described. It said that the setup script was run and the user would be in the top-level Source Directory (e.g. poky). The script errors out unless run from the poky/build directory. So I took out the requirement of being in the top directory. (From yocto-docs rev: 800e4001319cde3e665c0271fd5a19646fb2bd7a) 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
904c35e049
commit
3353d6bcce
@@ -83,7 +83,7 @@
|
|||||||
<para>
|
<para>
|
||||||
Some layers function as a layer to hold other BSP layers.
|
Some layers function as a layer to hold other BSP layers.
|
||||||
An example of this type of layer is the <filename>meta-intel</filename> layer.
|
An example of this type of layer is the <filename>meta-intel</filename> layer.
|
||||||
The <filename>meta-intel</filename> layer contains over 10 individual BSP layers.
|
The <filename>meta-intel</filename> layer contains many individual BSP layers.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@@ -1238,8 +1238,7 @@
|
|||||||
is created in the current working directory.
|
is created in the current working directory.
|
||||||
This example assumes you have sourced the
|
This example assumes you have sourced the
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
|
<ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
|
||||||
and are currently in the top-level folder of the
|
setup script.
|
||||||
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@@ -1283,17 +1282,17 @@
|
|||||||
|
|
||||||
New qemu BSP created in meta-myarm
|
New qemu BSP created in meta-myarm
|
||||||
</literallayout>
|
</literallayout>
|
||||||
Let's take a closer look at the example now:
|
Take a closer look at the example now:
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem><para>For the QEMU architecture,
|
<listitem><para>For the QEMU architecture,
|
||||||
the script first prompts you for which emulated architecture to use.
|
the script first prompts you for which emulated architecture to use.
|
||||||
In the example, we use the ARM architecture.
|
In the example, we use the ARM architecture.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>The script then prompts you for the kernel.
|
<listitem><para>The script then prompts you for the kernel.
|
||||||
The default 3.10 kernel is acceptable.
|
The default 3.14 kernel is acceptable.
|
||||||
So, the example accepts the default.
|
So, the example accepts the default.
|
||||||
If you enter 'n', the script prompts you to further enter the kernel
|
If you enter 'n', the script prompts you to further enter the kernel
|
||||||
you do want to use (e.g. 3.2, 3.2_preempt-rt, and so forth.).</para></listitem>
|
you do want to use.</para></listitem>
|
||||||
<listitem><para>Next, the script asks whether you would like to have a new
|
<listitem><para>Next, the script asks whether you would like to have a new
|
||||||
branch created especially for your BSP in the local
|
branch created especially for your BSP in the local
|
||||||
<ulink url='&YOCTO_DOCS_DEV_URL;#local-kernel-files'>Linux Yocto Kernel</ulink>
|
<ulink url='&YOCTO_DOCS_DEV_URL;#local-kernel-files'>Linux Yocto Kernel</ulink>
|
||||||
|
|||||||
Reference in New Issue
Block a user