Tweak agl-profile-graphical packagegroups 63/18563/1
authorScott Murray <scott.murray@konsulko.com>
Mon, 19 Nov 2018 13:45:27 +0000 (08:45 -0500)
committerScott Murray <scott.murray@konsulko.com>
Mon, 3 Dec 2018 19:31:34 +0000 (14:31 -0500)
To more easily allow using Weston in profiles derived from
agl-profile-graphical, rename packagegroup-agl-image-weston to
packagegroup-agl-graphical-weston and tweak the definitions of it and
packagegroup-agl-profile-graphical so that non-Weston related packages
are only included via from packagegroup-agl-profile-graphical.  The
contents of agl-image-weston and agl-demo-platform remain unchanged
after these changes.

Bug-AGL: SPEC-1730

Change-Id: I4915bb896cc11ea49103400795a65c92b5889110
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
meta-agl-profile-graphical/recipes-platform/packagegroups/packagegroup-agl-graphical-weston.bb [moved from meta-agl-profile-graphical/recipes-platform/packagegroups/packagegroup-agl-image-weston.bb with 61% similarity]
meta-agl-profile-graphical/recipes-platform/packagegroups/packagegroup-agl-profile-graphical.bb

@@ -1,10 +1,10 @@
-DESCRIPTION = "The minimal set of packages required for basic Wayland image"
+DESCRIPTION = "The minimal set of packages required for Wayland support"
 LICENSE = "MIT"
 
 inherit packagegroup
 
 PACKAGES = "\
-    packagegroup-agl-image-weston \
+    packagegroup-agl-graphical-weston \
     "
 
 ALLOW_EMPTY_${PN} = "1"
@@ -16,7 +16,5 @@ RDEPENDS_${PN} += " \
                   weston-examples \
                   agl-login-manager \
                   agl-desktop-config \
-                  packagegroup-agl-graphical-services \
-                  profile-agl-minimal \
                   "
 
index 46187fe..6fab332 100644 (file)
@@ -1,5 +1,5 @@
-SUMMARY = "The middlewares for AGL IVI profile"
-DESCRIPTION = "The set of packages required for AGL Distribution"
+SUMMARY = "The middleware for AGL IVI profile"
+DESCRIPTION = "The set of packages required for AGL IVI Distribution"
 LICENSE = "MIT"
 
 inherit packagegroup
@@ -13,7 +13,7 @@ ALLOW_EMPTY_${PN} = "1"
 
 RDEPENDS_${PN} += "\
     packagegroup-agl-image-minimal \
-    packagegroup-agl-image-weston \
+    packagegroup-agl-graphical-weston \
     packagegroup-agl-graphical-services \
 "