Denys, If I recall correctly, that line is required because the required .so's of the various get plugins do not get populated into the targetfs. There are a lot of them that we need, both default and TI added plugins.
I had earlier made the change in the oe-core recipe and sent it to you for requesting upstream submission but I reworked it to have them in the individual recipes. This is tested on dra7xx and I can confirm that it's needed. Please include it. Regards Karthik ________________________________ From: Dmytriyenko, Denys<mailto:[email protected]> Sent: 3/17/2015 9:15 PM To: R, Karthik<mailto:[email protected]> Cc: [email protected]<mailto:[email protected]> Subject: Re: [meta-arago] [meta-arago 0/4] GStreamer 1.0 adapatations for TI Platforms Ok, I'm fine with these patches, except one thing: FILES_${PN} += "${libdir}/gstreamer-1.0/*.so" What is the specific reason for this? I'm going to drop it when applying these patches later today... On Tue, Mar 03, 2015 at 09:29:21PM +0530, Karthik Ramanan wrote: > Difference from v1: > * Add gst-plugins-ducati for GST 1.x > * Add gst-plugins-vpe for GST 1.x > * Add FILES_PN explicitly for all GST 1.x recipes > > Karthik Ramanan (4): > gstreamer1.0-plugins-base: Add DMA Buf support > gstreamer1.0-plugins-good: Add DMABuf support v4l2src > gstreamer1.0-plugins-bad: Add various features > gstreamer1.0-plugins-ti: Add ducati and vpe GST plugins > > .../gstreamer1.0-plugins-ducati_git.bb | 10 + > .../gst-plugins-ti/gstreamer1.0-plugins-ti.inc | 19 + > .../gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb | 11 + > .../0001-Added-GstDRMBufferPool-support.patch | 774 +++++++++++ > ...odified-waylandsink-to-accept-NV12-format.patch | 1017 ++++++++++++++ > .../0003-Added-KMSsink-support.patch | 1457 > ++++++++++++++++++++ > ...04-waylandsink-Removed-dependency-on-dri2.patch | 26 + > ...vc1parse-and-jpegparse-Fixes-plugin-ranks.patch | 54 + > .../gstreamer1.0-plugins-bad_1.2.3.bbappend | 14 + > .../0001-Added-GstMetaDmaBuf-features.patch | 441 ++++++ > .../gstreamer1.0-plugins-base_1.2.3.bbappend | 8 + > ...ST_V4L2_IO_DMABUF-mode-support-in-capture.patch | 298 ++++ > .../gstreamer1.0-plugins-good_1.2.3.bbappend | 8 + > 13 files changed, 4137 insertions(+) > create mode 100644 > meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb > create mode 100644 > meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ti.inc > create mode 100644 > meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb > create mode 100644 > meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Added-GstDRMBufferPool-support.patch > create mode 100644 > meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-Modified-waylandsink-to-accept-NV12-format.patch > create mode 100644 > meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0003-Added-KMSsink-support.patch > create mode 100644 > meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0004-waylandsink-Removed-dependency-on-dri2.patch > create mode 100644 > meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-vc1parse-and-jpegparse-Fixes-plugin-ranks.patch > create mode 100644 > meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend > create mode 100644 > meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-Added-GstMetaDmaBuf-features.patch > create mode 100644 > meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bbappend > create mode 100644 > meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-Adds-GST_V4L2_IO_DMABUF-mode-support-in-capture.patch > create mode 100644 > meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.2.3.bbappend > > -- > 1.7.9.5 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
