summaryrefslogtreecommitdiffstats
path: root/docs/06_Component_Documentation/01_AGL_components.md
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-10-17 16:48:46 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-11-09 17:16:45 +0000
commit24c10f43f5691b32dc09f8eea7cfc1a679a6a3b1 (patch)
tree861b82ecc1a2b3f2d1ca467bbd7425ee757a6e3e /docs/06_Component_Documentation/01_AGL_components.md
parentfe5a8e87f9f2c57ced90e898ebb1af10f92bcb35 (diff)
Update application framework documentationpike_16.0.4pike_16.0.3pike/16.0.4pike/16.0.316.0.416.0.3
Changes: - Moved "Creating a New Service" page back over to "Developer Guides" since it is not application framework specific. - Removed obsolete applaunchd D-Bus configuration documentation now that the functionality has been completely removed as of Pike. - Updated the application framework introduction discussion around protocols to document preference for gRPC over D-Bus for AGL projects. - Updated "Creating a New Application" documentation to document the requirements for having applications usable with applaunchd, as well as using the application templates, with BitBake recipe examples. - Added "Application Sandboxing" section that documents the existing example configurations and discusses other potential configuration options for systemd. Bug-AGL: SPEC-4928 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I6e0c0afcf571d9214df5300d2082b15fa3bb2a27 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29284 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> (cherry picked from commit 04ae05c69a1ee2934b139b179d15ba112ff18ab6) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29362
Diffstat (limited to 'docs/06_Component_Documentation/01_AGL_components.md')
-rw-r--r--docs/06_Component_Documentation/01_AGL_components.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/06_Component_Documentation/01_AGL_components.md b/docs/06_Component_Documentation/01_AGL_components.md
index b36580d..754c0ed 100644
--- a/docs/06_Component_Documentation/01_AGL_components.md
+++ b/docs/06_Component_Documentation/01_AGL_components.md
@@ -22,6 +22,6 @@ title: AGL Components
- [Rule based arbitrator](04_Rule_Based_Arbitrator.md)
-### Lifecycle management
+### Application Lifecycle and Services
- [Application Framework](Application_Framework/01_Introduction.md)