diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-03-21 17:03:07 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-03-21 17:17:00 -0400 |
commit | bca788b0e5dc96ec8f8d3bf6ddf3fd0fd9c0f92c (patch) | |
tree | d24824809b19e0fb996abc899d175bd5a1b849b2 /recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qtcompositor.bb | |
parent | fdadccd28a38eb9aae90f2871fbd901ac73613c2 (diff) |
Restore Qt compositor cluster demo image
Changes:
- Added the required backend plugin options for running with Qt's
compositor to the PACKAGECONFIG variable in the qtbase recipe
bbappend.
- Restore an updated recipe for the agl-cluster-demo-qtcompositor
image, with updates to the associated packagegroups for the app
framework removal.
- As part of the above, the duplication of the profile-cluster-qt5
package naming has been clarified in the qt5 versus qtcompositor
packagegroups with new -wayland and -egl suffixes, with the previous
plain -qt5 name aliasing the wayland option to maintain expected
behavior. This avoids packaging conflict errors if building both
types of cluster demo image in the same tree.
- Restore updated cluster-gauges-qtcompositor recipe required for the
image.
- A simple systemd unit file has been added for the cluster-gauges
application and is currently installed as a system session unit.
Some rework of the agl-session scheme is required to run as a
user unit, the intent is to address that in one of the 13.0.x point
releases.
Bug-AGL: SPEC-4283
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Id79484c025fef067d7d47eaf783768e700a9dc8d
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qtcompositor.bb')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qtcompositor.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qtcompositor.bb b/recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qtcompositor.bb index ae1ad96be..ba66b60d5 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qtcompositor.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qtcompositor.bb @@ -6,7 +6,7 @@ inherit packagegroup PACKAGES = "\ packagegroup-agl-profile-cluster-qtcompositor \ - profile-cluster-qt5 \ + profile-cluster-qt5-egl \ " ALLOW_EMPTY:${PN} = "1" @@ -23,13 +23,10 @@ QT_LITE = " \ qtwayland \ qtgraphicaleffects-qmlplugins \ qtsvg-plugins \ - qtwebsockets \ - qtwebsockets-qmlplugins \ - qtcompositor-conf \ " RDEPENDS:${PN}:append = " \ ${QT_LITE} \ " -RDEPENDS:profile-cluster-qt5 = "${PN}" +RDEPENDS:profile-cluster-qt5-egl = "${PN}" |