summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-04-15 08:36:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-18 16:28:25 +0100
commit3e761b443f6e6ee0e827ffdff57c573a33ed3436 (patch)
treec9058299088f4a841d46403432f5f33b2fc990c5 /documentation
parent5e5015703406e866bc8bb06ef0b3ff3b13953a8f (diff)
downloadpoky-3e761b443f6e6ee0e827ffdff57c573a33ed3436.tar.gz
ref-manual: Added reference for npm.bbclass.
(From yocto-docs rev: 7bf6401ad16ad83743d82a3b7592f77237c453f8) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 152246022b..6fd68d8257 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2251,6 +2251,20 @@
2251 </para> 2251 </para>
2252</section> 2252</section>
2253 2253
2254<section id='ref-classes-npm'>
2255 <title><filename>npm.bbclass</filename></title>
2256
2257 <para>
2258 Provides support for building Node.js software fetched using the npm
2259 package manager.
2260 <note>
2261 Currently, recipes inheriting this class must use the
2262 <filename>npm://</filename> fetcher to have dependencies fetched
2263 and packaged automatically.
2264 </note>
2265 </para>
2266</section>
2267
2254<section id='ref-classes-oelint'> 2268<section id='ref-classes-oelint'>
2255 <title><filename>oelint.bbclass</filename></title> 2269 <title><filename>oelint.bbclass</filename></title>
2256 2270