From e64cdaccca7309e2d3c5da798e01fbea227bd465 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 22 Apr 2019 20:48:47 -0400 Subject: Initial check-in 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 --- templates/feature/agl-telematics-demo/50_bblayers.conf.inc | 5 +++++ templates/feature/agl-telematics-demo/50_local.conf.inc | 2 ++ templates/feature/agl-telematics-demo/included.dep | 1 + 3 files changed, 8 insertions(+) create mode 100644 templates/feature/agl-telematics-demo/50_bblayers.conf.inc create mode 100644 templates/feature/agl-telematics-demo/50_local.conf.inc create mode 100644 templates/feature/agl-telematics-demo/included.dep (limited to 'templates') diff --git a/templates/feature/agl-telematics-demo/50_bblayers.conf.inc b/templates/feature/agl-telematics-demo/50_bblayers.conf.inc new file mode 100644 index 0000000..e3eec40 --- /dev/null +++ b/templates/feature/agl-telematics-demo/50_bblayers.conf.inc @@ -0,0 +1,5 @@ +# This layer contains the telematics demo code only +#----------------------------------------------------------- +BBLAYERS =+ " \ + ${METADIR}/meta-agl-telematics-demo \ +" diff --git a/templates/feature/agl-telematics-demo/50_local.conf.inc b/templates/feature/agl-telematics-demo/50_local.conf.inc new file mode 100644 index 0000000..64c8714 --- /dev/null +++ b/templates/feature/agl-telematics-demo/50_local.conf.inc @@ -0,0 +1,2 @@ +#see meta-agl-telematics-demo/conf/include/agl-telematics-demo.inc +require conf/include/agl-telematics-demo.inc diff --git a/templates/feature/agl-telematics-demo/included.dep b/templates/feature/agl-telematics-demo/included.dep new file mode 100644 index 0000000..e5009f9 --- /dev/null +++ b/templates/feature/agl-telematics-demo/included.dep @@ -0,0 +1 @@ +agl-profile-telematics -- cgit 1.2.3-korg