dev-manual: Edits to "Editing the Metadata Files" section.

(From yocto-docs rev: bfa2ed13f7b924b38c3048431a93e3397f4afafa)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-04-10 14:19:59 -07:00 committed by Richard Purdie
parent e0346e18e3
commit 12e28d767e
1 changed files with 6 additions and 4 deletions

View File

@ -1424,7 +1424,8 @@
<title>Editing the Metadata Files</title> <title>Editing the Metadata Files</title>
<para> <para>
After you create the Yocto Bitbake Commander project, you can modify the metadata files After you create the Yocto Bitbake Commander project, you can modify the
<link linkend='metadata'>Metadata</link> files
by opening them in the project. by opening them in the project.
When editing recipe files (<filename>.bb</filename> files), you can view BitBake When editing recipe files (<filename>.bb</filename> files), you can view BitBake
variable values and information by hovering the mouse pointer over the variable name and variable values and information by hovering the mouse pointer over the variable name and
@ -1432,10 +1433,11 @@
</para> </para>
<para> <para>
To edit the metadata, follow these steps: To edit the Metadata, follow these steps:
<orderedlist> <orderedlist>
<listitem><para>Select your Yocto Bitbake Commander project.</para></listitem> <listitem><para>Select your Yocto Bitbake Commander project.</para></listitem>
<listitem><para>Select <filename>File -> New -> Yocto BitBake Commander -> BitBake Recipe</filename> <listitem><para>Select "BitBake Recipe" from the
"File -> New -> Yocto BitBake Commander" menu
to open a new recipe wizard.</para></listitem> to open a new recipe wizard.</para></listitem>
<listitem><para>Point to your source by filling in the "SRC_URL" field. <listitem><para>Point to your source by filling in the "SRC_URL" field.
For example, you can add a recipe to your For example, you can add a recipe to your
@ -1448,7 +1450,7 @@
license checksum values and to auto-generate the recipe filename.</para></listitem> license checksum values and to auto-generate the recipe filename.</para></listitem>
<listitem><para>Fill in the "Description" field.</para></listitem> <listitem><para>Fill in the "Description" field.</para></listitem>
<listitem><para>Be sure values for all required fields exist.</para></listitem> <listitem><para>Be sure values for all required fields exist.</para></listitem>
<listitem><para>Click <filename>Finish</filename>.</para></listitem> <listitem><para>Click "Finish".</para></listitem>
</orderedlist> </orderedlist>
</para> </para>
</section> </section>