[yocto] [meta-oic][PATCH] Add recipe for IoTivity 2.0.0

2018-09-22 Thread Philippe Coval
From: Philippe Coval Lot of simplification since "scons install" is supported by upstream. Note that 2.0.0 is in 1.4-rel branch IoTivity extra files are now in /usr/lib*/iotivity/ Bug: https://jira.iotivity.org/browse/IOT-2998 Cc: yocto@yoctoproject.org Origin: https://lists.ioti

Re: [yocto] [dev] [meta-oic] Question about Iotivity 1.3.0/1 and fixes status

2018-05-14 Thread Philippe Coval
, > Chanho Park > On Tue, 6 Mar 2018 at 1:07 AM Philippe Coval > mailto:philippe.coval@gmail.com>> > wrote: > > On Fri, Jan 12, 2018 at 3:26 AM, Chanho Park <mailto:parkc...@gmail.com>> wrote: > > Hi Philippe, > >

Re: [yocto] [dev] [meta-oic] Question about Iotivity 1.3.0/1 and fixes status

2018-03-05 Thread Philippe Coval
On Fri, Jan 12, 2018 at 3:26 AM, Chanho Park wrote: > Hi Philippe, > > On Thu, 11 Jan 2018 at 7:11 PM Philippe Coval com> wrote: > >> >> On 11/01/18 02:30, Chanho Park wrote: >> > Hi Philippe, >> > > > > Okay. I’ll test them when you rese

[yocto] [meta-oic][PATCH resend 5/5] Add recipe for IoTivity 1.3.1

2018-01-18 Thread Philippe Coval
Note that fail on warning flag has been added, and can be used in .bbappend if needed after reporting bugs: http://wiki.iotivity.org/report Bug: https://jira.iotivity.org/browse/IOT-2651 Signed-off-by: Philippe Coval --- Origin: https://github.com/tizenteam/meta-oic/tree/sandbox/pcoval/on

[yocto] [meta-oic][PATCH resend 4/5] iotivity-sensorboard: Support pkg-config

2018-01-18 Thread Philippe Coval
Since IoTivity-1.3.0 Signed-off-by: Philippe Coval --- .../files/0003-server-Port-to-iotivity-1.2.0.patch | 68 ++ .../files/0004-build-Use-pkg-config.patch | 48 +++ .../iotivity-sensorboard_1.0.0.bb | 11 3 files changed, 127

[yocto] [meta-oic][PATCH resend 3/5] iotivity-simple-client: Support pkg-config

2018-01-18 Thread Philippe Coval
Since IoTivity-1.3.0 Signed-off-by: Philippe Coval --- .../files/0002-build-Use-pkg-config.patch | 43 ++ .../iotivity-simple-client_1.1.0.bb| 8 +++- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 recipes-apps/iotivity-simple

[yocto] [meta-oic][PATCH resend 2/5] Add recipe for IoTivity 1.3.0

2018-01-18 Thread Philippe Coval
Note that SECURITY is now enabled but might cause issues on some examples. Bug: https://jira.iotivity.org/browse/IOT-2651 Signed-off-by: Philippe Coval --- README | 2 +- ...ging-Return-false-boolean-instead-of-enum.patch | 40 ++ recipes-core

[yocto] [meta-oic][PATCH resend 1/5] iotivity_1.2.1: Hotfix: Add ORIGIN rpath for binutils-2.29

2018-01-18 Thread Philippe Coval
: \ undefined reference to `coap_write_block_opt' Note that problem is also about to be fixed upstream directly in scons files. Bug: https://jira.iotivity.org/browse/IOT-2651 Relate-to: https://gerrit.iotivity.org/gerrit/#/c/22355/ Thanks-to: Mikko Ylinen Signed-off-by: Philippe Coval --- recipes

Re: [yocto] [meta-oic] Question about Iotivity 1.3.0/1 and fixes status

2018-01-11 Thread Philippe Coval
On 11/01/18 02:30, Chanho Park wrote: > Hi Philippe, > Hi Chanho Park, HNY to you > I found you already prepared iotivity 1.3.0, 1.3.1 recipes and fixes > in your github tree[1]. Yes they are still under review, did you test them ? Maybe I should resend them, now. > I wonder why you don’t post

[yocto] [meta-oic][PATCH 2/5] Add recipe for IoTivity 1.3.0

2017-12-21 Thread Philippe Coval
Note that SECURITY is now enabled but might cause issues on some examples. Bug: https://jira.iotivity.org/browse/IOT-2651 Signed-off-by: Philippe Coval --- README | 2 +- ...ging-Return-false-boolean-instead-of-enum.patch | 40 ++ recipes-core

[yocto] [meta-oic][PATCH 5/5] Add recipe for IoTivity 1.3.1

2017-12-21 Thread Philippe Coval
Note that fail on warning flag has been added, and can be used in .bbappend if needed after reporting bugs: http://wiki.iotivity.org/report Bug: https://jira.iotivity.org/browse/IOT-2651 Signed-off-by: Philippe Coval --- README | 2 +- recipes-core/iotivity

[yocto] [meta-oic][PATCH 4/5] iotivity-sensorboard: Support pkg-config

2017-12-21 Thread Philippe Coval
Since IoTivity-1.3.0 Signed-off-by: Philippe Coval --- .../files/0003-server-Port-to-iotivity-1.2.0.patch | 68 ++ .../files/0004-build-Use-pkg-config.patch | 48 +++ .../iotivity-sensorboard_1.0.0.bb | 11 3 files changed, 127

[yocto] [meta-oic][PATCH 3/5] iotivity-simple-client: Support pkg-config

2017-12-21 Thread Philippe Coval
Since IoTivity-1.3.0 Signed-off-by: Philippe Coval --- .../files/0002-build-Use-pkg-config.patch | 43 ++ .../iotivity-simple-client_1.1.0.bb| 8 +++- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 recipes-apps/iotivity-simple

[yocto] [meta-oic][PATCH 1/5] iotivity_1.2.1: Hotfix: Add ORIGIN rpath for binutils-2.29

2017-12-21 Thread Philippe Coval
: \ undefined reference to `coap_write_block_opt' Note that problem is also about to be fixed upstream directly in scons files. Bug: https://jira.iotivity.org/browse/IOT-2651 Relate-to: https://gerrit.iotivity.org/gerrit/#/c/22355/ Thanks-to: Mikko Ylinen Signed-off-by: Philippe Coval --- recipes

[yocto] [meta-oic][PATCH 3/3] iotivity-sensorboard: Support pkg-config

2017-09-09 Thread Philippe Coval
Since IoTivity-1.3.0 Signed-off-by: Philippe Coval --- Origin: https://github.com/tizenteam/meta-oic/tree/sandbox/pcoval/on/master/review .../files/0003-server-Port-to-iotivity-1.2.0.patch | 68 ++ .../files/0004-build-Use-pkg-config.patch | 48

[yocto] [meta-oic][PATCH 1/3] Add recipe for IoTivity 1.3.0

2017-09-09 Thread Philippe Coval
Note that SECURITY is not enable to enable smooth transition. to next version which should provide better support (including examples). Signed-off-by: Philippe Coval --- README | 2 +- ...ging-Return-false-boolean-instead-of-enum.patch | 40

[yocto] [meta-oic][PATCH 2/3] iotivity-simple-client: Support pkg-config

2017-09-09 Thread Philippe Coval
Since IoTivity-1.3.0 Signed-off-by: Philippe Coval --- .../files/0002-build-Use-pkg-config.patch | 43 ++ .../iotivity-simple-client_1.1.0.bb| 8 +++- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 recipes-apps/iotivity-simple

[yocto] [meta-oic][PATCH v2] iotivity_1.2.1: Hotfix: Add ORIGIN rpath for binutils-2.29

2017-09-09 Thread Philippe Coval
: \ undefined reference to `coap_write_block_opt' Note that problem is also about to be fixed upstream directly in scons files. Bug: https://jira.iotivity.org/browse/IOT-2651 Relate-to: https://gerrit.iotivity.org/gerrit/#/c/22355/ Thanks-to: Mikko Ylinen Signed-off-by: Philippe Coval --- O

[yocto] [meta-oic][PATCH] iotivity_1.2.1: Hotfix: Add ORIGIN rpath for binutils-2.29

2017-09-08 Thread Philippe Coval
: \ undefined reference to `coap_write_block_opt' Note that problem is also about to be fixed upstream directly in scons files. Bug: https://jira.iotivity.org/browse/IOT-2651 Relate-to: https://gerrit.iotivity.org/gerrit/#/c/22355/ Thanks-to: Mikko Ylinen Signed-off-by: Philippe Coval --- O

[yocto] [meta-oic][PATCH] Hotfix: Include functional header for g++-7.1.0

2017-06-28 Thread Philippe Coval
master on iotivity-1.2.1 (and later) Signed-off-by: Philippe Coval --- Origin: https://github.com/tizenteam/meta-oic/tree/sandbox/pcoval/on/master/review ...rce-Include-functional-header-for-g-7.1.0.patch | 62 ++ recipes-core/iotivity/iotivity_1.2.1.bb| 3 ++ 2 fil

[yocto] [meta-oic][PATCH] iotivity: Sanitize URIs to support older yocto versions

2017-04-24 Thread Philippe Coval
${@bb.fetch.get_checksum_file_list(d)} which triggered exception ValueError: need more than 1 value to unpack Signed-off-by: Philippe Coval --- recipes-core/iotivity/iotivity_1.1.1.bb | 2 +- recipes-core/iotivity/iotivity_1.2.0.bb | 2 +- recipes-core/iotivity/iotivity_1.2.1.bb | 2 +- 3 files changed, 3 insertions(+), 3

[yocto] [meta-oic][PATCH] Add recipe for IoTivity 1.2.1

2017-03-06 Thread Philippe Coval
Signed-off-by: Philippe Coval --- Origin: https://github.com/TizenTeam/meta-oic/commit/master.patch README | 2 +- recipes-core/iotivity/iotivity_1.2.1.bb | 489 2 files changed, 490 insertions(+), 1 deletion(-) create mode

[yocto] [meta-oic][PATCH v3 1/3] Hotfix to support aarch64 for DragonBoard-410c

2017-01-09 Thread Philippe Coval
Apply patch from iotivity-1.2.1: * [PATCH 081/341] yocto: Add aarch64 for DragonBoard-410c Signed-off-by: Philippe Coval --- ...81-yocto-Add-aarch64-for-DragonBoard-410c.patch | 48 ++ recipes-core/iotivity/iotivity_1.2.0.bb| 1 + 2 files changed, 49 insertions

[yocto] [meta-oic][PATCH v3 2/3] Hotfix: Use tools from sysroot before system PATH

2017-01-09 Thread Philippe Coval
This patch was in iotivity 1.1-rel branch, and (wrongly) removed in 1.2.0 So it needed to be reintroduced in upstream 1.2-rel and as a patch for 1.2.0, track upstream bug at: https://jira.iotivity.org/browse/IOT-1219 Signed-off-by: Philippe Coval --- ...ools-from-sysroot-before-system-PATH

[yocto] [meta-oic][PATCH v3 3/3] Depends on glib-2.0-native to use gdbus-codegen

2017-01-09 Thread Philippe Coval
It was discovered while building AGL using Intel BSP. Also fix dangling syslink, discovered while building ostro OS. Signed-off-by: Philippe Coval --- recipes-core/iotivity/iotivity_1.2.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-core/iotivity

[yocto] [meta-oic][PATCH 3/3] Depends on glib-2.0-native to use gdbus-codegen

2017-01-03 Thread Philippe Coval
It was discovered while building AGL using Intel BSP. Also fix dangling syslink, discovered while building ostro OS. Signed-off-by: Philippe Coval --- Origin: https://github.com/TizenTeam/meta-oic/ recipes-core/iotivity/iotivity_1.2.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2

[yocto] [meta-oic][PATCH 2/3] doc: Translate README to ascii

2017-01-03 Thread Philippe Coval
(Cleanup UTF-8 chars) Signed-off-by: Philippe Coval --- README | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README b/README index c6cf1a7..deba141 100644 --- a/README +++ b/README @@ -27,7 +27,7 @@ Recipes in meta-oic IoTivity packages

[yocto] [meta-oic][PATCH 1/3] meta-oic: Hotfix to support aarch64 for DragonBoard-410c

2017-01-03 Thread Philippe Coval
Apply patch from iotivity-1.2.1: * [PATCH 081/341] yocto: Add aarch64 for DragonBoard-410c Bug-AGL: SPEC-158 Change-Id: I06f56ae860760002a6376866488e1f55624f50cc Origin: https://gerrit.automotivelinux.org/gerrit/#/c/7981/ Signed-off-by: Philippe Coval --- ...81-yocto-Add-aarch64-for

[yocto] [meta-oic][PATCH v3] Update for IoTivity 1.2.0

2016-12-14 Thread Philippe Coval
: I3296c94baab43ec442994379b2ffaaf9a0146228 Signed-off-by: Philippe Coval --- README | 2 +- recipes-core/iotivity/iotivity_1.2.0.bb | 521 2 files changed, 522 insertions(+), 1 deletion(-) create mode 100644 recipes-core/iotivity/iotivity_1.2.0.bb diff --git a

[yocto] [meta-oic][PATCH] Update for IoTivity 1.2.0

2016-12-10 Thread Philippe Coval
this version. For more details please check: https://wiki.iotivity.org/yocto Change-Id: I3296c94baab43ec442994379b2ffaaf9a0146228 Signed-off-by: Philippe Coval --- README | 2 +- recipes-core/iotivity/iotivity_1.2.0.bb | 521 2

[yocto] [meta-oic][PATCH 1/3] Set real url in SRCREV

2016-11-08 Thread Philippe Coval
RPM packaging might be lost on older version of yocto It was observed using tizen-distro with raspberrypi BSP layer Change-Id: Ic400c0d92961eabda235fc8314740d9e23851b31 Signed-off-by: Philippe Coval --- recipes-core/iotivity/iotivity_1.1.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions

[yocto] [meta-oic][PATCH 3/3] Rebase 1.1.1 on 1.1-rel maintenance branch

2016-11-08 Thread Philippe Coval
* stdassert.h is not standard-compliant. Change this to assert.h * linux: Support also armeabi-v7a TARGET_ARCH * minor changes Fix harmless typo in recipe too Change-Id: I99c3742e4b332094e76cdd0af49cf8b7253d246c Signed-off-by: Philippe Coval --- recipes-core/iotivity/iotivity_1.1.1.bb | 6

[yocto] [meta-oic][PATCH 2/3] Add packagegroup iotivity

2016-11-08 Thread Philippe Coval
Signed-off-by: Philippe Coval --- .../packagegroups/packagegroup-iotivity.bb | 24 ++ 1 file changed, 24 insertions(+) create mode 100644 recipes-core/packagegroups/packagegroup-iotivity.bb diff --git a/recipes-core/packagegroups/packagegroup-iotivity.bb b/recipes

[yocto] [meta-oic][PATCH 3/3] Update for IoTivity 1.1.1

2016-09-14 Thread Philippe Coval
but can be easly enabled with "SECURED=1" scons's flag. Change-Id: Ib6f69c24434615d178ccef15cad96142e2b837aa Bug: https://jira.iotivity.org/browse/IOT- Cc: iotivity-...@lists.iotivity.org Cc: yocto@yoctoproject.org Credit-to: Kishen Maloor Origin: https://github.com/tizentea

[yocto] [meta-oic][PATCH 2/3] iotivity-sensorboard: Use regular LDFLAGS variable and pthread

2016-09-14 Thread Philippe Coval
Cc: yocto@yoctoproject.org Origin: https://github.com/tizenteam/meta-oic Signed-off-by: Philippe Coval --- ...DFLAGS-variable-from-env-and-add-pthread-.patch | 50 ++ .../iotivity-sensorboard_1.0.0.bb | 1 + 2 files changed, 51 insertions(+) create m

[yocto] [meta-oic][PATCH 1/3] iotivity-simple-client: Use regular LDFLAGS variable

2016-09-14 Thread Philippe Coval
ge-Id: Ib77c70331b1aaba193bc32bcd190f939d9456dc4 Bug: https://jira.iotivity.org/browse/IOT- Cc: iotivity-...@lists.iotivity.org Cc: yocto@yoctoproject.org Origin: https://github.com/tizenteam/meta-oic Signed-off-by: Philippe Coval --- .../0001-build-Use-LDFLAGS-variable-from-env.patch

[yocto] [PATCH] Update for IoTivity 1.1.1

2016-08-04 Thread Philippe Coval
roject.org Credit-to: Kishen Maloor Origin: https://github.com/tizenteam/meta-oic Signed-off-by: Philippe Coval --- recipes-core/iotivity/iotivity_1.1.1.bb | 503 1 file changed, 503 insertions(+) create mode 100644 recipes-core/iotivity/iotivity_1.1.1.bb diff --git

[yocto] [meta-oic][PATCH] Update for IoTivity 1.1.1

2016-08-03 Thread Philippe Coval
tivity.org/pipermail/iotivity-dev/2016-August/005213.html Credit-to: Kishen Maloor Origin: https://github.com/tizenteam/meta-oic Signed-off-by: Philippe Coval --- recipes-core/iotivity/iotivity_1.1.1.bb | 503 1 file changed, 503 insertions(+) create mode 100644 re