Re: [yocto] nodejs npm qemux86_64

2019-11-08 Thread Jean-Marie LEMETAYER
Actually I just update my patchset to use ${nonarch_libdir} instead of ${libdir}. This will be on the next patchset version. For your information you can check the meta/conf/bitbake.conf file for others target filesystem paths. Best regards, Jean-Marie On Nov 8, 2019, at 10:46 AM, Jean-Marie

Re: [yocto] nodejs npm qemux86_64

2019-11-08 Thread Jean-Marie LEMETAYER
Hi Jonas, I am currently refactoring / updating the npm handling in Yocto: http://lists.openembedded.org/pipermail/openembedded-core/2019-October/288352.html http://lists.openembedded.org/pipermail/bitbake-devel/2019-October/020449.html Your point is very interesting, I will take it into account

Re: [yocto] [npm] duplicate code

2019-10-07 Thread Jean-marie Lemetayer
t;Stefan Herbrechtsmeier" > À: "Jean-marie Lemetayer" > Cc: "Yocto-mailing-list" , "Savoir-faire Linux > Rennes" > Envoyé: Vendredi 4 Octobre 2019 16:55:47 > Objet: Re: [yocto] [npm] duplicate code > Hi Jean-Marie, > > Am 04.10.19

Re: [yocto] [npm] duplicate code

2019-10-04 Thread Jean-marie Lemetayer
? A public fork would be nice. I would gladly help you / test your work / add my fixes if needed. Best regards, Jean-Marie Lemetayer - Mail original - De: "Stefan Herbrechtsmeier" À: "Yocto-mailing-list" Envoyé: Vendredi 4 Octobre 2019 08:53:10 Objet: Re: [yocto] [npm] dup

[yocto] [npm] duplicate code

2019-10-03 Thread Jean-marie Lemetayer
ting a new file: bitbake/lib/bb/npm_utils.py Or maybe use the existing bitbake/lib/bb/utils.py ? What do you think ? Jean-Marie LEMETAYER Enthusiast embedded systems engineer Savoir-faire Linux -- ___ yocto mailing list yocto@yoctoproject

Re: [yocto] Pre-installing node.js packages

2019-07-16 Thread Jean-marie Lemetayer
Hi, You can check this link: https://wiki.yoctoproject.org/wiki/TipsAndTricks/NPM I have recently added some fixes concerning npm. But I still have some issues using devtool: e.g the lockdown.json generation using the npm lockdown module is erroneous. I have no time for now, but I have planned