diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-13 17:06:41 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-15 21:54:02 +0100 |
| commit | 9a5f7ae7d95a81769de81ad7dc2c2f2145603cd2 (patch) | |
| tree | 5d3d3d191975ff1b20e9de7836a04dfeb3d91692 | |
| parent | ec408167ae921d1f3b86097df86ce6b17f619e2d (diff) | |
| download | poky-9a5f7ae7d95a81769de81ad7dc2c2f2145603cd2.tar.gz | |
bitbake: bitbake-user-manual: Added npm to other fetcher list.
Fixes [YOCTO #10098]
(Bitbake rev: 5fb0fb71ae5bda647c45f07aac63084575ed6b39)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml index 3acd7c403e..684040856d 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | |||
| @@ -832,19 +832,22 @@ | |||
| 832 | Bazaar (<filename>bzr://</filename>) | 832 | Bazaar (<filename>bzr://</filename>) |
| 833 | </para></listitem> | 833 | </para></listitem> |
| 834 | <listitem><para> | 834 | <listitem><para> |
| 835 | Trees using Git Annex (<filename>gitannex://</filename>) | 835 | Mercurial (<filename>hg://</filename>) |
| 836 | </para></listitem> | 836 | </para></listitem> |
| 837 | <listitem><para> | 837 | <listitem><para> |
| 838 | Secure FTP (<filename>sftp://</filename>) | 838 | npm (<filename>npm://</filename>) |
| 839 | </para></listitem> | 839 | </para></listitem> |
| 840 | <listitem><para> | 840 | <listitem><para> |
| 841 | Secure Shell (<filename>ssh://</filename>) | 841 | OSC (<filename>osc://</filename>) |
| 842 | </para></listitem> | 842 | </para></listitem> |
| 843 | <listitem><para> | 843 | <listitem><para> |
| 844 | OSC (<filename>osc://</filename>) | 844 | Secure FTP (<filename>sftp://</filename>) |
| 845 | </para></listitem> | 845 | </para></listitem> |
| 846 | <listitem><para> | 846 | <listitem><para> |
| 847 | Mercurial (<filename>hg://</filename>) | 847 | Secure Shell (<filename>ssh://</filename>) |
| 848 | </para></listitem> | ||
| 849 | <listitem><para> | ||
| 850 | Trees using Git Annex (<filename>gitannex://</filename>) | ||
| 848 | </para></listitem> | 851 | </para></listitem> |
| 849 | </itemizedlist> | 852 | </itemizedlist> |
| 850 | No documentation currently exists for these lesser used | 853 | No documentation currently exists for these lesser used |
