package/libzenoh-pico: new package

zenoh-pico is the Eclipse zenoh implementation that targets constrained
devices and offers a native C API. It is fully compatible with its main
Rust Zenoh implementation, providing a lightweight implementation of
most functionalities.

https://github.com/eclipse-zenoh/zenoh-pico

Signed-off-by: Alex Michel <alex.michel@wiedemann-group.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Michel Alex 2023-10-19 06:08:07 +00:00 committed by Thomas Petazzoni
parent ff240cba1b
commit a96361901d
5 changed files with 29 additions and 0 deletions

View File

@ -72,6 +72,7 @@ F: package/libqmi/
F: package/modem-manager/
N: Alex Michel <alex.michel@wiedemann-group.com>
F: package/libzenoh-pico/
F: package/network-manager-openvpn/
N: Alex Suykov <alex.suykov@gmail.com>

View File

@ -1993,6 +1993,7 @@ menu "Networking"
source "package/libwebsock/Config.in"
source "package/libwebsockets/Config.in"
source "package/libyang/Config.in"
source "package/libzenoh-pico/Config.in"
source "package/lksctp-tools/Config.in"
source "package/mbuffer/Config.in"
source "package/mdnsd/Config.in"

View File

@ -0,0 +1,10 @@
config BR2_PACKAGE_LIBZENOH_PICO
bool "libzenoh-pico"
help
zenoh-pico is the Eclipse zenoh implementation that targets
constrained devices and offers a native C API. It is fully
compatible with its main Rust Zenoh implementation,
providing a lightweight implementation of most
functionalities.
https://github.com/eclipse-zenoh/zenoh-pico

View File

@ -0,0 +1,3 @@
# Locally computed
sha256 752acec56236fca41dcc438307f4a76e69900383b06803d47f32c480643dc794 libzenoh-pico-0.10.0-rc.tar.gz
sha256 d386df32cf327bbb25abe894277d3d7e0f447bafc59f4ad362615b0136f30db5 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# libzenoh-pico
#
################################################################################
LIBZENOH_PICO_VERSION = 0.10.0-rc
LIBZENOH_PICO_SITE = $(call github,eclipse-zenoh,zenoh-pico,$(LIBZENOH_PICO_VERSION))
LIBZENOH_PICO_LICENSE = Apache-2.0 or EPL-2.0
LIBZENOH_PICO_LICENSE_FILES = LICENSE
LIBZENOH_PICO_SUPPORTS_IN_SOURCE_BUILD = NO
LIBZENOH_PICO_INSTALL_STAGING = YES
$(eval $(cmake-package))