Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Edison Libraries

toadaze
Beginner
641 Views

Could someone explain the relationship or difference between the libraries at 'repo.opkg.net/edison/repo/' and those at 'iotdk.intel.com/repos/1.1/iotdk/' ?  I realize they serve different purposes, but some of the libraries are duplicates which causes update/upgrade to complain. I have my 'base-feeds.conf' as follows:

src/gz all http://repo.opkg.net/edison/repo/all

src/gz edison http://repo.opkg.net/edison/repo/edison

src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32

src all http://iotdk.intel.com/repos/1.1/iotdk/all

src x86 http://iotdk.intel.com/repos/1.1/iotdk/x86

src i586 http://iotdk.intel.com/repos/1.1/iotdk/i586

Thanks

 

0 Kudos
1 Reply
Matthias_H_Intel
Employee
641 Views

Marvin A. wrote:

Could someone explain the relationship or difference between the libraries at 'repo.opkg.net/edison/repo/' and those at 'iotdk.intel.com/repos/1.1/iotdk/' ?  I realize they serve different purposes, but some of the libraries are duplicates which causes update/upgrade to complain. I have my 'base-feeds.conf' as follows:

src/gz all http://repo.opkg.net/edison/repo/all

src/gz edison http://repo.opkg.net/edison/repo/edison

src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32

src all http://iotdk.intel.com/repos/1.1/iotdk/all

src x86 http://iotdk.intel.com/repos/1.1/iotdk/x86

src i586 http://iotdk.intel.com/repos/1.1/iotdk/i586

repo.opkg.net is specifically built for Edison as far as I understand. You can ping AlexT on the https://communities.intel.com/community/makers community on details. 

iotdk.intel.com is built in a way such it should run on Galileo (if using the eglibc Intel(R) IoT developer kit SD card image) as well as on Edison.

So in principle both repos have a similar purpose. You should only have set one in your opkg conf. For missing packages you could directly install giving the URL. 

0 Kudos
Reply