aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-agl-cluster-demo-platform.bb
AgeCommit message (Collapse)AuthorFilesLines
2020-07-14qt-cluster-receiver: Added new recipe for the qt cluster receiver applicationjellyfish_9.99.4jellyfish_9.99.3jellyfish/9.99.4jellyfish/9.99.39.99.49.99.3Marius Vlad1-0/+1
And enable it in the cluster-demo-platform. Swaps depedencies between the native C application and the Qt version. Bug-AGL: SPEC-3382 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I147113eb0d3a0fbb6759225706ee856d76304ac8
2020-07-05packagegroup-agl-cluster-demo-platform: Remove wayland-ivi-extensionsMarius Vlad1-1/+0
We no longer use ivi-controller so remove wayland-ivi-extensions. Bug-AGL: SPEC-3382 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I9038b967ef66fd6050dd713226f91e57797f4b59
2020-07-05Remove windowmanager from agl-cluster-demo recipeMarius Vlad1-2/+0
Bug-AGL: SPEC-3382 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ibc6d2d81209324dd5ff07a57c4acad52ffb47bc5
2020-02-26packagegroup-agl-cluster-demo-platform: Drop libva-utilsPaul Barker1-1/+0
libva-utils indirectly requires mesa-gl which doesn't build for the Vayu or BBE boards with the zeus branch of meta-ti. The utilities were only used for debugging on the Minnowboard and are safe to remove. Bug-AGL: SPEC-3211 Change-Id: I3be2ca9ccf9be8e2fe17091368e9fb30257d8522 Signed-off-by: Paul Barker <paul.barker@sancloud.co.uk>
2020-01-03Add support for CAN driven speeds for the demo dashboardicefish_8.99.5icefish/8.99.58.99.5Scott Murray1-0/+7
Changes include: - Update cluster-dashboard recipe to pull in libqtappfw for signal-composer support - Add signal-composer and required low-can and gps bindings to agl-cluster-demo-platform image - Add recipe to install configuration file that tells the cluster-dashboard app to use signal-composer vehicle and engine speed events instead of running the default animation loop, and a new agl-cluster-demo-preload feature template that drives adding the recipe to the image for demo purposes. Bug-AGL: SPEC-3045 Change-Id: I193f9fd764b7610eaacc4c524522552bcc1e7ccc Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-08-23refactor packagegroup-agl-cluster-demo-qtcompositor.bb to make some common ↵Zhou Mingying1-17/+3
pieces Create the below file in recipes-platform/packagegroups packagegroup-agl-networking.bb packagegroup-agl-source-han-sans-ttf-fonts.bb packagegroup-agl-ttf-fonts.bb Modify the below bb files to include the new packagegroups packagegroup-agl-cluster-demo-platform.bb packagegroup-agl-cluster-demo-qtcompositor.bb Bug-AGL: SPEC-2731 Signed-off-by: Zhou Mingying <zhoumy@cn.fujitsu.com> Signed-off-by: Liu Wenlong <liuwl.fnst@cn.fujitsu.com> Change-Id: I422a45ec7d51df2f8621e3297f60383ceb8d69c1
2018-12-10Initial check-inguppy_6.99.3guppy/6.99.36.99.3Scott Murray1-0/+53
Define instrument cluster demo platform. This layer is similar to meta-agl-demo, except it defines a small platform for the instrument cluster demo, based on the agl-profile-cluster-qt5 profile. There is a "agl-cluster-demo" feature defined to enable building the platform. At the moment, only qemux86-64 and Minnowboard turbot versions have been built and tested. Other architectures should be feasible, but the agl-cluster-demo-receiver application needs some further development to support non-Intel platforms, as currently it is using the vaapisink gstreamer plug-in. Change-Id: I217608a1ecc9678d5d55a95c65f3ab6f10d5b54f Signed-off-by: Scott Murray <scott.murray@konsulko.com>