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-19 20:14:21 +0000
commitb8d7250719196dd78b2972c82c584bd4ed578455 (patch)
tree2966f3e93ebdb1f0497e94ec87edc7bffc1deb9b
parent1f1b8732c7f7671d29476d326c2584e960b35b5b (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> (cherry picked from commit 1a1f700db9f370e4d4f2fc45e9155cd190726d68)
-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"