Re: [yocto] Yocto and NPM issues

2018-03-21 Thread Alexander Kanavin
On 03/21/2018 04:44 PM, Svein Seldal wrote: > Oh, and you might have more success using meta-nodejs, as it doesn't try > to implement a custom fetcher, and just runs npm directly during the > build. If you don't mind that that makes the build outcome essentially > random from one invocation

Re: [yocto] Yocto and NPM issues

2018-03-21 Thread Svein Seldal
On 21.03.2018 14:54, Alexander Kanavin wrote: I'm attempting to package a npm-based js application into a Rocko image, and I'm having some issues. For testing I use the official poky repo and the meta-openembedded repo (for installing nodejs 8.4.0). I'm building for qemux86-64. I know this i

Re: [yocto] Yocto and NPM issues

2018-03-21 Thread Alexander Kanavin
On 03/21/2018 03:54 PM, Alexander Kanavin wrote: I'm attempting to package a npm-based js application into a Rocko image, and I'm having some issues. For testing I use the official poky repo and the meta-openembedded repo (for installing nodejs 8.4.0). I'm building for qemux86-64. I know thi

Re: [yocto] Yocto and NPM issues

2018-03-21 Thread Alexander Kanavin
On 03/21/2018 03:09 PM, Svein Seldal wrote: Hi I'm attempting to package a npm-based js application into a Rocko image, and I'm having some issues. For testing I use the official poky repo and the meta-openembedded repo (for installing nodejs 8.4.0). I'm building for qemux86-64. I know this

[yocto] Yocto and NPM issues

2018-03-21 Thread Svein Seldal
Hi I'm attempting to package a npm-based js application into a Rocko image, and I'm having some issues. For testing I use the official poky repo and the meta-openembedded repo (for installing nodejs 8.4.0). I'm building for qemux86-64. Issue 1: NPM builds not working in Rocko If I'm follow