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 <hector.palacios@digi.com> https://jira.digi.com/browse/DEL-2358
This commit is contained in:
parent
2d2afe1286
commit
cb46deba38
|
|
@ -26,6 +26,11 @@ IMAGE_FEATURES += " \
|
||||||
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \
|
${@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.
|
# Remove some features to reduce the rootfs size to fit in the internal storage.
|
||||||
IMAGE_FEATURES_remove_ccimx6ul = "package-management"
|
IMAGE_FEATURES_remove_ccimx6ul = "package-management"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue