diff options
author | tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp> | 2016-12-15 09:55:23 +0900 |
---|---|---|
committer | tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp> | 2016-12-15 10:04:44 +0900 |
commit | 0f2e535b241c6d8c1cb313fb65ef22dfe8ec2cdc (patch) | |
tree | aca5339f1c8ae5fadeddca78c4f4ec833e0eb859 /meta-oem-extra-libs/recipes-support/mongoose/README.md | |
parent | 8b68c2e568985d6aff0474deaba24bfa9f81d0f8 (diff) |
Add Mongoose Embedded Web Server Library
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 <wenlong_zheng_za@mail.toyota.co.jp>
Diffstat (limited to 'meta-oem-extra-libs/recipes-support/mongoose/README.md')
-rw-r--r-- | meta-oem-extra-libs/recipes-support/mongoose/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |