aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-08-12 16:20:54 -0400
committerScott Murray <scott.murray@konsulko.com>2019-08-16 11:51:32 -0400
commit1a1f700db9f370e4d4f2fc45e9155cd190726d68 (patch)
tree2e41b45dd5fc9ed679b160c21abca1dd703589be
parent1ccfd76fbdd7bb5fba6c98ddd965a00798c393dd (diff)
cluster-receiver: just RRECOMMEND gstreamer-vaapi for Intel
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>
-rw-r--r--recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb b/recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb
index 92f9221..6420511 100644
--- a/recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb
+++ b/recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb
@@ -22,5 +22,7 @@ RDEPENDS_${PN} += " \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad \
- gstreamer1.0-vaapi \
"
+
+# VA-API may be used on Intel if present
+RRECOMMENDS_${PN}_append_intel-corei7-64 = " gstreamer1.0-vaapi"