From cb46deba3852b73f99a6f9f7090c8365c4294d73 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Fri, 16 Dec 2016 12:59:54 +0100 Subject: [PATCH] dey-image-qt: build gstreamer for 'ccimx6ulsbc' platform Separately add 'dey-gstreamer' to ccimx6ulsbc platform. This platform does not have 'accel-video' but we want gstreamer for using it with video/camera. Signed-off-by: Hector Palacios https://jira.digi.com/browse/DEL-2358 --- meta-digi-dey/recipes-core/images/dey-image-qt.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-digi-dey/recipes-core/images/dey-image-qt.bb b/meta-digi-dey/recipes-core/images/dey-image-qt.bb index 73b435b67..6cd4e2956 100644 --- a/meta-digi-dey/recipes-core/images/dey-image-qt.bb +++ b/meta-digi-dey/recipes-core/images/dey-image-qt.bb @@ -26,6 +26,11 @@ IMAGE_FEATURES += " \ ${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \ " +# Separately add 'dey-gstreamer' to ccimx6ulsbc platform. +# This platform does not have 'accel-video' but we want gstreamer for using +# it with video/camera +IMAGE_FEATURES_append_ccimx6ulsbc = " dey-gstreamer" + # Remove some features to reduce the rootfs size to fit in the internal storage. IMAGE_FEATURES_remove_ccimx6ul = "package-management"