Skip to content

Commit

Permalink
soletta: update to 1_beta19
Browse files Browse the repository at this point in the history
Main reason for this update is to support NodeJS bindings.
Backports are dropped.

There's a new Soletta version with the following changes:

 * Add JS API for SPI, I2C
 * Add simple JSON types as HTTP node types
 * Make IIO device creation/addressing synchronous
 * Many fixes on OIC generator
 * Add API to discovery OIC resources using resource interface
 * Make OIC device IDs and resource structure compatible with
   IoTivity 1.1 RC3

Signed-off-by: Bruno Dilly <[email protected]>
  • Loading branch information
bdilly committed Apr 22, 2016
1 parent b24ce17 commit ef895cc
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 231 deletions.

This file was deleted.

37 changes: 0 additions & 37 deletions recipes-soletta/soletta/files/0047-oic-gen-fix-rep_vec-issue.patch

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 2 additions & 7 deletions recipes-soletta/soletta/soletta_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,14 @@ DEPENDS = "glib-2.0 libpcre pkgconfig python3-jsonschema-native icu curl libmicr
DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=93888867ace35ffec2c845ea90b2e16b"
PV = "1_beta18+git${SRCPV}"
PV = "1_beta19+git${SRCPV}"

SRC_URI = "gitsm://github.com/solettaproject/soletta.git;protocol=git \
file://run-ptest \
file://0013-lib-sol-iio-release-buffer-on-sol_iio_close.patch \
file://0047-oic-gen-fix-rep_vec-issue.patch \
file://0048-oic-gen-ReadOnly-props-from-imported-json-objs-were-.patch \
file://0049-oic-gen-Don-t-add-client-to_repr_vec-when-all-props-.patch \
file://0050-oic-gen-Always-generate-code-using-same-order-of-res.patch \
file://i2c-dev.conf \
file://iio-trig-sysfs.conf \
"
SRCREV = "97091af414193c37278ba5ff88c70c596eecd7ea"
SRCREV = "6a7bc32376904ac385dea073cb8d71a74f2e8629"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit ef895cc

Please sign in to comment.