Hello all,
I included the opkg in my build by editing local.conf files as shown in the attached image. I can see two files arch.conf and opkg.conf files included under /etc/opkg in my target rootfs.
I want to install any package using opkg manager in my target system(RZV2M) as we are doing in any Linux host pc, so I tried to set up opkg for installation but encounter the below errors.
root@rzv2m:/# opkg update Downloading http://deb.debian.org/debian/Packages.gz. wget: server returned error: HTTP/1.1 404 Not Found Downloading http://deb.debian.org/debian/Packages.gz. wget: server returned error: HTTP/1.1 404 Not Found Collected errors: * opkg_download_backend: Failed to download http://deb.debian.org/debian/Packages.gz, wget returned 1. * opkg_download_backend: Failed to download http://deb.debian.org/debian/Packages.gz, wget returned 1.
For your reference, attached opkg.conf snippet and all related settings are done in local.conf file.
Please suggest, how opkg can be used to install any package in my target system RZV2M.