[PATCH] dev-manual: for testing local changes, refer to devtool section
"Robert P. J. Day" <[email protected]>
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
At the end of the "Finding Temporary Source Code" section, refer the developer to the section on the appropriate use of "devtool". Signed-off-by: Robert P. J. Day <[email protected]> --- diff --git a/documentation/dev-manual/temporary-source-code.rst b/documentation/dev-manual/temporary-source-code.rst index aecd34099..cb27d2207 100644 --- a/documentation/dev-manual/temporary-source-code.rst +++ b/documentation/dev-manual/temporary-source-code.rst @@ -65,3 +65,11 @@ build system uses to build the package would be as follows:: project/build/tmp/work/qemux86-poky-linux/foo/1.3.0 +.. note:: + + If you want to iterate over testing your local changes, the proper way + is to use the ``devtool`` utility. + + To learn how to use ``devtool`` to add, modify, upgrade recipes and more, + see the :ref:`dev-manual/devtool:Using the \`\`devtool\`\` command-line tool` + section of this Development Tasks Manual.