Remove systemd user session and clean up packagegroups and images
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-image-ivi-crosssdk.bb
index 72bf8f7..be00883 100644 (file)
@@ -1,9 +1,11 @@
-require recipes-platform/images/agl-image-minimal-crosssdk.inc
-require agl-image-ivi.inc
+require agl-image-ivi.bb
 
-inherit populate_sdk
+SUMMARY = "Cross SDK of minimal AGL Distribution for IVI profile"
 
-# Task do_populate_sdk and do_rootfs can't be exec simultaneously.
-# Both exec "createrepo" on the same directory, and so one of them
-# can failed (randomly).
-addtask do_populate_sdk after do_rootfs
+DESCRIPTION = "SDK image for minimal AGL Distribution for IVI profile. \
+It includes the full toolchain, plus development headers and libraries \
+to form a standalone cross SDK."
+
+inherit agl-crosssdk
+
+require agl-ivi-crosssdk.inc