Use the devtool update-recipe
command to
update your recipe with patches that reflect changes you make
to the source files.
For example, if you know you are going to work on some
code, you could first use the
devtool modify
command to extract the code and set up the workspace.
After which, you could modify, compile, and test the code.
When you are satisfied with the results you can then
run the devtool update-recipe
to create the
patches and update the recipe:
$ devtool update-recipe recipe
devtool update-recipe --help
command.