diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-10 14:19:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-11 12:22:32 +0100 |
commit | 12e28d767e9c0447a150ddb55a8d4032d23d5c2c (patch) | |
tree | 46d36faaaf27ecdeb4af2c278c0e174003e4e797 | |
parent | e0346e18e34e7c6d04d49d00d06bd49252f6924b (diff) | |
download | poky-12e28d767e9c0447a150ddb55a8d4032d23d5c2c.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>
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 10 |
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> |