[yocto] test cases: Depending on other tests

2018-11-16 Thread Paulo Neves
Hello all I have been working with the test functionality of yocto and have created some testcases in a single python file. Now I wanted refactor my code and split some of the cases across smaller unit tests files. I have 2 functionalities required to achieve this spliting: * Be able to import

[yocto] [meta-mingw][PATCH v2] README: Add myself as a maintainer

2018-11-16 Thread Joshua Watt
Replace Juro, as he no longer maintains the layer. Signed-off-by: Joshua Watt --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 2ed1395..c17f74a 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ This layer depends on: layers: meta branch: m

Re: [yocto] [meta-mingw][PATCH] README: Add myself as a maintainer

2018-11-16 Thread Burton, Ross
Juro doesn't work on the Yocto team anymore so can you remove him? Ross On Fri, 16 Nov 2018 at 15:36, Joshua Watt wrote: > > Signed-off-by: Joshua Watt > --- > README | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/README b/README > index 2ed1395..e866213 100644 >

[yocto] [meta-mingw][PATCH] README: Add myself as a maintainer

2018-11-16 Thread Joshua Watt
Signed-off-by: Joshua Watt --- README | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 2ed1395..e866213 100644 --- a/README +++ b/README @@ -11,7 +11,9 @@ This layer depends on: layers: meta branch: master -Layer Maintainer: Juro Bystricky +La

[yocto] [meta-raspberrypi][PATCH] CAN: Add Pican2 support

2018-11-16 Thread Fabien Lahoudere
In order to make Pican 2 work, we : - add mcp2515.dto to the overlay list - add a variable to enable it in local.conf - create a udev rule to mount interface http://skpang.co.uk/catalog/pican2-canbus-board-for-raspberry-pi-23-p-1475.html Signed-off-by: Fabien Lahoudere --- docs/extra-build-conf

Re: [yocto] [meta-mingw][PATCH 0/4] Add oeqa test cases

2018-11-16 Thread Joshua Watt
On Fri, Nov 16, 2018, 5:50 AM Burton, Ross I see the cover letter but no patches or link to a branch... > Ya, I was a dummy and forgot to say send all in git send-email, then it timed out. I have to make other changes anyway because of feedback from Richard. > Ross > On Thu, 15 Nov 2018 at 19:2

Re: [yocto] [meta-mingw][PATCH 0/4] Add oeqa test cases

2018-11-16 Thread Burton, Ross
I see the cover letter but no patches or link to a branch... Ross On Thu, 15 Nov 2018 at 19:24, Joshua Watt wrote: > > Adds the testing framework for tying tests for the MinGW SDK into the > oeqa SDK test framework. > > The SDK tests can be run using the standard SDK test command: > > bitbake -c

[yocto] Building zeromqjs (zeromq bindings for nodejs) fails

2018-11-16 Thread Jon Ove Storhaug
I am trying to build the zeromqjs (zeromq bindings for nodejs). This is my recipe: SUMMARY = " " LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI = "npm://registry.npmjs.org ;name=zeromq;version=5.1.0;subdir=node_modules/zeromq" SRC

Re: [yocto] [meta-mingw][PATCH 2/2] cmake: add support for building nativesdk-cmake

2018-11-16 Thread Samuli Piippo
I've been testing cmake with Qt Creator integration which explicitly uses -G "MinGW Makefiles", while cmake defaults to NMake Makefiles. I'm not sure if it's possible to set generator in the toolchain file. From: Joshua Watt Sent: 16 November 2018 05:35:50 To: