Geoffroy,

As a rule of thumb, it is always nice to have a Jira ticket if the
description or history of a problem will not fit in a git commit comment.

In this case, I think that submitting the changeset to gerrit for review is
suffice.

Thanks!

Pat

-----Original Message-----
From: [email protected]
[mailto:iotivity-dev-bounces at lists.iotivity.org] On Behalf Of Prasad,
Sudarshan
Sent: Monday, February 09, 2015 11:21 AM
To: VanCutsem, Geoffroy; iotivity-dev at lists.iotivity.org
Subject: Re: [dev] Bug in the iotivity_0.9.0.bb recipe (meta-oic)

Hi Geoffroy, 

Thanks for fixing the bug. 

This link has set of instructions for development workflow --
https://wiki.iotivity.org/. 
Specifically, to submit a change --
https://wiki.iotivity.org/submitting_to_gerrit

If you want to create a bug or look for the same, we use JIRA --
https://jira.iotivity.org/secure/Dashboard.jspa

Please let me know if you have any clarifications. 

Thanks,
Sudarshan Prasad???|?Software Development Engineer? |?Intel Corporation 

-----Original Message-----
From: [email protected]
[mailto:iotivity-dev-bounces at lists.iotivity.org] On Behalf Of VanCutsem,
Geoffroy
Sent: Monday, February 09, 2015 3:56 AM
To: iotivity-dev at lists.iotivity.org
Subject: [dev] Bug in the iotivity_0.9.0.bb recipe (meta-oic)

Hi,

I was trying to build IoTivity for Edison by following the README in
http://git.yoctoproject.org/cgit/cgit.cgi/meta-oic/tree/README?h=master. I
was initially facing an issue because 'scons' was not available in the
sysroot (see [2] for the log output). This can easily be fixed by the
following patch [1], is there a quick guide on how I can submit that change?
(Also, I couldn't find any bug report for this but can create one if
needed).

Cheers,
Geoffroy

[1] Patch that fixes the 'scons' issue when building iotivity for Edison
diff --git a/recipes-core/iotivity/iotivity_0.9.0.bb
b/recipes-core/iotivity/iotivity_0.9.0.bb
index 14bc6ad..0a0e3bc 100644
--- a/recipes-core/iotivity/iotivity_0.9.0.bb
+++ b/recipes-core/iotivity/iotivity_0.9.0.bb
@@ -1,5 +1,3 @@
-inherit scons
-
 SUMMARY = "Iotivity framework and SDK by the Open Interconnect Consortium."
 DESCRIPTION = "IoTivity is an open source software framework enabling
seamless device-to-device connectivi  HOMEPAGE = "https://www.iotivity.org/";
@@ -16,6 +14,8 @@ SRC_URI[cereal.md5sum] =
"2d9adeb49a2cb54f259c601d34d2d959"
 SRC_URI[cereal.sha256sum] =
"33dfeed8f6345a4dff42e1057a79b1d5303624a4a3bdb362f9c17a0048c811ee"
 SRCREV_cereal = "7121e91e6ab8c3e6a6516d9d9c3e6804e6f65245"

+inherit scons
+
 python () {
     EXTRA_OESCONS = ""
     IOTIVITY_TARGET_ARCH = d.getVar("TARGET_ARCH", True)

[2] Log of the failure when scons is not found:
NOTE: recipe iotivity-0.9.0-r0: task do_compile: Started Log data follows:
| DEBUG: Executing shell function do_compile 
| /home/gvancuts/Scaricati/edison-src/build/tmp/work/core2-32-poky-linux
| /iotivity/0.9.0-r0/temp/run.do_compile.7518: line 104: 
| /home/gvancuts/Scaricati/edison-src/build/tmp/sysroots/x86_64-linux/us
| r/bin/scons: No such file or directory
| ERROR: scons build execution failed.
| WARNING:
/home/gvancuts/Scaricati/edison-src/build/tmp/work/core2-32-poky-linux/iotiv
ity/0.9.0-r0/temp/run.do_compile.7518:1 exit 1 from
|   exit 1
| ERROR: Function failed: do_compile (log file is located at 
| /home/gvancuts/Scaricati/edison-src/build/tmp/work/core2-32-poky-linux
| /iotivity/0.9.0-r0/temp/log.do_compile.7518)
NOTE: recipe iotivity-0.9.0-r0: task do_compile: Failed
DEBUG: Teardown for bitbake-worker
NOTE: Tasks Summary: Attempted 538 tasks of which 537 didn't need to be
rerun and 1 failed.

Summary: 1 task failed:
  /home/gvancuts/iotivity/meta-oic/recipes-core/iotivity/iotivity_0.9.0.bb,
do_compile
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

-----------------------------------------------
Intel Corporation NV/SA
Kings Square, Veldkant 31
2550 Kontich
RPM (Bruxelles) 0415.497.718. 
Citibank, Brussels, account 570/1031255/09


_______________________________________________
iotivity-dev mailing list
iotivity-dev at lists.iotivity.org
https://lists.iotivity.org/mailman/listinfo/iotivity-dev
_______________________________________________
iotivity-dev mailing list
iotivity-dev at lists.iotivity.org
https://lists.iotivity.org/mailman/listinfo/iotivity-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 7198 bytes
Desc: not available
URL: 
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150209/be1f200e/attachment.p7s>

Reply via email to