aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-04-22 20:48:47 -0400
committerScott Murray <scott.murray@konsulko.com>2019-04-23 10:58:40 -0400
commite64cdaccca7309e2d3c5da798e01fbea227bd465 (patch)
tree60025a0074482b69d8982af4c1dbd8eec4d46554 /README.md
Define telematics demo platform. This layer is similar to meta-agl-demo and meta-agl-cluster-demo, except it defines a small platform for the telematics demo, based on the agl-profile-telematics profile. There is a "agl-telematics-demo" feature defined to enable building the platform. The defined agl-telematics-demo-platform image contains a minimal amount of services to host a simple demo application that reads CAN events and logs them via the MQTT protocol. At the moment, only the raspberrypi3 version has been built and tested, but there is nothing platform specific in the agl-telematics-demo-recorder application that would prevent use on another platform. Change-Id: I0ed94eefeff703afdcec81884bf16c10c63de28f Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md92
1 files changed, 92 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dee8854
--- /dev/null
+++ b/README.md
@@ -0,0 +1,92 @@
+**README.md for the 'meta-agl-telematics-demo' layer.**
+
+**See README-AGL.md in meta-agl for general information about Automotive Grade Linux.**
+
+
+meta-agl-telematics-demo, the layer for the Telematics DEMO platform of Automotive Grade Linux
+=================================================================================
+
+The layer 'meta-agl-telematics-demo' provides a reference/demo platform and
+applications for the AGL Distribution.
+
+AGL is creating an automotive specific Linux distribution (AGL UCB) that unifies
+the software that has been written in a number of places already,
+such as GENIVI and Tizen IVI.
+
+The AGL community appreciates feedback, ideas, suggestion, bugs and
+documentation just as much as code. Please join the irc conversation
+at the #automotive channel on irc.freenode.net and our mailing list.
+
+For infomation for subscribing to the mailing list
+ [automotive-discussions](http://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions)
+For information about AGL Distribution, see the
+ [AGL Distribution](https://wiki.automotivelinux.org/agl-distro)
+For information abount Getting started with AGL
+ [here](https://wiki.automotivelinux.org/start/getting-started)
+For information about contributing to the AGL Distro
+ [here](https://wiki.automotivelinux.org/agl-distro/contributing)
+
+
+Quick start guide
+-----------------
+See README-AGL.md in meta-agl
+
+
+Layer Dependencies
+------------------
+
+* Base dependencies [agl-telematics-demo]:
+
+URI: git://git.yoctoproject.org/poky
+
+URI: https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl
+
+URI: https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl-devel
+
+URI: git://git.openembedded.org/meta-openembedded
+
+Specifically out of meta-openembedded these sub-layers are used:
+
+ - meta-openembedded/meta-oe
+ - meta-openembedded/meta-multimedia
+ - meta-openembedded/meta-efl
+ - meta-openembedded/meta-networking
+ - meta-openembedded/meta-python
+ - meta-openembedded/meta-ruby
+
+* Hardware dependencies:
+
+The Raspberry Pi 3 board depends in addition on:
+
+URI: http://git.yoctoproject.org/meta-raspberrypi
+
+
+Packagegroups
+-------------
+
+AGL Telematics Demo Platform's package group design:
+
+* packagegroup-agl-telematics-demo-platform
+
+This is for generating the image 'agl-telematics-demo-platform' which is a full
+image for the Telematics profile of the AGL distro.
+
+Following meta-agl's design of packagegroups, ``agl-telematics-demo-platform.bb``
+contains only ``packagegroup-agl-telematics-demo-platform``.
+
+``packagegroup-agl-telematics-demo-platform`` has one packagegroup in it,
+``packagegroup-agl-profile-telematics``, and the packages required for the DEMO
+applications.
+
+Supported Machines
+------------------
+
+At the moment only the Raspberry Pi 3 has been tested, but the other
+AGL supported platforms (see `README-AGL.md` in meta-agl layer), should work.
+
+Supported Target of bitbake
+------------------------
+
+* `agl-telematics-demo-platform` is the full image of the AGL Telematics
+Demo Platform with all applications
+