meta-digi-dey: configure default video source for qtmultimedia apps
https://jira.digi.com/browse/DEL-2015 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
0f4606386c
commit
449008366f
|
|
@ -0,0 +1 @@
|
|||
export QT_GSTREAMER_CAMERABIN_VIDEOSRC="imxv4l2src"
|
||||
|
|
@ -1,3 +1,14 @@
|
|||
# Copyright (C) 2015 Digi International
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||
|
||||
SRC_URI_append_ccimx6 = " file://qt5.sh"
|
||||
|
||||
PACKAGECONFIG_append = " gstreamer"
|
||||
|
||||
do_install_append_ccimx6() {
|
||||
install -d ${D}${sysconfdir}/profile.d
|
||||
install -m 0755 ${WORKDIR}/qt5.sh ${D}${sysconfdir}/profile.d/
|
||||
}
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue