<?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: How to include x264enc on yocto in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/248013#M22022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see. It is a caps negotiation problem..... GStreamer check the pads and its caps to see if elements can be linked, if not then you get that message. For some reason, the v4l2src element is not providing the correct stream for neither the color-space nor the encoder.... Why are you using v4l2src? are you using a web cam? To check the caps being negotiated, just add '-v' to the pipeline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Nov 2013 17:06:09 GMT</pubDate>
    <dc:creator>LeonardoSandova</dc:creator>
    <dc:date>2013-11-13T17:06:09Z</dc:date>
    <item>
      <title>How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247979#M21988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/DaianeAngolini"&gt;DaianeAngolini&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a wandboard-dual board and I am using master branch.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Here is my build configuration:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;/P&gt;&lt;P&gt;BB_VERSION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "1.21.0"&lt;/P&gt;&lt;P&gt;BUILD_SYS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "x86_64-linux"&lt;/P&gt;&lt;P&gt;NATIVELSBSTRING&amp;nbsp;&amp;nbsp; = "Ubuntu-12.04"&lt;/P&gt;&lt;P&gt;TARGET_SYS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "arm-poky-linux-gnueabi"&lt;/P&gt;&lt;P&gt;MACHINE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "wandboard-dual"&lt;/P&gt;&lt;P&gt;DISTRO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "poky"&lt;/P&gt;&lt;P&gt;DISTRO_VERSION&amp;nbsp;&amp;nbsp;&amp;nbsp; = "1.5+snapshot-20131030"&lt;/P&gt;&lt;P&gt;TUNE_FEATURES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "armv7a vfp neon callconvention-hard cortexa9"&lt;/P&gt;&lt;P&gt;TARGET_FPU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "vfp-neon"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing a power consumption of video applications and therefore need to add x264enc to my image.&lt;/P&gt;&lt;P&gt;Now I have tried it two ways but x264 is not showing up in my final image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) First, I have placed gst-plugins-ugly-x264enc in local.conf file&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;COMMERCIAL_VIDEO_PLUGINS ?= " \ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-ugly-x264enc \ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and added this line to local.conf file: @&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PACKAGECONFIG_pn_gstreamer1.0-plugins-ugly += "x264" to enable it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This configuration gives me an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;| Computing transaction...error: Can't install gst-meta-video-0.10-r13@cortexa9hf_vfp_neon: no package provides gst-plugins-ugly-x264enc&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;|&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;| Saving cache...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;|&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;| WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;| ERROR: Function failed: do_rootfs (log file is located at /home/pshah9/Desktop/yocto-master/fsl-community-bsp/build/tmp/work/wandboard_dual-poky-linux-gnueabi/fsl-image-gui/1.0-r0/temp/log.do_rootfs.16656)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ERROR: Task 7 (/home/pshah9/Desktop/yocto-master/fsl-community-bsp/sources/meta-fsl-demos/recipes-fsl/images/fsl-image-gui.bb, do_rootfs) failed with exit code '1'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NOTE: Tasks Summary: Attempted 6575 tasks of which 6522 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;No currently running tasks (6575 of 6576)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Summary: 1 task failed:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; /home/pshah9/Desktop/yocto-master/fsl-community-bsp/sources/meta-fsl-demos/recipes-fsl/images/fsl-image-gui.bb, do_rootfs&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Summary: There was 1 WARNING message shown.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Summary: There was 1 ERROR message shown, returning a non-zero exit code.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2) Second, I have placed gst-plugins-ugly-meta in local.conf file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CORE_IMAGE_EXTRA_INSTALL += " \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gst-plugins-ugly-meta \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and again added this line to local.conf file: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PACKAGECONFIG_pn_gstreamer1.0-plugins-ugly += "x264"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. It is urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 16:21:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247979#M21988</guid>
      <dc:creator>tejasshah</dc:creator>
      <dc:date>2013-10-30T16:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247980#M21989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you, please, try this recipe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-multimedia/x264/x264_git.bb" title="http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-multimedia/x264/x264_git.bb"&gt;poky - Poky Build Tool and Metadata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try &lt;STRONG&gt;bitbake x264_git&lt;/STRONG&gt; before add this on your CORE_IMAGE_EXTRA_INSTALL, only to make sure the package name is OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I told in private message, my ubuntu machine is dead and I will not be able to work on your issue until it´s up again :smileysad:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 15:09:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247980#M21989</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2013-10-31T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247981#M21990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting an error when I do bitbake x264_git :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Nothing PROVIDES 'x264_git'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 15:50:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247981#M21990</guid>
      <dc:creator>tejasshah</dc:creator>
      <dc:date>2013-10-31T15:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247982#M21991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to remove the _git&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bitbake x264&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m not confortable with this recipe, it looks like it´s not part of gstreamer.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 15:58:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247982#M21991</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2013-10-31T15:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247983#M21992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this one worked. It gives me&lt;/P&gt;&lt;P&gt;NOTE: Tasks Summary: Attempted 549 tasks of which 549 didn't need to be rerun and all succeeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything else I can do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 16:03:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247983#M21992</guid>
      <dc:creator>tejasshah</dc:creator>
      <dc:date>2013-10-31T16:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247984#M21993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now bake the image. (bitbake &amp;lt;....-image-...&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 16:13:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247984#M21993</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-10-31T16:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247985#M21994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As usual it compiled the image but it doesn't have x264.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 16:18:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247985#M21994</guid>
      <dc:creator>tejasshah</dc:creator>
      <dc:date>2013-10-31T16:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247986#M21995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bitbake x264 will only build the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to work dir and try to find where it is built. try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find work -name x264*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should find a directory with the x264 source code, and two dir: package and packages-split&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go under package and try to find where the binaries are placed. Look if the binary you want is there (x264enc.so or libgstreamer_x264.so.0 I don´t know the file name, but with a ls you may find it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this package provide what you need?&lt;/P&gt;&lt;P&gt;(after that we can try to install it in your image)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 16:45:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247986#M21995</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2013-10-31T16:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247987#M21996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I found package and package-split folder and inside them I found x264 binary file at&lt;/P&gt;&lt;P&gt;package/usr/bin/x264(binary file)&lt;/P&gt;&lt;P&gt;and .so files are here&lt;/P&gt;&lt;P&gt;package/lib/libx264.so&lt;/P&gt;&lt;P&gt;packages-split/x264/usr/lib/libx264.so.133&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are more libx264.so.133 instances in packages-split folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 18:48:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247987#M21996</guid>
      <dc:creator>tejasshah</dc:creator>
      <dc:date>2013-10-31T18:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247988#M21997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, in folder work/deploy/rpm (or ipk, or deb, depending on how your system in configured) you may find the rpm for x264.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you, please, try to install that package on a working rootfs? And see if it does provide what you need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to install the package, for example, if it´s rpm, google will help you&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.google.com/search?q=install+rpm&amp;amp;ie=utf-8&amp;amp;oe=utf-8&amp;amp;aq=t&amp;amp;rls=org.mozilla:en-US:official&amp;amp;client=firefox-a" title="https://www.google.com/search?q=install+rpm&amp;amp;ie=utf-8&amp;amp;oe=utf-8&amp;amp;aq=t&amp;amp;rls=org.mozilla:en-US:official&amp;amp;client=firefox-a"&gt;https://www.google.com/search?q=install+rpm&amp;amp;ie=utf-8&amp;amp;oe=utf-8&amp;amp;aq=t&amp;amp;rls=org.mozilla:en-US:official&amp;amp;client=firefox-a&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, let me know the results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 12:35:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247988#M21997</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2013-11-01T12:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247989#M21998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have any deploy directory under work directory.&lt;/P&gt;&lt;P&gt;But I went to fsl-community-bsp/build/tmp/deploy/rpm/cortexa9hf_vfp_neon/&lt;/P&gt;&lt;P&gt;Here are 5 rpm files of x264 that it shows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon.rpm&lt;/P&gt;&lt;P&gt;libx264-bin-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon.rpm&lt;/P&gt;&lt;P&gt;libx264-dbg-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon.rpm&lt;/P&gt;&lt;P&gt;libx264-dev-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon.rpm&lt;/P&gt;&lt;P&gt;libx264-staticdev-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon.rpm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I use from all of these?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 15:45:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247989#M21998</guid>
      <dc:creator>tejasshah</dc:creator>
      <dc:date>2013-11-01T15:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247990#M21999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are all the same version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So use the dev version to get headers to be used by other programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libx264-dev-r2265&lt;EM&gt;git0&lt;/EM&gt;585324fee3-r0.cortexa9hf_vfp_neon.rpm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ad.&lt;/P&gt;&lt;P&gt;............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 16:00:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247990#M21999</guid>
      <dc:creator>AdCmo</dc:creator>
      <dc:date>2013-11-01T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247991#M22000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have mounted the rootfs I have on the sdcard which I am using for booting.&lt;/P&gt;&lt;P&gt;In the mounted rootfs, I go to /usr/bin where all the executables&lt;/P&gt;&lt;P&gt;are placed, so I want x264 there, but when I try to use the following&lt;/P&gt;&lt;P&gt;command, it is looking for some dependencies:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ rpm -ivh ~/Desktop/yocto-master/fsl-community-bsp/build/tmp/deploy/rpm/cortexa9hf_vfp_neon/libx264-dev-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon.rpm&lt;/P&gt;&lt;P&gt;rpm: RPM should not be used directly install RPM packages, use Alien instead!&lt;/P&gt;&lt;P&gt;rpm: However assuming you know what you are doing...&lt;/P&gt;&lt;P&gt;warning: /home/pshah9/Desktop/yocto-master/fsl-community-bsp/build/tmp/deploy/rpm/cortexa9hf_vfp_neon/libx264-dev-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon.rpm: Header V4 DSA/SHA1 Signature, key ID d2a2fd9a: NOKEY&lt;/P&gt;&lt;P&gt;error: Failed dependencies:&lt;/P&gt;&lt;P&gt;&amp;nbsp; libx264-133 = r2265+git0+585324fee3-r0 is needed by libx264-dev-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&amp;nbsp; libc6-dev is needed by libx264-dev-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if I have used a wrong command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 17:22:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247991#M22000</guid>
      <dc:creator>tejasshah</dc:creator>
      <dc:date>2013-11-01T17:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247992#M22001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the none "dev" one to see if the "dev" dependencies will go away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use "alien -i" instead of "rpm -ivh".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have alien and it is too much trouble to install it you can&lt;/P&gt;&lt;P&gt;still use:&lt;/P&gt;&lt;P&gt;"rpm -ivh" in spite of the warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ad.&lt;/P&gt;&lt;P&gt;..........................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Fri, Nov 1, 2013 at 10:22 AM, Tejas Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 17:30:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247992#M22001</guid>
      <dc:creator>AdCmo</dc:creator>
      <dc:date>2013-11-01T17:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247993#M22002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used alien -i with the same package inside my /usr/bin directory and removes the problem of dependencies,&lt;/P&gt;&lt;P&gt;but gives this error now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$~/yocto-master/fsl-community-bsp/build/tmp/deploy/rpm/cortexa9hf_vfp_neon/libx264-dev-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon.rpm is for architecture cortexa9hf_vfp_neon ; the package cannot be built on this system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 17:35:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247993#M22002</guid>
      <dc:creator>tejasshah</dc:creator>
      <dc:date>2013-11-01T17:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247994#M22003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you are still using the "dev" version. Use the non-dev version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And try this first:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libx264-133-r2265&lt;EM&gt;git0&lt;/EM&gt;585324fee3-r0.cortexa9hf_vfp_neon.rpm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use rpm if alien objects just to know if this can be installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Fri, Nov 1, 2013 at 10:35 AM, Tejas Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 17:40:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247994#M22003</guid>
      <dc:creator>AdCmo</dc:creator>
      <dc:date>2013-11-01T17:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247995#M22004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I am using the non-dev version with rpm command first and I get the dependencies error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ rpm -ivh ~/Desktop/yocto-master/fsl-community-bsp/build/tmp/deploy/rpm/cortexa9hf_vfp_neon/libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon.rpm&lt;/P&gt;&lt;P&gt;rpm: RPM should not be used directly install RPM packages, use Alien instead!&lt;/P&gt;&lt;P&gt;rpm: However assuming you know what you are doing...&lt;/P&gt;&lt;P&gt;warning: /home/pshah9/Desktop/yocto-master/fsl-community-bsp/build/tmp/deploy/rpm/cortexa9hf_vfp_neon/libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon.rpm: Header V4 DSA/SHA1 Signature, key ID d2a2fd9a: NOKEY&lt;/P&gt;&lt;P&gt;error: Failed dependencies:&lt;/P&gt;&lt;P&gt;&amp;nbsp; rtld(GNU_HASH) is needed by libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&amp;nbsp; libc.so.6(GLIBC_2.6) is needed by libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&amp;nbsp; libc.so.6(GLIBC_2.7) is needed by libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&amp;nbsp; libdl.so.2(GLIBC_2.4) is needed by libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&amp;nbsp; libm.so.6(GLIBC_2.4) is needed by libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&amp;nbsp; libm.so.6 is needed by libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&amp;nbsp; libpthread.so.0 is needed by libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&amp;nbsp; libc6 &amp;gt;= 2.18 is needed by libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&amp;nbsp; libdl.so.2 is needed by libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&amp;nbsp; libpthread.so.0(GLIBC_2.4) is needed by libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&amp;nbsp; libc.so.6 is needed by libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&amp;nbsp; libc.so.6(GLIBC_2.4) is needed by libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&amp;nbsp; /bin/sh is needed by libx264-133-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With alien it is giving the same error: the package cannot be built on this system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 17:48:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247995#M22004</guid>
      <dc:creator>tejasshah</dc:creator>
      <dc:date>2013-11-01T17:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247996#M22005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the binary one:&lt;/P&gt;&lt;P&gt;libx264-bin-r2265&lt;EM&gt;git0&lt;/EM&gt;585324fee3-r0.cortexa9hf_vfp_neon.rpm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that fails try the static one.&lt;/P&gt;&lt;P&gt;libx264-staticdev-r2265&lt;EM&gt;git0&lt;/EM&gt;585324fee3-r0.cortexa9hf_vfp_neon.rpm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ad.&lt;/P&gt;&lt;P&gt;...............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Fri, Nov 1, 2013 at 10:49 AM, Tejas Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 17:57:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247996#M22005</guid>
      <dc:creator>AdCmo</dc:creator>
      <dc:date>2013-11-01T17:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247997#M22006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the same errors as with the last one by using binary files for both alien and rpm&lt;/P&gt;&lt;P&gt;And with static, by using alien I get the same error but with rpm&lt;/P&gt;&lt;P&gt;it is looking for one dependency only:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ rpm -ivh ~/Desktop/yocto-master/fsl-community-bsp/build/tmp/deploy/rpm/cortexa9hf_vfp_neon/libx264-staticdev-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon.rpm&lt;/P&gt;&lt;P&gt;rpm: RPM should not be used directly install RPM packages, use Alien instead!&lt;/P&gt;&lt;P&gt;rpm: However assuming you know what you are doing...&lt;/P&gt;&lt;P&gt;warning: /home/pshah9/Desktop/yocto-master/fsl-community-bsp/build/tmp/deploy/rpm/cortexa9hf_vfp_neon/libx264-staticdev-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon.rpm: Header V4 DSA/SHA1 Signature, key ID d2a2fd9a: NOKEY&lt;/P&gt;&lt;P&gt;error: Failed dependencies:&lt;/P&gt;&lt;P&gt;&amp;nbsp; libx264-dev = r2265+git0+585324fee3-r0 is needed by libx264-staticdev-r2265+git0+585324fee3-r0.cortexa9hf_vfp_neon&lt;/P&gt;&lt;P&gt;pshah9@ubuntu:~/Desktop/mx6install/mx6mount/usr/bin$ &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 18:02:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247997#M22006</guid>
      <dc:creator>tejasshah</dc:creator>
      <dc:date>2013-11-01T18:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to include x264enc on yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247998#M22007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will let Daiane take over from here :smileysad:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it want the "dev" dependency, but:&lt;/P&gt;&lt;P&gt;Once you do "dev" the "dev" dependencies will come up again.&lt;/P&gt;&lt;P&gt;So you might have to keep installing those dependencies "dev" wants, until&lt;/P&gt;&lt;P&gt;they are satisfied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe Daiane has a better Yocto specific solution/workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ad.&lt;/P&gt;&lt;P&gt;....................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Fri, Nov 1, 2013 at 11:03 AM, Tejas Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 18:10:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-x264enc-on-yocto/m-p/247998#M22007</guid>
      <dc:creator>AdCmo</dc:creator>
      <dc:date>2013-11-01T18:10:14Z</dc:date>
    </item>
  </channel>
</rss>

