diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-10 13:24:26 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-18 11:30:38 +0100 |
commit | 421f346ad65bebd800c56269ef5f034e961060c8 (patch) | |
tree | d7038f9d898d71376008d7577d59ffec33f83bbb /documentation/ref-manual | |
parent | 2ec0aac70bcd79d909a380bb594e7a10ed319d56 (diff) | |
download | poky-421f346ad65bebd800c56269ef5f034e961060c8.tar.gz |
ref-manual: Updated "npm.bbclass" section.
I provided a general link to the wiki on npm software.
Also, updated the section to point to the new section on how to
create NPM packages, which is in the dev-manual.
(From yocto-docs rev: 23d1cef7323b1b7ada7a7c8378a42db18b82626e)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 5cd25e8c29..ece47e757b 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2285,13 +2285,16 @@ This check was removed for YP 2.3 release | |||
2285 | <title><filename>npm.bbclass</filename></title> | 2285 | <title><filename>npm.bbclass</filename></title> |
2286 | 2286 | ||
2287 | <para> | 2287 | <para> |
2288 | Provides support for building Node.js software fetched using the npm | 2288 | Provides support for building Node.js software fetched using the |
2289 | package manager. | 2289 | <ulink url='https://en.wikipedia.org/wiki/Npm_(software)'>node package manager (NPM)</ulink>. |
2290 | <note> | 2290 | <note> |
2291 | Currently, recipes inheriting this class must use the | 2291 | Currently, recipes inheriting this class must use the |
2292 | <filename>npm://</filename> fetcher to have dependencies fetched | 2292 | <filename>npm://</filename> fetcher to have dependencies fetched |
2293 | and packaged automatically. | 2293 | and packaged automatically. |
2294 | </note> | 2294 | </note> |
2295 | For information on how to create NPM packages, see the | ||
2296 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-node-package-manager-npm-packages'>Creating Node Package Manager (NPM) Packages</ulink>" | ||
2297 | section in the Yocto Project Development Tasks Manual. | ||
2295 | </para> | 2298 | </para> |
2296 | </section> | 2299 | </section> |
2297 | 2300 | ||