From a4c45ecd2d14aba83019d141e76411b4af65f78c Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 23 Sep 2016 15:59:28 +0200 Subject: [PATCH] gst-player: disable 'glimagesink' patch for ccimx6ul The ccimx6ul does not have a GPU, so opengl based gstreamer sink will not work. Thus apply the patch only for the CCIMX6. Signed-off-by: Javier Viguera --- .../recipes-multimedia/gstreamer/gst-player_git.bbappend | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-multimedia/gstreamer/gst-player_git.bbappend b/meta-digi-dey/recipes-multimedia/gstreamer/gst-player_git.bbappend index 6cd905c3b..4a40eb92c 100644 --- a/meta-digi-dey/recipes-multimedia/gstreamer/gst-player_git.bbappend +++ b/meta-digi-dey/recipes-multimedia/gstreamer/gst-player_git.bbappend @@ -2,4 +2,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRC_URI_append = " file://0001-gstplayer-force-use-glimagesink.patch" +SRC_URI_append_ccimx6 = " file://0001-gstplayer-force-use-glimagesink.patch" + +PACKAGE_ARCH = "${MACHINE_ARCH}"