Thanks. This helped me out.
I've already had iotdk.intel.com set as resources in base-feeds.conf and now i've got a duplicate src declaration:
# opkg update
Downloading http://iotdk.intel.com/repos/1.1/iotdk/all/Packages.
Updated list of available packages in /var/lib/opkg/all.
Downloading http://iotdk.intel.com/repos/1.1/iotdk/x86/Packages.
Updated list of available packages in /var/lib/opkg/x86.
Downloading http://iotdk.intel.com/repos/1.1/iotdk/i586/Packages.
Updated list of available packages in /var/lib/opkg/i586.
Downloading http://repo.opkg.net/edison/repo/edison/Packages.gz.
Inflating http://repo.opkg.net/edison/repo/edison/Packages.gz.
Updated list of available packages in /var/lib/opkg/edison.
Downloading http://repo.opkg.net/edison/repo/core2-32/Packages.gz.
Inflating http://repo.opkg.net/edison/repo/core2-32/Packages.gz.
Updated list of available packages in /var/lib/opkg/core2-32.
Collected errors:
* opkg_conf_parse_file: Duplicate src declaration (all http://repo.opkg.net/edison/repo/all). Skipping
How can I change it to work with multiple repos? Or maybe what is the best, single source to get started for Edison opkg?
Regarding the bleno library, were you able to run the examples? I've tried the battery-service one and it stops with:
# node main.js
on -> stateChange: unsupported
It doesn't advertise anything. The example script is super simple so I don't see what could be changed there...