<?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 mattias-hahn, thank you but: in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Yocto-How-to-install-packages-python-serial-python-pyparsing/m-p/1007429#M32678</link>
    <description>&lt;P&gt;mattias-hahn, thank you but:&lt;/P&gt;

&lt;P&gt;root@clanton:~# cat &amp;gt; /etc/opkg/iot-devkit.config &amp;lt;&amp;lt;EOF&lt;BR /&gt;
	&amp;gt; src iot-devkit &lt;A href="http://iotdk.intel.com/repos/1.1/iotdk/" target="_blank"&gt;http://iotdk.intel.com/repos/1.1/iotdk/&lt;/A&gt;&lt;BR /&gt;
	&amp;gt; EOF&lt;BR /&gt;
	root@clanton:~# opkg update&lt;BR /&gt;
	Downloading &lt;A href="http://repo.opkg.net/galileo/repo/clanton/Packages.gz" target="_blank"&gt;http://repo.opkg.net/galileo/repo/clanton/Packages.gz&lt;/A&gt;.&lt;BR /&gt;
	Downloading &lt;A href="http://repo.opkg.net/galileo/repo/i586/Packages.gz" target="_blank"&gt;http://repo.opkg.net/galileo/repo/i586/Packages.gz&lt;/A&gt;.&lt;BR /&gt;
	Collected errors:&lt;BR /&gt;
	&amp;nbsp;* opkg_conf_parse_file: /etc/opkg/base-feeds.conf:1: Ignoring invalid line: `rc/gz all&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://repo.opkg.net/galileo/repo/all'&lt;BR /&gt;
	&amp;nbsp;* opkg_download: Failed to download &lt;A href="http://repo.opkg.net/galileo/repo/clanton/Packages.gz" target="_blank"&gt;http://repo.opkg.net/galileo/repo/clanton/Packages.gz&lt;/A&gt;, wget returned 8.&lt;BR /&gt;
	&amp;nbsp;* opkg_download: Failed to download &lt;A href="http://repo.opkg.net/galileo/repo/i586/Packages.gz" target="_blank"&gt;http://repo.opkg.net/galileo/repo/i586/Packages.gz&lt;/A&gt;, wget returned 8.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;matthias-hahn (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;in order to use the repo on&amp;nbsp;&lt;A href="http://iotdk.intel.com/repos/1.1/iotdk/i586/"&gt;http://iotdk.intel.com/repos/1.1/iotdk/i586/&lt;/A&gt;&amp;nbsp;you would need to create a file in "/etc/opkg" folder (e.g. /etc/opkg/iot-devkit.config") with the repo sources as entry, i.e. something like&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;cat &amp;gt; /etc/opkg/iot-devkit.config &amp;lt;&amp;lt;EOF
src iot-devkit &lt;A href="http://iotdk.intel.com/repos/1.1/iotdk/" target="_blank"&gt;http://iotdk.intel.com/repos/1.1/iotdk/&lt;/A&gt;
EOF&lt;/PRE&gt;

&lt;P&gt;afterwards you need to call&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;opkg update&lt;/PRE&gt;

&lt;P&gt;with that you can "opkg search" for or "opkg install" packages likewise you're used to with "apt-get" (or yum or zypper or ...)&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Sep 2014 14:11:00 GMT</pubDate>
    <dc:creator>Ilya_K_2</dc:creator>
    <dc:date>2014-09-29T14:11:00Z</dc:date>
    <item>
      <title>Yocto, How to install packages: python-serial python-pyparsing python-numpy python-wxgtk2.8</title>
      <link>https://community.intel.com/t5/Software-Archive/Yocto-How-to-install-packages-python-serial-python-pyparsing/m-p/1007426#M32675</link>
      <description>&lt;P&gt;Good day.&lt;/P&gt;

&lt;P&gt;In debian i can to run:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;sudo apt-get install python-opencv python-serial python-pyparsing python-numpy python-wxgtk2.8
&lt;/PRE&gt;

&lt;P&gt;How to do it on yocto?&lt;/P&gt;

&lt;P&gt;1) build from source it all with building from source all dependencies?&lt;/P&gt;

&lt;P&gt;2) is a good solution - install apt-get on yocto?&lt;/P&gt;

&lt;P&gt;3) Maybe, i can to use opkg for installing it, (but in "opkg list" i can't see, for example, python-wxgtk2.8 ) ?&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 06:25:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Yocto-How-to-install-packages-python-serial-python-pyparsing/m-p/1007426#M32675</guid>
      <dc:creator>Ilya_K_2</dc:creator>
      <dc:date>2014-09-29T06:25:56Z</dc:date>
    </item>
    <item>
      <title>pyserial &amp; numpy are</title>
      <link>https://community.intel.com/t5/Software-Archive/Yocto-How-to-install-packages-python-serial-python-pyparsing/m-p/1007427#M32676</link>
      <description>&lt;P&gt;pyserial &amp;amp; numpy are available in the repo here: &lt;A href="http://iotdk.intel.com/repos/1.1/iotdk/i586/" target="_blank"&gt;http://iotdk.intel.com/repos/1.1/iotdk/i586/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;We don't build all packages but you can certainly either rebuild from sources, rebuild yocto pacakges based on meta-intel-iot-devkit by adding them or simply using easy_install.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 13:15:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Yocto-How-to-install-packages-python-serial-python-pyparsing/m-p/1007427#M32676</guid>
      <dc:creator>Brendan_L_Intel</dc:creator>
      <dc:date>2014-09-29T13:15:44Z</dc:date>
    </item>
    <item>
      <title>in order to use the repo on</title>
      <link>https://community.intel.com/t5/Software-Archive/Yocto-How-to-install-packages-python-serial-python-pyparsing/m-p/1007428#M32677</link>
      <description>&lt;P&gt;in order to use the repo on&amp;nbsp;&lt;A href="http://iotdk.intel.com/repos/1.1/iotdk/i586/" style="font-size: 12px; line-height: 18px;"&gt;http://iotdk.intel.com/repos/1.1/iotdk/i586/&lt;/A&gt;&amp;nbsp;you would need to create a file in "/etc/opkg" folder (e.g. /etc/opkg/iot-devkit.config") with the repo sources as entry, i.e. something like&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;cat &amp;gt; /etc/opkg/iot-devkit.config &amp;lt;&amp;lt;EOF
src iot-devkit &lt;A href="http://iotdk.intel.com/repos/1.1/iotdk/" target="_blank"&gt;http://iotdk.intel.com/repos/1.1/iotdk/&lt;/A&gt;
EOF&lt;/PRE&gt;

&lt;P&gt;afterwards you need to call&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;opkg update&lt;/PRE&gt;

&lt;P&gt;with that you can "opkg search" for or "opkg install" packages likewise you're used to with "apt-get" (or yum or zypper or ...)&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 13:37:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Yocto-How-to-install-packages-python-serial-python-pyparsing/m-p/1007428#M32677</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2014-09-29T13:37:53Z</dc:date>
    </item>
    <item>
      <title>mattias-hahn, thank you but:</title>
      <link>https://community.intel.com/t5/Software-Archive/Yocto-How-to-install-packages-python-serial-python-pyparsing/m-p/1007429#M32678</link>
      <description>&lt;P&gt;mattias-hahn, thank you but:&lt;/P&gt;

&lt;P&gt;root@clanton:~# cat &amp;gt; /etc/opkg/iot-devkit.config &amp;lt;&amp;lt;EOF&lt;BR /&gt;
	&amp;gt; src iot-devkit &lt;A href="http://iotdk.intel.com/repos/1.1/iotdk/" target="_blank"&gt;http://iotdk.intel.com/repos/1.1/iotdk/&lt;/A&gt;&lt;BR /&gt;
	&amp;gt; EOF&lt;BR /&gt;
	root@clanton:~# opkg update&lt;BR /&gt;
	Downloading &lt;A href="http://repo.opkg.net/galileo/repo/clanton/Packages.gz" target="_blank"&gt;http://repo.opkg.net/galileo/repo/clanton/Packages.gz&lt;/A&gt;.&lt;BR /&gt;
	Downloading &lt;A href="http://repo.opkg.net/galileo/repo/i586/Packages.gz" target="_blank"&gt;http://repo.opkg.net/galileo/repo/i586/Packages.gz&lt;/A&gt;.&lt;BR /&gt;
	Collected errors:&lt;BR /&gt;
	&amp;nbsp;* opkg_conf_parse_file: /etc/opkg/base-feeds.conf:1: Ignoring invalid line: `rc/gz all&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://repo.opkg.net/galileo/repo/all'&lt;BR /&gt;
	&amp;nbsp;* opkg_download: Failed to download &lt;A href="http://repo.opkg.net/galileo/repo/clanton/Packages.gz" target="_blank"&gt;http://repo.opkg.net/galileo/repo/clanton/Packages.gz&lt;/A&gt;, wget returned 8.&lt;BR /&gt;
	&amp;nbsp;* opkg_download: Failed to download &lt;A href="http://repo.opkg.net/galileo/repo/i586/Packages.gz" target="_blank"&gt;http://repo.opkg.net/galileo/repo/i586/Packages.gz&lt;/A&gt;, wget returned 8.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;matthias-hahn (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;in order to use the repo on&amp;nbsp;&lt;A href="http://iotdk.intel.com/repos/1.1/iotdk/i586/"&gt;http://iotdk.intel.com/repos/1.1/iotdk/i586/&lt;/A&gt;&amp;nbsp;you would need to create a file in "/etc/opkg" folder (e.g. /etc/opkg/iot-devkit.config") with the repo sources as entry, i.e. something like&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;cat &amp;gt; /etc/opkg/iot-devkit.config &amp;lt;&amp;lt;EOF
src iot-devkit &lt;A href="http://iotdk.intel.com/repos/1.1/iotdk/" target="_blank"&gt;http://iotdk.intel.com/repos/1.1/iotdk/&lt;/A&gt;
EOF&lt;/PRE&gt;

&lt;P&gt;afterwards you need to call&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;opkg update&lt;/PRE&gt;

&lt;P&gt;with that you can "opkg search" for or "opkg install" packages likewise you're used to with "apt-get" (or yum or zypper or ...)&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 14:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Yocto-How-to-install-packages-python-serial-python-pyparsing/m-p/1007429#M32678</guid>
      <dc:creator>Ilya_K_2</dc:creator>
      <dc:date>2014-09-29T14:11:00Z</dc:date>
    </item>
    <item>
      <title>Quote:Ilya K. wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/Yocto-How-to-install-packages-python-serial-python-pyparsing/m-p/1007430#M32679</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Ilya K. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="mailto:root@clanton"&gt;root@clanton&lt;/A&gt;:~# opkg update&lt;BR /&gt;
	&lt;BR /&gt;
	Downloading &lt;A href="http://repo.opkg.net/galileo/repo/clanton/Packages.gz" target="_blank"&gt;http://repo.opkg.net/galileo/repo/clanton/Packages.gz&lt;/A&gt;.&lt;BR /&gt;
	&lt;BR /&gt;
	Downloading &lt;A href="http://repo.opkg.net/galileo/repo/i586/Packages.gz" target="_blank"&gt;http://repo.opkg.net/galileo/repo/i586/Packages.gz&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;This is a uclibc based pkg repo, it cannot be used with this eglibc image. Only the iotdk.intel.com repo will work.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 21:55:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Yocto-How-to-install-packages-python-serial-python-pyparsing/m-p/1007430#M32679</guid>
      <dc:creator>Brendan_L_Intel</dc:creator>
      <dc:date>2014-10-01T21:55:00Z</dc:date>
    </item>
    <item>
      <title>@Brendan:</title>
      <link>https://community.intel.com/t5/Software-Archive/Yocto-How-to-install-packages-python-serial-python-pyparsing/m-p/1007431#M32680</link>
      <description>&lt;P&gt;@Brendan:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;only the iotdk.intel.com repo will work&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;well, any repo built against the Intel(R) IoT devkit would work. In particular it needs to be build against eglibc rather uclibc &amp;nbsp;&lt;/P&gt;

&lt;P&gt;@Ilya:&lt;BR /&gt;
	apparently you have already set up a repo in /etc/opkg. Pls check the files in that folder. Make sure to use the right repo. If you have the Intel(R) IoT devkit image you can't use a uclibc based repository. If you use a uclibc image like you can't use&amp;nbsp;&lt;A href="http://iotdk.intel.com/repos/1.1/iotdk/" style="font-size: 12px; line-height: 18px;"&gt;http://iotdk.intel.com/repos/1.1/iotdk/&lt;/A&gt;&amp;nbsp;but rather a repo like AlexT repo.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 06:37:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Yocto-How-to-install-packages-python-serial-python-pyparsing/m-p/1007431#M32680</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2014-10-02T06:37:07Z</dc:date>
    </item>
  </channel>
</rss>

