Questions tagged [opkg]

Opkg is a lightweight package Management System based upon ipkg. It is written in C and resembles APT/dpkg in operation. It is intended for use on embedded Linux devices and is used in this capacity in the OpenEmbedded and OpenWrt projects.

50 questions
0
votes
1 answer

opkg failed to install ipk package

I have created an image with buildroot for raspberry pi 2 and i have included "Opkg" in it. I then manually downloaded "gcc_4.8.3-1_brcm2708.ipk" for it and moved this file into the SD card and logged in to the pi, but now when i run the command…
A7A
  • 139
  • 1
  • 4
  • 11
0
votes
1 answer

Why can't I use postinst to export LD_LIBRARY_PATH to my new uploaded share libraries?

I'm developing an application that I packed as .opkg format. The data files include some self build shard libraries that my application will use; I put them in xxxx/my-package/usr/lib/a.so, where xxx/my-package/ is set as my .opkg root in…
user1836141
  • 91
  • 2
  • 5
0
votes
1 answer

opkg install error - wfopen no such file or directory

I have followed instructions to create an .ipk file, the Packages.gz and host them on a web server as a repo. I have set the opkg.conf in my other VM to point to this repo. The other VM is able to update and list the contents of repositories…
cogitoergosum
  • 2,309
  • 4
  • 38
  • 62
-1
votes
1 answer

Is there a way to install keys into the opkg-keyring during the yocto build process and have them marks as ultimate rather than unknown by gpg

My problem I think is very simple. I would like to have opkg verify signatures before installing packages from my custom opkg repository. The issue I am having is that the keys I added to the opkg-keyrings yocto recipe are all marked as unknown on…
CKdev
  • 11
  • 2
-1
votes
1 answer

opkg_conf_parse_file: /etc/opkg/base-feed.conf:1: Ignoring invalid line: `scr/gz base http://192.168.1.X/all'

I am updating my system with opkg. and I have this answer opkg_conf_parse_file: /etc/opkg/base-feed.conf:1: Ignoring invalid line: `scr/gz base http://192.168.1.X/all' I don't know why this. Someone can help me?
DEDE
  • 1
  • 1
1 2 3
4