GitHub - kurianinc/opkg: Open Package
github.com › kurianinc › opkgAug 06, 2017 · Using Open Package tool a package can be created using the following command: $ opkg create --pkg=myapp. The above command will create a tarball myapp.tgz based on the meta-data defined in myapp.yml. In myapp.yml, you can specify the content of myapp.tgz, and, how myapp is installed on a target host.
opkg - Wikipedia
https://en.wikipedia.org/wiki/Opkgopkg (open package management) is a lightweight package management system based upon ipkg. It is written in C and resembles Advanced Package Tool (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. Opkg was originally forked from ipkg by the Openmoko project. More recently, development of opkg has moved from its old Google Code repository to Yocto Project where …