<?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: Adding tcpdump ,nginx and python extensions to yocto build in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Adding-tcpdump-nginx-and-python-extensions-to-yocto-build/m-p/717155#M111428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;but what if an extension is missing from output of bitbake -s command&lt;/P&gt;&lt;P&gt;like python-cyclone ,txjson-RPC,jsonschema etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Dec 2017 05:20:03 GMT</pubDate>
    <dc:creator>sameerarvikar</dc:creator>
    <dc:date>2017-12-14T05:20:03Z</dc:date>
    <item>
      <title>Adding tcpdump ,nginx and python extensions to yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-tcpdump-nginx-and-python-extensions-to-yocto-build/m-p/717153#M111426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using IMx6 processor&lt;/P&gt;&lt;P&gt;i want to add tcpdump ,nginx and pysqlite ,python tornado ,python twisted to yocto build&lt;/P&gt;&lt;P&gt;I have compiled&amp;nbsp; tcpdump ,nginx and python extension in the imx6 sabre board itself and got there binaries,and i can tranfer them them to use in any other board&lt;/P&gt;&lt;P&gt;but i want them to be in yocto build ,so that i can just put the linux and start working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to add them.&lt;/P&gt;&lt;P&gt;I got following link or nginx but its not very clear &lt;BR /&gt;&lt;A class="link-titled" href="http://variwiki.com/index.php?title=Adding_yocto_packages" title="http://variwiki.com/index.php?title=Adding_yocto_packages"&gt;Adding yocto packages - Variscite Wiki&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i do&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;bitbake -e tcpdump | grep ^PACKAGES=&lt;/P&gt;&lt;P&gt;output :&lt;/P&gt;&lt;P&gt;PACKAGES="tcpdump-ptest tcpdump-dbg tcpdump-staticdev tcpdump-dev tcpdump-doc tcpdump-locale tcpdump"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;but when i build Linux tcpdump is not available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to resolve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 05:58:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-tcpdump-nginx-and-python-extensions-to-yocto-build/m-p/717153#M111426</guid>
      <dc:creator>sameerarvikar</dc:creator>
      <dc:date>2017-12-13T05:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tcpdump ,nginx and python extensions to yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-tcpdump-nginx-and-python-extensions-to-yocto-build/m-p/717154#M111427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sameerarvikar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Python is installed by default in NXP BSP images, if you want to add python extensions or any other packages you need to add them in the local.conf file and rebuild the image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;IMAGE_INSTALL_append += "\&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;python-pyqt \&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;python-numpy \&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;python-pip \&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;packagegroup-core-qt4e \&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;packagegroup-sdk-target \&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;opencv \&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;opencv-samples \&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can see a list of the available packages using command&lt;EM&gt; &lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;bitbake -s&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You may use this cammand along with&lt;STRONG&gt; &lt;EM&gt;grep&lt;/EM&gt;&lt;/STRONG&gt; to find the name of the packages you need&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;STRONG&gt; &lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;bitbake -s | grep tcp&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 17:38:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-tcpdump-nginx-and-python-extensions-to-yocto-build/m-p/717154#M111427</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2017-12-13T17:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tcpdump ,nginx and python extensions to yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-tcpdump-nginx-and-python-extensions-to-yocto-build/m-p/717155#M111428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;but what if an extension is missing from output of bitbake -s command&lt;/P&gt;&lt;P&gt;like python-cyclone ,txjson-RPC,jsonschema etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 05:20:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-tcpdump-nginx-and-python-extensions-to-yocto-build/m-p/717155#M111428</guid>
      <dc:creator>sameerarvikar</dc:creator>
      <dc:date>2017-12-14T05:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tcpdump ,nginx and python extensions to yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-tcpdump-nginx-and-python-extensions-to-yocto-build/m-p/717156#M111429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bitbake -s list all the existing packages, if the package you are looking for is missing on bitbake -s output then it is not implemented on that BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 14:50:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-tcpdump-nginx-and-python-extensions-to-yocto-build/m-p/717156#M111429</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2017-12-14T14:50:22Z</dc:date>
    </item>
  </channel>
</rss>

