aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05agl-login-manager: update LOGIN_USER overridehalibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.38.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.3halibutScott Murray1-1/+1
The agl-login-manager bbappend was overriding the value of LOGIN_USER to 0 (root) as was being done in meta-agl-demo-platform. Now that the application framework changes to run applications as non-root by default have gone in, this needs to be updated to match the new behavior. Since the telematics demo image has no need to run anything as a passenger user, keep the override, but now set it 1001 / agl-driver. Bug-AGL: SPEC-2609 Change-Id: I6b42b8ef26ec7dc19c2973699743256073dd588c Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-04-23Initial check-inhalibut_7.99.2halibut_7.99.1halibut/7.99.2halibut/7.99.1guppy_7.0.2guppy/7.0.27.99.27.99.17.0.2Scott Murray27-0/+380
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>