solettaproject / meta-soletta

Yocto layer for Soletta
MIT License
7 stars 12 forks source link

soletta: Add mosquitto as dependency #56

Closed brunobottazzini closed 8 years ago

brunobottazzini commented 8 years ago

Soletta depends on mosquitto library to build with mqtt support

Signed-off-by: Bruno Bottazzini bruno.bottazzini@intel.com

brunobottazzini commented 8 years ago

This patch is related to: https://github.com/solettaproject/meta-soletta/pull/51

mythi commented 8 years ago

@brunobottazzini FYI, the c-ares build fix is available in https://github.com/ostroproject/meta-ostro/pull/63

The change itself looks +1 but let's get CI builds OK first.

mythi commented 8 years ago

@brunobottazzini please rebase. That will also give us a new test build. All fixes are now in place.

brunobottazzini commented 8 years ago

@mythi, I had already rebased it.

This build should use the version 1.4, this one -> http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-iot-middleware/commit/?id=7c54122af11b9cf4a6acb0a288c3396275e7a4ee

Otherwise Soletta won't build with MQTT support.

Let's see what will happen :).. restarting test:

test this please

brunobottazzini commented 8 years ago

@mythi, the build was successful. It fails in the test phase.

I don't think this error is from this commit:

14:44:00 [xUnit] [INFO] - [JUnit] - No test report file(s) were found with the pattern 'TEST-*.xml' relative to '/home/tester/iotos-tester/workspace/test_edison' for the testing framework 'JUnit'.  Did you enter a pattern relative to the correct directory?  Did you generate the result report(s) for 'JUnit'?
14:44:00 [xUnit] [ERROR] - No test reports found for the metric 'JUnit' with the resolved pattern 'TEST-*.xml'. Configuration error?.

I verified if mosquitto 1.4 was being built and yes it was :+1:. Everything should be set

mythi commented 8 years ago

@brunobottazzini thanks! I'll push this and #57 in a sec.