On Wed, Oct 25, 2006 at 11:29:30AM +0000, MikeW wrote: > Using clone of generic-arm-glibc, but with kernel build enabled, > ptxdist fetches the kernel but then tries to apply patches but cannot > since the patch file is not present - has not been 'get'ted ! > > This seems fairly basic, so it could be my mis-configuration ?
Yes, you missed a basic principle of PTXdist: the purpose of this tool is not to give you a distribution where everything works on the first click. PTXdist is a development tool which helps developers to remember what they did once and reproduce it in an easy way. This means: If you change a pre-existing project, such as generic-arm-glibc, you have to take care that you do everything the right way. In this case it means that you have to also tell PTXdist which series file should be used for your kernel patches, or no series file at all if you don't need patches. We cannot magically guess if you need patches for your special ARM board. Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, Germany Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9 -- ptxdist mailing list [email protected]
