Dear Sousa: opkg is a tool which help user to download & install common software from remote server. The error which you met is because of no such software which you want in remote server. So another choice is that you should download source code and compile it on your own.
Here is the source code of nsupdate, you can click and fetch it. Wish it can help you~ https://github.com/nsupdate-info/nsupdate.info Best Regards Chunguang From: [email protected] [mailto:[email protected]] On Behalf Of neuber sousa Sent: Tuesday, January 12, 2016 8:39 PM To: [email protected] Subject: [yocto] NSUPDATE Package in intel edison with yocto version 159 I'm trying to to this: http://mkaczanowski.com/golang-build-dynamic-dns-service-go/ But I have error with NSUPDATE package root@neuberfran:~# opkg install nsupdate Unknown package 'nsupdate'. Collected errors: opkg_install_cmd: Cannot install package nsupdate returning the link: http://mkaczanowski.com/golang-build-dynamic-dns-service-go/ I see: "nsupdate to push updates on records. It is a part of the bind project, so it can be found in bind-tools or bind-clientpackages." root@neuberfran:~# ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes 64 bytes from 8.8.8.8<http://8.8.8.8/>: seq=0 ttl=53 time=55.101 ms 64 bytes from 8.8.8.8<http://8.8.8.8/>: seq=1 ttl=53 time=32.649 ms 64 bytes from 8.8.8.8<http://8.8.8.8/>: seq=2 ttl=53 time=32.983 ms ^C --- 8.8.8.8 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 32.649/40.244/55.101 ms root@neuberfran:~# opkg install bind-client Unknown package 'bind-client'. Collected errors: * opkg_install_cmd: Cannot install package bind-client. root@neuberfran:~# opkg install bind-tools Unknown package 'bind-tools'. Collected errors: * opkg_install_cmd: Cannot install package bind-tools.
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
