From 3299a789d9fefec2b85c45d14867fed9c598435d Mon Sep 17 00:00:00 2001 From: Dmitry Frank Date: Mon, 12 Jun 2017 17:37:48 +0100 Subject: [PATCH] Add common libs to all apps PUBLISHED_FROM=ab9dc2274f45321ef7101f54b6131a2dcfe0d920 --- mos.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/mos.yml b/mos.yml index 58b1987..6a57055 100644 --- a/mos.yml +++ b/mos.yml @@ -7,6 +7,17 @@ sources: filesystem: - fs +libs: + # common mgos libs + - origin: https://github.com/mongoose-os-libs/rpc-loopback + - origin: https://github.com/mongoose-os-libs/rpc-mqtt + - origin: https://github.com/mongoose-os-libs/rpc-service-config + - origin: https://github.com/mongoose-os-libs/rpc-service-fs + - origin: https://github.com/mongoose-os-libs/rpc-service-gpio + - origin: https://github.com/mongoose-os-libs/rpc-service-i2c + - origin: https://github.com/mongoose-os-libs/rpc-uart + - origin: https://github.com/mongoose-os-libs/updater-rpc + tags: - c - wifi