-
Notifications
You must be signed in to change notification settings - Fork 17
opkg: configuration
sethismyfriend edited this page Sep 27, 2014
·
1 revision
If you have the IOTDK installed on your galileo you can use a utility similar to apt-install.
To access the binary packages in the iotdk database provided by intel, edit: '/etc/opkg/base-feeds.conf' in vi:
vi '/etc/opkg/base-feeds.conf'
Add this to the file (by typing 'i' to insert and pasting it in)
src all http://iotdk.intel.com/repos/1.1/iotdk/all
src quark http://iotdk.intel.com/repos/1.1/iotdk/quark
src i586 http://iotdk.intel.com/repos/1.1/iotdk/i586
src x86 http://iotdk.intel.com/repos/1.1/iotdk/x86
esc -- wq -- enter to save the file.
Then run opkg update
and opkg install packagename
You can find package names by using opkg list | grep packagename
to see if they are in the repo.