From fd71c729ba03279cb9ad3a03290336afcae20bc0 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sat, 2 Mar 2019 22:24:08 -0500 Subject: Add basic telematics profile definition Add base packagegroup and image definitions for the telematics profile. The basic agl-image-telematics image defined pulls in the application framework and the can-low-level and network bindings. Change-Id: Ifca8649da3ed3473361556cbdc578247f84fbefe Signed-off-by: Scott Murray --- .../recipes-platform/images/agl-image-telematics.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-agl-profile-telematics/recipes-platform/images/agl-image-telematics.bb (limited to 'meta-agl-profile-telematics/recipes-platform/images/agl-image-telematics.bb') diff --git a/meta-agl-profile-telematics/recipes-platform/images/agl-image-telematics.bb b/meta-agl-profile-telematics/recipes-platform/images/agl-image-telematics.bb new file mode 100644 index 000000000..ad6ef9888 --- /dev/null +++ b/meta-agl-profile-telematics/recipes-platform/images/agl-image-telematics.bb @@ -0,0 +1,9 @@ +SUMMARY = "A basic telematics image" + +require agl-image-telematics.inc + +LICENSE = "MIT" + +IMAGE_INSTALL_append = "\ + profile-telematics \ + " -- cgit 1.2.3-korg