OESF Portables Forum
General Forums => General Discussion => Topic started by: telemetric_au on May 02, 2007, 12:34:58 am
-
ive got the "Packages" file made ok with a script, but how can i make the "Filelist" file for a feed ??
-
did you figure this out? If not I can dig it up.
-
not yet, if you could find out it would be helpful...
-
As far as I know, "bitbake package-index" creates everything you need for a functioning feed.
-
From Meanie:
pdaXii13-custom.tgz contains both scripts, ipkg-make-index to generate the Packages files and make-index.sh to generate index.html
http://www.tyrannozaurus.com/feed/pdaXii13...ii13-custom.tgz (http://www.tyrannozaurus.com/feed/pdaXii13/build/pdaXii13-custom.tgz)
-
can either of these actually make the "Filelist" file ??
-
can either of these actually make the "Filelist" file ??
[div align=\"right\"][a href=\"index.php?act=findpost&pid=160559\"][{POST_SNAPBACK}][/a][/div]
pdaXrom Builder can do it.
anyway, that file is not required for a feed, only Packages is needed.
however, if you are bend on creating it, just write a script which concatenates the output of zcat data.tar.gz|tar tvf - for the data.tar.gz file inside each package...