diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-10 13:02:49 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-18 11:29:23 +0100 |
| commit | 4f44204d1af422ea0c17d44f329da836942ee2ed (patch) | |
| tree | b726e8dbef79d806db72de92753bb059c2cbedd0 /documentation/dev-manual | |
| parent | 688fee4596173d49273d4e77fac57d4024fd30c5 (diff) | |
| download | poky-4f44204d1af422ea0c17d44f329da836942ee2ed.tar.gz | |
dev-manual: Updated the "Working with Packages" list
I added the "Creating node package manager (NPM) packages
section link to the list. Also, made some edits to make
the capitalization consistent in the list items.
(From yocto-docs rev: d3e345cd3f44e9588c5fe8f0560e1859df0ff496)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 4f06aac976..a76a323dcd 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -8974,13 +8974,16 @@ | |||
| 8974 | <link linkend='handling-optional-module-packaging'>Handling optional module packaging</link> | 8974 | <link linkend='handling-optional-module-packaging'>Handling optional module packaging</link> |
| 8975 | </para></listitem> | 8975 | </para></listitem> |
| 8976 | <listitem><para> | 8976 | <listitem><para> |
| 8977 | <link linkend='using-runtime-package-management'>Using Runtime Package Management</link> | 8977 | <link linkend='using-runtime-package-management'>Using runtime package management</link> |
| 8978 | </para></listitem> | ||
| 8979 | <listitem><para> | ||
| 8980 | <link linkend='generating-and-using-signed-packages'>Generating and using signed packages</link> | ||
| 8978 | </para></listitem> | 8981 | </para></listitem> |
| 8979 | <listitem><para> | 8982 | <listitem><para> |
| 8980 | <link linkend='testing-packages-with-ptest'>Setting up and running package test (ptest)</link> | 8983 | <link linkend='testing-packages-with-ptest'>Setting up and running package test (ptest)</link> |
| 8981 | </para></listitem> | 8984 | </para></listitem> |
| 8982 | <listitem><para> | 8985 | <listitem><para> |
| 8983 | <link linkend='creating-node-package-manager-npm-packages'>Creating Node Package Manager (NPM) Packages</link> | 8986 | <link linkend='creating-node-package-manager-npm-packages'>Creating node package manager (NPM) packages</link> |
| 8984 | </para></listitem> | 8987 | </para></listitem> |
| 8985 | </itemizedlist> | 8988 | </itemizedlist> |
| 8986 | </para> | 8989 | </para> |
