Handhelds.org - Open source for handheld devices

UserPreferences

MaintainingIpkgFeeds


Creating and Maintaining ipkg Feeds

  1. Create a directory accessible from FTP or HTTP to contain your packages. This is the feed.

  2. Build your ipkg's (See BuildingIpkgs) and put the .ipk files into the feed.

  3. Create the Packages file. This is the index used by ipkg so that it knows what ipkg's are available and what versions are available. This file is created by running ipkg-make-index in the directory. You can get ipkg-make-index from here: ftp://lorien.handhelds.org/pub/linux/feeds/demo/ipkg-tools.tgz Just copy it in the packages folder and do:

    ipkg-make-index . > Packages
    

  4. Tell people where your feed is and announce new packages added to the feed.

That's all there is to it, except for the caveats noted below.

JameyHicks

Caveats


Sunil V. adds: I had better luck creating a feed with the tools found in http://handhelds.org/download/packages/ipkg-utils/