summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-10 14:19:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-11 12:22:38 +0100
commit1f083ee863386b34928cac805102c288e87d2733 (patch)
tree3c387807770a9a2f82edeccd55077db1f692c3a0 /documentation
parentb8b35596907a67da077ef7fb3e2a8fa9c9555437 (diff)
downloadpoky-1f083ee863386b34928cac805102c288e87d2733.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 4791195cab..2ed81ee2dd 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1424,7 +1424,8 @@
1424 <title>Editing the Metadata Files</title> 1424 <title>Editing the Metadata Files</title>
1425 1425
1426 <para> 1426 <para>
1427 After you create the Yocto Bitbake Commander project, you can modify the metadata files 1427 After you create the Yocto Bitbake Commander project, you can modify the
1428 <link linkend='metadata'>Metadata</link> files
1428 by opening them in the project. 1429 by opening them in the project.
1429 When editing recipe files (<filename>.bb</filename> files), you can view BitBake 1430 When editing recipe files (<filename>.bb</filename> files), you can view BitBake
1430 variable values and information by hovering the mouse pointer over the variable name and 1431 variable values and information by hovering the mouse pointer over the variable name and
@@ -1432,10 +1433,11 @@
1432 </para> 1433 </para>
1433 1434
1434 <para> 1435 <para>
1435 To edit the metadata, follow these steps: 1436 To edit the Metadata, follow these steps:
1436 <orderedlist> 1437 <orderedlist>
1437 <listitem><para>Select your Yocto Bitbake Commander project.</para></listitem> 1438 <listitem><para>Select your Yocto Bitbake Commander project.</para></listitem>
1438 <listitem><para>Select <filename>File -> New -> Yocto BitBake Commander -> BitBake Recipe</filename> 1439 <listitem><para>Select "BitBake Recipe" from the
1440 "File -> New -> Yocto BitBake Commander" menu
1439 to open a new recipe wizard.</para></listitem> 1441 to open a new recipe wizard.</para></listitem>
1440 <listitem><para>Point to your source by filling in the "SRC_URL" field. 1442 <listitem><para>Point to your source by filling in the "SRC_URL" field.
1441 For example, you can add a recipe to your 1443 For example, you can add a recipe to your
@@ -1448,7 +1450,7 @@
1448 license checksum values and to auto-generate the recipe filename.</para></listitem> 1450 license checksum values and to auto-generate the recipe filename.</para></listitem>
1449 <listitem><para>Fill in the "Description" field.</para></listitem> 1451 <listitem><para>Fill in the "Description" field.</para></listitem>
1450 <listitem><para>Be sure values for all required fields exist.</para></listitem> 1452 <listitem><para>Be sure values for all required fields exist.</para></listitem>
1451 <listitem><para>Click <filename>Finish</filename>.</para></listitem> 1453 <listitem><para>Click "Finish".</para></listitem>
1452 </orderedlist> 1454 </orderedlist>
1453 </para> 1455 </para>
1454 </section> 1456 </section>