mattias-hahn, thank you but:

root@clanton:~# cat > /etc/opkg/iot-devkit.config <

> src iot-devkit http://iotdk.intel.com/repos/1.1/iotdk/

> EOF

root@clanton:~# opkg update

Downloading http://repo.opkg.net/galileo/repo/clanton/Packages.gz.

Downloading http://repo.opkg.net/galileo/repo/i586/Packages.gz.

Collected errors:

* opkg_conf_parse_file: /etc/opkg/base-feeds.conf:1: Ignoring invalid line: `rc/gz all     http://repo.opkg.net/galileo/repo/all'

* opkg_download: Failed to download http://repo.opkg.net/galileo/repo/clanton/Packages.gz, wget returned 8.

* opkg_download: Failed to download http://repo.opkg.net/galileo/repo/i586/Packages.gz, wget returned 8.

matthias-hahn (Intel) wrote:

in order to use the repo on http://iotdk.intel.com/repos/1.1/iotdk/i586/ 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

cat > /etc/opkg/iot-devkit.config <

src iot-devkit http://iotdk.intel.com/repos/1.1/iotdk/

EOF

afterwards you need to call

opkg update

with that you can "opkg search" for or "opkg install" packages likewise you're used to with "apt-get" (or yum or zypper or ...)

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐