summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/cluster-receiver/cluster-receiver_git.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-5/+2
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-10recipes-demo-hmi/cluster-receiver/cluster-receiver: Use waylandsink forMarius Vlad1-3/+0
all platforms Bug-AGL: SPEC-3382 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ica0100a405247e017eeea6c8646c2b3c59f0caee
2020-07-10cluster-receiver_git: Add cluster-receiver wayland dependsMarius Vlad1-2/+5
cluster-receiver application will be a Qt application so add Qt specific dependencies for it. Also, add base and bad gstreamer plug-ins, as those are needed. Bug-AGL: SPEC-3382 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ie4c73bc0c9b8746f086a94785debf300f33fa824
2019-08-16cluster-receiver: just RRECOMMEND gstreamer-vaapi for IntelScott Murray1-1/+3
The gstreamer-vaapi plugin is not available / buildable on all non-Intel platforms, so to avoid issues just RRECOMMEND it when building for Intel, as the gstreamer pipeline construction code in the application checks for its presence at runtime already. Bug-AGL: SPEC-2732 Change-Id: I2a9f6279caa94f510ac357d1604c9a63dfa07750 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2018-12-10Initial check-inguppy_6.99.3guppy/6.99.36.99.3Scott Murray1-0/+26
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>