A repository to use with opkg on the edison.
To install packages on your edison, edit /etc/opkg/base-feeds.conf and add the line
src/gz edirepo https://github.com/sboettcher/edirepo/raw/master
then run opkg update
.
- Get opkg-utils from the yoctoproject git, and install with
make install
. - Create your package file structure. See this wiki for some detailed explanation of how this should look.
- When you have your directory structure, make sure permissions and ownage are correct! For the edison, all files/directories should be owned by root:root! (
chown root:root -R <pkg>
) - Run
opkg-build <pkg>
to automatically build the .ipk for the package. - Run
opkg-make-index . > Packages
to create the package index. - Run
gzip -k Packages
. - Update the repo.