From 0f2e535b241c6d8c1cb313fb65ef22dfe8ec2cdc Mon Sep 17 00:00:00 2001 From: tte_zheng_wenlong Date: Thu, 15 Dec 2016 09:55:23 +0900 Subject: Add Mongoose Embedded Web Server Library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change "mongoose for MongoDB" to "mongoose for Embbedded Web Server Library" Deleted old mongoose_git.bb for MongoDB Add mongoose_6.6.bb for Mongoose Embedded Web Server Library Modify packagegroup-ivi-common-core-os-commonlibs.bbappend to delete mongodb nodejs Change-Id: I41a2423e30af8a7fec85f5900556dce46ec6bddb Signed-off-by: tte_zheng_wenlong --- meta-oem-extra-libs/recipes-support/mongoose/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-oem-extra-libs/recipes-support/mongoose/README.md (limited to 'meta-oem-extra-libs/recipes-support/mongoose/README.md') diff --git a/meta-oem-extra-libs/recipes-support/mongoose/README.md b/meta-oem-extra-libs/recipes-support/mongoose/README.md new file mode 100644 index 00000000..85bcfd0a --- /dev/null +++ b/meta-oem-extra-libs/recipes-support/mongoose/README.md @@ -0,0 +1,10 @@ +Add Mongoose Embedded Web Server Library for AGL OEM NEDDS +================================================================ +Default Mongoose has build in 3 sub libs libmongoose.so +libmongoose_ssl.so and libmongoose_mqtt.so define with +MONGOOSE_EXLIBS in bb files. +If necessary you can modify MONGOOSE_EXLIBS and CFLAGS_XXX in +bb file to customize the library function. + +access https://github.com/cesanta/mongoose for more infomation + -- cgit 1.2.3-korg