[yocto] [PATCH 1/1] recipe/ettercap : new ettercap recipe

2020-08-27 Thread Jugurtha BELKALEM
Ettercap is a comprehensive suite for man in the middle attacks. It features sniffing of live connections, content filtering on the fly and many other interesting tricks. It supports active and passive dissection of many protocols and includes many features for network and host analysis. To test e

[yocto] devtool add ignores "devDependencies" from package.json when generates npm-shrinkwrap.json file

2020-08-27 Thread Cardenas Jose Antonio (JCARDENA)
Hi all, Trying to create a recipe from scratch with "devtool add" tool, a npm-shrinkwrap.json file is created from reading of package.json from the module that is going to be installed. The building goes fine but I can't run the application in the target because nodejs misses the modules place

Re: [yocto] [PATCH yocto-autobuilder-helper] config.json: add binutils to images where it's required by tests

2020-08-27 Thread Alexander Kanavin
On Wed, 26 Aug 2020 at 23:03, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > > I didn't write either of the tests, but yes - I can work on this > > tomorrow. > > Right, I didn't write them either, they're rather old. I'm just > thinking whilst we've gotten this far we may as well f

Re: [yocto] [PATCH yocto-autobuilder-helper] config.json: add binutils to images where it's required by tests

2020-08-27 Thread Richard Purdie
On Thu, 2020-08-27 at 13:01 +0200, Alexander Kanavin wrote: > On Wed, 26 Aug 2020 at 23:03, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > > I didn't write either of the tests, but yes - I can work on this > > > tomorrow. > > > > Right, I didn't write them either, they're rathe

Re: [yocto] devtool add ignores "devDependencies" from package.json when generates npm-shrinkwrap.json file

2020-08-27 Thread Jean-Marie Lemetayer
Hi Jose, You have to use devtool with the --npm-dev option. Best regards, Jean-Marie On Thu, Aug 27, 2020 at 12:47 PM Cardenas Jose Antonio (JCARDENA) < joseantonio.carde...@niko.eu> wrote: > Hi all, > > > > Trying to create a recipe from scratch with “devtool add” tool, a > npm-shrinkwrap.json

Re: [yocto] npmsw fetching error: package from npm-shrinkwrap is not downloaded so "Could not install from.../SONStream" as it does not contain a package.json file.

2020-08-27 Thread Sandra Tobajas
Hi Jose, It seems that all your dependencies are development dependencies tagged with "dev":true in the npm-shrinkwrap.json file. If all dependencies are for development purpose and if you want to install the package as a development package, you can add: npmsw://${THISDIR}/${PN}/npm-shrinkwra

Re: [yocto] #sdk -Standard SDK build with cmake and meta-clang gives error when I attempt topull in compiler-rt

2020-08-27 Thread Monsees, Steven C (US) via lists.yoctoproject.org
The following patch was the problem with the compiler-rt component of meta-clang: under : meta-clang/recipes-devtools/clang/compiler-rt  - *0002-Simplify-cross-compilation.-Don-t-use-native-compile.patch* You are using this to block build based on fail, even though the environment is apparentl

[yocto] [meta-security][PATCH] trousers: update to tip

2020-08-27 Thread akuster
Many for compile issue now being seen. rpc/tcstp/.libs/libtspi_la-rpc_cmk.o:/usr/src/debug/trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/build/src/tspi/../../../git/src/include/tcsd.h:169: multiple definition of `tcsd_sa_int'; .libs/libtspi_la-tspi_context.o:/usr/src/debug/trousers/0.3.14+gitAUTOINC+

Re: [yocto] [PATCH 1/1] recipe/ettercap : new ettercap recipe

2020-08-27 Thread Khem Raj
On Thu, Aug 27, 2020 at 1:55 AM Jugurtha BELKALEM wrote: > > Ettercap is a comprehensive suite for man in the > middle attacks. It features sniffing of live > connections, content filtering on the fly and > many other interesting tricks. It supports active > and passive dissection of many protocol