diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 9521c7cd56..3024252b76 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1260,11 +1260,11 @@
devtool add:
A command that assists in creating a recipe and
- an environment condusive to development.
+ an environment conducive to development.
- recipetool:
- A tool provided by the Yocto Project that automates
+ recipetool create:
+ A command provided by the Yocto Project that automates
creation of a base recipe based on the source
files.
@@ -1294,18 +1294,17 @@
You can find a complete description of the
devtool add command in the
- "Use devtool add to Add an Application"
- section in the Yocto Project Software Development Kit (SDK)
- Developer's Guide.
+ "Use devtool add to Add an Application"
+ section.
- Creating the Base Recipe Using recipetool
+ Creating the Base Recipe Using recipetool create
- recipetool automates creation of
- a base recipe given a set of source code files.
+ recipetool create automates creation
+ of a base recipe given a set of source code files.
As long as you can extract or point to the source files,
the tool will construct a recipe and automatically
configure all pre-build information into the recipe.
@@ -1832,7 +1831,7 @@
The quickest way to find this path is to have BitBake return it
by running the following:
- $ bitbake -e recipename | grep ^WORKDIR=
+ $ bitbake -e basename | grep ^WORKDIR=
As an example, assume a Source Directory top-level folder named
poky, a default Build Directory at