Skip to content

Commit ad6e086

Browse files
committed
docs: update README.md
Update README file for submission to openembedded. Signed-off-by: Paul Barrette <[email protected]>
1 parent 508d74f commit ad6e086

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# meta-device-cloud
2-
Wind River® Helix™ Device Cloud Yocto layer
1+
Description
2+
===========
3+
Device Cloud (DC) is a cloud/device platform that accelerates
4+
device to cloud and cloud to cloud interaction. This meta layer integrates
5+
a Python implementation that is designed to be run on the device side and can be
6+
used for device actuation, management, sending telemetry, remote
7+
console etc.
8+
9+
The Python agent for DC is designed for quick deployment on any
10+
platform that supports Python. The continuous deployment model uses
11+
"pip" to install and update the latest modules. Any application that
12+
wants to use DC cloud services can import the "device_cloud" module and
13+
begin using the DC APIs.
14+
15+
Requirements:
16+
-------------
17+
meta-device-cloud layer depends on:
18+
* meta-python layer
19+
* meta-openembedded layer
20+
* openembedded layer
21+
* meta-intel (if an Intel BSP is required)
22+
23+
For Yocto details see README.yocto.md

0 commit comments

Comments
 (0)