diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-05-31 09:44:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 11:26:38 +0100 |
commit | da9a1145d6e596882c85ef463678f76dfd64c1f3 (patch) | |
tree | 9bba2e7dcd44f4fdd0cbe763a328e30678659b75 /documentation/sdk-manual | |
parent | d2aece029eff3feca88d395c065e2e6aa781a753 (diff) | |
download | poky-da9a1145d6e596882c85ef463678f76dfd64c1f3.tar.gz |
sdk-manual: Edits to "Name and Version"
Poor writing left over in here. Updated some of the prose.
(From yocto-docs rev: 9812ce3f1b6a4931a1b8b634a6d1f69c0e96c957)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/sdk-extensible.xml | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index 1309cd0c4c..01dd76f1da 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml | |||
@@ -1078,15 +1078,19 @@ | |||
1078 | 1078 | ||
1079 | <para> | 1079 | <para> |
1080 | If you do not specify a name and version on the command | 1080 | If you do not specify a name and version on the command |
1081 | line, <filename>devtool add</filename> attempts to determine | 1081 | line, <filename>devtool add</filename> uses various metadata |
1082 | the name and version of the software being built from | 1082 | within the source tree in an attempt to determine |
1083 | various metadata within the source tree. | 1083 | the name and version of the software being built. |
1084 | Furthermore, the command sets the name of the created recipe | 1084 | Based on what the tool determines, <filename>devtool</filename> |
1085 | file accordingly. | 1085 | sets the name of the created recipe file accordingly. |
1086 | If the name or version cannot be determined, the | 1086 | </para> |
1087 | <filename>devtool add</filename> command prints an error and | 1087 | |
1088 | you must re-run the command with both the name and version | 1088 | <para> |
1089 | or just the name or version specified. | 1089 | If <filename>devtool</filename> cannot determine the name and |
1090 | version, the command prints an error. | ||
1091 | For such cases, you must re-run the command and provide | ||
1092 | the name and version, just the name, or just the version as | ||
1093 | part of the command line. | ||
1090 | </para> | 1094 | </para> |
1091 | 1095 | ||
1092 | <para> | 1096 | <para> |