|
Pre-installing node.js packages
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 gen
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 gen
|
By
Jean-Marie Lemetayer
· #45955
·
|
|
[npm] duplicate code
Hi all, I am planning to do some work on npm and recipetool. I have seen that there is some duplicate code between bitbake/lib/bb/fetch2/npm.py and scripts/lib/recipetool/create_npm.py but there is so
Hi all, I am planning to do some work on npm and recipetool. I have seen that there is some duplicate code between bitbake/lib/bb/fetch2/npm.py and scripts/lib/recipetool/create_npm.py but there is so
|
By
Jean-Marie Lemetayer
· #46819
·
|
|
[npm] duplicate code
Hi Stefan, I have recently worked on a yocto project using npm and I have seen some issues. I have solved a few but only for bitbake: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=eecba41
Hi Stefan, I have recently worked on a yocto project using npm and I have seen some issues. I have solved a few but only for bitbake: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=eecba41
|
By
Jean-Marie Lemetayer
· #46831
·
|
|
[npm] duplicate code
Hi Stefan, I thought about your idea of using Yocto to manage NPM package dependencies and I ran into an issue. NPM projects can have multiple dependencies on a single package, and sometimes with mult
Hi Stefan, I thought about your idea of using Yocto to manage NPM package dependencies and I ran into an issue. NPM projects can have multiple dependencies on a single package, and sometimes with mult
|
By
Jean-Marie Lemetayer
· #46853
·
|
|
nodejs npm qemux86_64
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/bi
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/bi
|
By
Jean-Marie Lemetayer
· #47180
·
|
|
nodejs npm qemux86_64
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 othe
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 othe
|
By
Jean-Marie Lemetayer
· #47181
·
|
|
What are the key factors for yocto build speed?
Hi, In my company we have tested some "big Ryzen" configurations to speed up Yocto builds. The conclusion of these tests is that the build time is almost only related to the CPU score: https://www.cpu
Hi, In my company we have tested some "big Ryzen" configurations to speed up Yocto builds. The conclusion of these tests is that the build time is almost only related to the CPU score: https://www.cpu
|
By
Jean-Marie Lemetayer
· #48812
·
|
|
Yocto dunfell - strange error when building npm package without dependence
Hi Edson, You're right. I have seen seen this too. I have already created a bug to track this issue: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13901 For now, as a workaround, you can just dele
Hi Edson, You're right. I have seen seen this too. I have already created a bug to track this issue: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13901 For now, as a workaround, you can just dele
|
By
Jean-Marie Lemetayer
· #49541
·
|
|
[yocto-builds] npmsw fetcher error : npm-shrinkwrap.json' has invalid parameters. Unsupported dependency: arr-flatten
Hi Jose and Randy, Here is a quick and unverified response on my phone. It seems that your shrinkwrap has no "resolved" fields nor "integrity" fields. See https://docs.npmjs.com/files/package-lock.jso
Hi Jose and Randy, Here is a quick and unverified response on my phone. It seems that your shrinkwrap has no "resolved" fields nor "integrity" fields. See https://docs.npmjs.com/files/package-lock.jso
|
By
Jean-Marie Lemetayer
· #50311
·
|
|
devtool add <npmmodule> ignores "devDependencies" from package.json when generates npm-shrinkwrap.json file
Hi Jose, You have to use devtool with the --npm-dev option. Best regards, Jean-Marie
Hi Jose, You have to use devtool with the --npm-dev option. Best regards, Jean-Marie
|
By
Jean-Marie Lemetayer
· #50389
·
|
|
dist folder missing in npm build.
Hi Jose, Seeing your other email in the list, it seems that you are trying to build an angular or react application. Right now the build of these applications is not handled by Yocto yet. For an angul
Hi Jose, Seeing your other email in the list, it seems that you are trying to build an angular or react application. Right now the build of these applications is not handled by Yocto yet. For an angul
|
By
Jean-Marie Lemetayer
· #50402
·
|
|
Parsing recipes: 0% | - hangs for a while
Maybe related to this: meta/conf/distro/include/default-distrovars.inc # The CONNECTIVITY_CHECK_URIS are used to test whether we can succesfully # fetch from the network (and warn you if not). To disa
Maybe related to this: meta/conf/distro/include/default-distrovars.inc # The CONNECTIVITY_CHECK_URIS are used to test whether we can succesfully # fetch from the network (and warn you if not). To disa
|
By
Jean-Marie Lemetayer
· #51556
·
|
|
NPM Fetcher & License collection in Yocto Zeus
Hi Olivier, Thanks for your implication :) I think the modification you want to make resides in the npm class file: https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/npm.bbclass?h=zeus
Hi Olivier, Thanks for your implication :) I think the modification you want to make resides in the npm class file: https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/npm.bbclass?h=zeus
|
By
Jean-Marie Lemetayer
· #52067
·
|