diff options
author | Scott Murray <scott.murray@konsulko.com> | 2018-11-19 08:45:27 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2018-12-03 14:31:34 -0500 |
commit | 4f7222e10cbe09ea3231eab912857fc7ba9d1c12 (patch) | |
tree | 032beca32394d84cbd259f726af4564fdfaf24fe /meta-agl-profile-graphical/recipes-platform/packagegroups/packagegroup-agl-graphical-weston.bb | |
parent | 160b986d4afcccc47ee5e1c73ff4a57d6e341776 (diff) |
Tweak agl-profile-graphical packagegroups
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>
Diffstat (limited to 'meta-agl-profile-graphical/recipes-platform/packagegroups/packagegroup-agl-graphical-weston.bb')
-rw-r--r-- | meta-agl-profile-graphical/recipes-platform/packagegroups/packagegroup-agl-graphical-weston.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-agl-profile-graphical/recipes-platform/packagegroups/packagegroup-agl-graphical-weston.bb b/meta-agl-profile-graphical/recipes-platform/packagegroups/packagegroup-agl-graphical-weston.bb new file mode 100644 index 000000000..1da3d37c2 --- /dev/null +++ b/meta-agl-profile-graphical/recipes-platform/packagegroups/packagegroup-agl-graphical-weston.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "The minimal set of packages required for Wayland support" +LICENSE = "MIT" + +inherit packagegroup + +PACKAGES = "\ + packagegroup-agl-graphical-weston \ + " + +ALLOW_EMPTY_${PN} = "1" + +RDEPENDS_${PN} += " \ + weston \ + weston-init \ + weston-ini-conf \ + weston-examples \ + agl-login-manager \ + agl-desktop-config \ + " + |