<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Building VPU and gstreamer using Yocto for IMX53 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Building-VPU-and-gstreamer-using-Yocto-for-IMX53/m-p/408367#M60921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, take a loon in &lt;/P&gt;&lt;P&gt;&lt;A href="http://freescale.github.io/doc/release-notes/1.8/" title="http://freescale.github.io/doc/release-notes/1.8/"&gt;FSL Community BSP Release Notes 1.8 documentation&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A href="http://freescale.github.io/#documentation" title="http://freescale.github.io/#documentation"&gt;FSL Community BSP&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you subscribed to meta-freescale mailing list? Several important changes were included recently for mx53 and we discussed all them in meta-freescale. Maybe you can take a look on archives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not able to understand which source code and branch are you using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Oct 2015 18:32:15 GMT</pubDate>
    <dc:creator>daiane_angolini</dc:creator>
    <dc:date>2015-10-27T18:32:15Z</dc:date>
    <item>
      <title>Building VPU and gstreamer using Yocto for IMX53</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-VPU-and-gstreamer-using-Yocto-for-IMX53/m-p/408365#M60919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have build images for imx53EVK board using yocto updated at &lt;A _jive_internal="true" href="https://community.nxp.com/message/570496#570496"&gt;https://community.freescale.com/message/570496#570496&lt;/A&gt; and flashed images by referring &lt;A _jive_internal="true" href="https://community.nxp.com/message/528720#528720"&gt;https://community.freescale.com/message/528720#528720&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I flashed the u-boot built with yocto then board is not booting, but if I use prebuilt u-boot then board is booting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to build VPU and gstreamer using Yocto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could see the following line in sources/Documentation/release-notes/source/issues-known.rst file inside yocto.&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1. Fail to build imx-lib/imx-vpu/imx-test/gst-fsl-plugin when building against linux-fslc&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one tried to build imx-vpu and gstreamer using yocto?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought of building vpu first. I could see following package entry in meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc file. &lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;PACKAGECONFIG[vpu] = "--enable-vpu,--disable-vpu,imx-vpu"&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;I think it has to be enabled in the poky.conf(as the distribution is poky from local.conf). Can you please suggest me how to make an entry in poky.conf to enable vpu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 12:58:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-VPU-and-gstreamer-using-Yocto-for-IMX53/m-p/408365#M60919</guid>
      <dc:creator>kravik</dc:creator>
      <dc:date>2015-09-24T12:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Building VPU and gstreamer using Yocto for IMX53</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-VPU-and-gstreamer-using-Yocto-for-IMX53/m-p/408366#M60920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I started building gstreamer by adding following content in local.conf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = "\&lt;/P&gt;&lt;P&gt;&amp;nbsp; gstreamer \&lt;/P&gt;&lt;P&gt;&amp;nbsp; gst-meta-base \&lt;/P&gt;&lt;P&gt;&amp;nbsp; gst-plugins-bad \&lt;/P&gt;&lt;P&gt;&amp;nbsp; gst-fsl-plugin"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It build successfully, but when I execute following command, it is giving "WARNING: erroneous pipeline: no element "aiurdemux"" error.&lt;/P&gt;&lt;P&gt;#gst-launch filesrc location=Avengers.mp4 typefind=true ! aiurdemux ! queue max-size-time=0 ! mfw_vpudecoder ! mfw_v4lsink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought the error related to "aiurdemux" may be related to absence of gst-ugly plugins, so I tried building gst-ugly plugins, but build is failing with following error.&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;ERROR: Nothing RPROVIDES 'gst-plugins-ugly' (but /home/user/fido/fsl-community-bsp/sources/poky/meta/recipes-core/images/core-image-minimal.bb RDEPENDS on or otherwise requires it)&lt;/P&gt;&lt;P&gt;ERROR: gst-plugins-ugly was skipped: because it has a restricted license not whitelisted in LICENSE_FLAGS_WHITELIST&lt;/P&gt;&lt;P&gt;NOTE: Runtime target 'gst-plugins-ugly' is unbuildable, removing...&lt;/P&gt;&lt;P&gt;Missing or unbuildable dependency chain was: ['gst-plugins-ugly']&lt;/P&gt;&lt;P&gt;ERROR: Required build target 'core-image-minimal' has no buildable providers.&lt;/P&gt;&lt;P&gt;Missing or unbuildable dependency chain was: ['core-image-minimal', 'gst-plugins-ugly']&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help to fix the following error.&lt;/P&gt;&lt;P&gt;WARNING: erroneous pipeline: no element "aiurdemux"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 15:33:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-VPU-and-gstreamer-using-Yocto-for-IMX53/m-p/408366#M60920</guid>
      <dc:creator>kravik</dc:creator>
      <dc:date>2015-10-06T15:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Building VPU and gstreamer using Yocto for IMX53</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-VPU-and-gstreamer-using-Yocto-for-IMX53/m-p/408367#M60921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, take a loon in &lt;/P&gt;&lt;P&gt;&lt;A href="http://freescale.github.io/doc/release-notes/1.8/" title="http://freescale.github.io/doc/release-notes/1.8/"&gt;FSL Community BSP Release Notes 1.8 documentation&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A href="http://freescale.github.io/#documentation" title="http://freescale.github.io/#documentation"&gt;FSL Community BSP&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you subscribed to meta-freescale mailing list? Several important changes were included recently for mx53 and we discussed all them in meta-freescale. Maybe you can take a look on archives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not able to understand which source code and branch are you using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 18:32:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-VPU-and-gstreamer-using-Yocto-for-IMX53/m-p/408367#M60921</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2015-10-27T18:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Building VPU and gstreamer using Yocto for IMX53</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-VPU-and-gstreamer-using-Yocto-for-IMX53/m-p/408368#M60922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 18:02:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-VPU-and-gstreamer-using-Yocto-for-IMX53/m-p/408368#M60922</guid>
      <dc:creator>kravik</dc:creator>
      <dc:date>2015-11-03T18:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Building VPU and gstreamer using Yocto for IMX53</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-VPU-and-gstreamer-using-Yocto-for-IMX53/m-p/408369#M60923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Daiane, for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 21:05:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-VPU-and-gstreamer-using-Yocto-for-IMX53/m-p/408369#M60923</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2015-11-04T21:05:20Z</dc:date>
    </item>
  </channel>
</rss>

