Hi Daniel, Daniel Kriesten wrote: > how do I use packages which do not have a release, yet? > > We developed some software and maintain it using git repos.
You can try the 'src-make-prog' as a start. Run a $ ptxdist newpackage src-make-prog in your project and answer the questions. This will create two important files for you: - rules/<name>.in - rules/<name>.make You should adapt them according to your needs. For example the *.make file should contain the paths to your git repository. Treat this file as a translater between ptxdist and the way how your own program wants to be built. Maybe also this link will help you: http://www.pengutronix.de/software/ptxdist/appnotes/OSELAS.BSP-Pengutronix-Generic-arm-Quickstart.pdf Regards, Juergen -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | Phone: +49-8766-939 228 | Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ | -- ptxdist mailing list [email protected]
