From 421f346ad65bebd800c56269ef5f034e961060c8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 10 Jun 2019 13:24:26 -0500 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'documentation') 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 <filename>npm.bbclass</filename> - Provides support for building Node.js software fetched using the npm - package manager. + Provides support for building Node.js software fetched using the + node package manager (NPM). Currently, recipes inheriting this class must use the npm:// fetcher to have dependencies fetched and packaged automatically. + For information on how to create NPM packages, see the + "Creating Node Package Manager (NPM) Packages" + section in the Yocto Project Development Tasks Manual. -- cgit v1.2.3-54-g00ecf