From: Denys Dmytriyenko <[email protected]> This reverts commit 167b8838b5c03cb52fdec3610fe987f302d8c635.
Back in 2016 the plugin was updated to use the /dev/v4l/by-path/platform-489d0000.vpe-video-index0 which is stable across boot regardless of boot order. See, https://git.ti.com/cgit/glsdk/gst-plugin-vpe/commit/?id=f1d4d67fa7a76f97a49114b1543ee72ecb0192f0 Signed-off-by: Denys Dmytriyenko <[email protected]> Cc: Benoit Parrot <[email protected]> --- .../gst-plugins-ti/gstreamer1.0-plugins-vpe/ti-video.conf | 1 - .../gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe/ti-video.conf diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe/ti-video.conf b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe/ti-video.conf deleted file mode 100644 index 339a0c1..0000000 --- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe/ti-video.conf +++ /dev/null @@ -1 +0,0 @@ -install ti-vip /sbin/modprobe ti-vpe; /sbin/modprobe --ignore-install ti-vip diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb index 96c678d..841a403 100644 --- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb +++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb @@ -13,11 +13,5 @@ PR = "${INC_PR}.20" SRCREV = "b9dba5a8bc7d14d55125abdce04672e3dc30bbdf" SRC_URI = "git://git.ti.com/glsdk/gst-plugin-vpe.git;protocol=git \ - file://ti-video.conf \ file://0001-gstvpe-configure.ac-stop-using-export-symbols-regex.patch \ " - -do_install_append() { - install -d ${D}/etc/modprobe.d - install -m 644 ${WORKDIR}/ti-video.conf ${D}/etc/modprobe.d -} -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
