From: Denys Dmytriyenko <[email protected]> This helps with applying them only for platforms that have display and skipping headless platforms.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../gstreamer1.0-plugins-bad_1.16.%.bbappend | 30 ++++++++++++---------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.%.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.%.bbappend index 6722fca..0533294 100644 --- a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.%.bbappend +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.%.bbappend @@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" PACKAGECONFIG_append = " faad kms" -SRC_URI_append_ti43x = " \ +GSTDRM_WAYLANDSINK_PATCHES = " \ file://0001-gstdrmallocator-Add-DRM-allocator-support.patch \ file://0002-parsers-bug-fixes-on-parsers.patch \ file://0003-kmssink-Add-omapdrm-and-tidss-in-the-list-of-drivers.patch \ @@ -11,26 +11,28 @@ SRC_URI_append_ti43x = " \ file://0001-wayland-drm-kms-add-support-for-meson-build-system.patch \ " +SRC_URI_append_ti43x = " \ + ${GSTDRM_WAYLANDSINK_PATCHES} \ +" + SRC_URI_append_ti33x = " \ file://0001-waylandsink-Add-mouse-drag-and-drop-support.patch \ " SRC_URI_append_omap-a15 = " \ - file://0001-gstdrmallocator-Add-DRM-allocator-support.patch \ - file://0002-parsers-bug-fixes-on-parsers.patch \ - file://0003-kmssink-Add-omapdrm-and-tidss-in-the-list-of-drivers.patch \ - file://0004-waylandsink-Add-drm-support-in-waylandsink.patch \ - file://0005-waylandsink-Add-input-device-support.patch \ - file://0001-wayland-drm-kms-add-support-for-meson-build-system.patch \ + ${GSTDRM_WAYLANDSINK_PATCHES} \ " -SRC_URI_append_k3 = " \ - file://0001-gstdrmallocator-Add-DRM-allocator-support.patch \ - file://0002-parsers-Pick-bug-fixes-on-different-parsers.patch \ - file://0003-kmssink-Add-omapdrm-and-tidss-in-the-list-of-drivers.patch \ - file://0004-waylandsink-Add-drm-support-in-waylandsink.patch \ - file://0005-waylandsink-Add-input-device-support.patch \ - file://0001-wayland-drm-kms-add-support-for-meson-build-system.patch \ +SRC_URI_append_am65xx = " \ + ${GSTDRM_WAYLANDSINK_PATCHES} \ +" + +SRC_URI_append_j7-evm = " \ + ${GSTDRM_WAYLANDSINK_PATCHES} \ +" + +SRC_URI_append_j7-hs-evm = " \ + ${GSTDRM_WAYLANDSINK_PATCHES} \ " PACKAGE_ARCH = "${MACHINE_ARCH}" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
