Re: [OE-core] devtool recipe not working outside workspace

2018-08-28 Thread Alexander Kanavin
2018-08-28 14:29 GMT+02:00 Marco Oman : > > That's from version 2.2 (morty), right? > Any alternative option for version 2.1? > I don't know - devtool is constantly evolving. I know best how it works in the master branch, I'd suggest you try from there if possible. Alex --

Re: [OE-core] devtool recipe not working outside workspace

2018-08-28 Thread Marco Oman via Openembedded-core
On 28/08/2018 14:02, Alexander Kanavin wrote: 2018-08-28 13:44 GMT+02:00 Marco Oman via Openembedded-core : So I gave the command devtool add https://github.com/Unitech/pm2.git and then bitbake pm2 Then added a patch. Everything is OK. At the end I moved the recipe under my layer

Re: [OE-core] devtool recipe not working outside workspace

2018-08-28 Thread Alexander Kanavin
2018-08-28 13:44 GMT+02:00 Marco Oman via Openembedded-core : > So I gave the command > > devtool add https://github.com/Unitech/pm2.git > > and then > > bitbake pm2 > > Then added a patch. Everything is OK. At the end I moved the recipe under my > layer

[OE-core] devtool recipe not working outside workspace

2018-08-28 Thread Marco Oman via Openembedded-core
Hi to all, I am trying to build a recipe for pm2 (process manager for nodejs tasks). I have followed what described here: https://wiki.yoctoproject.org/wiki/TipsAndTricks/NPM, section "NPM projects in Development" (projects under git) So I gave the command  devtool add