Hi Guys
I bought new Intel edison with mini breakout
and have errors:
root@neuberfran:~# opkg update
Downloading http://repo.opkg.net/edison/repo/all/Packages.gz.
Inflating http://repo.opkg.net/edison/repo/all/Packages.gz.
Updated list of available packages in /var/lib/opkg/all.
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.
Downloading http://iotdk.intel.com/repos/2.0/intelgalactic/Packages.
Updated list of available packages in /var/lib/opkg/iotkit.
root@neuberfran:~# opkg install ddclient
Unknown package 'ddclient'.
Collected errors:
* opkg_install_cmd: Cannot install package ddclient.
root@neuberfran:~# uname -a
Linux neuberfran 3.10.17-poky-edison+ # 1 SMP PREEMPT Fri Jun 19 12:06:40 CEST 2015 i686 GNU/Linux
About this github: https://github.com/alext-mkrs/meta-alext-edison/issues/2 ddclient or other dynamic DNS in intel edison with YOCTO · Issue # 2 · alext-mkrs/meta-alext-edison · GitHub
https://github.com/alext-mkrs alext-mkrs said I would have no problem with that and in fact I'm not having in my intel edison with arduino breakout board old.https://github.com/alext-mkrs
Can we help me
Link Copied
neuberfran, the package is now in the repo, so you should be able to install it by running "opkg update && opkg install ddclient"
Hello neuberfran,
I read the link you posted (https://github.com/alext-mkrs/meta-alext-edison/issues/2 https://github.com/alext-mkrs/meta-alext-edison/issues/2) and it looks like the package you were trying to install in your Edison has been removed from the repo. AlexT mentioned in the link you posted that he will work to get it up again in the latest repo (http://iotdk.intel.com/repos/3.5/ http://iotdk.intel.com/repos/3.5/). You can either wait for him to upload it to the repo or you can build the package from source by following the instructions in https://sourceforge.net/p/ddclient/wiki/Home/ https://sourceforge.net/p/ddclient/wiki/Home/ (not the apt-get method, the manual method).
-Peter.
Exactly right (with the note that iotdk.intel.com is not my repo, but the official one ). I'm currently rebasing the repo to Release 3.5 and I'll make sure to include ddclient back, looks like I simply haven't recorded this request, as I usually do, and when rebasing from 2.1 to 3.0 ddclient went missing.
neuberfran, the package is now in the repo, so you should be able to install it by running "opkg update && opkg install ddclient"
For more complete information about compiler optimizations, see our Optimization Notice.