Re: [leaf-devel] Buildtool and buildenv

2006-06-18 Thread Eric Spakman
Hello Erich, I want to make a small modification in the kernel configuration. What directory will these changes be made in, as it is neither in apps nor contrib. Basically the sources reside in $BUILDROOT/source/linux/ the mods are done using menuconfig, which will make a modified .config

Re: [leaf-devel] Buildtool and buildenv

2006-06-18 Thread Eric Spakman
Hello Erich, A few questions before I dig deeper in the Bering uClibc stuff - after a ./buildtool.pl build kernel, where does the upx compressed kernel image go? Is it $BUILDROOT/buildtool/source/linux/linux/arch/i386/boot/bzlinux It goes to $BUILDROOT/buildtool/build/kernel/ I looked

Re: [leaf-devel] Buildtool and buildenv

2006-06-18 Thread Erich Titl
Eric Eric Spakman wrote: Hi Erich, ... Note that unlike openswan, strongswan doesn't have a seperate patchset. So you need to patch the kernel with the strongswan source tools itself, build the buildenv and after that build strongswan. Hmmm... why would I have to rebuild the buildenv?

Re: [leaf-devel] Buildtool and buildenv

2006-06-18 Thread Erich Titl
Hi Eric Eric Spakman wrote: Hello Erich, A few questions before I dig deeper in the Bering uClibc stuff - after a ./buildtool.pl build kernel, where does the upx compressed kernel image go? Is it $BUILDROOT/buildtool/source/linux/linux/arch/i386/boot/bzlinux It goes to

Re: [leaf-devel] Buildtool and buildenv

2006-06-18 Thread Erich Titl
Hi Martin Martin Hejl wrote: Hi Erich, ... The thing you're stumbling over is probably that you're expecting the build to be re-done, because the config changed - which is not how buildtool works - Correct if you've built something and wand to rebuild it, you need to undo the build by

Re: [leaf-devel] Buildtool and buildenv

2006-06-18 Thread Erich Titl
Hi Eric Eric Spakman wrote: .. The setup of linux and kernel is unlike other packages split in two different setups because the linux source/headers are needed for buildenv and buildenv is needed for building the kernel. That is probably the part I am missing. What are the linux kernel

Re: [leaf-devel] Buildtool and buildenv

2006-06-18 Thread Eric Spakman
Hello Erich, How are the dependencies handled by buildtool? Is this done by flag files? In sources.cfg. If some source depends on an other source, it's listed in sources.cfg as a dependency. Eric ___ leaf-devel mailing list

Re: [leaf-devel] Buildtool and buildenv

2006-06-18 Thread Eric Spakman
Hello Erich, The setup of linux and kernel is unlike other packages split in two different setups because the linux source/headers are needed for buildenv and buildenv is needed for building the kernel. That is probably the part I am missing. What are the linux kernel sources needed for in

Re: [leaf-devel] Buildtool and buildenv

2006-06-18 Thread Eric Spakman
Hi Erich, Hmmm... why would I have to rebuild the buildenv? AFAIK Andreas Steffen has just added some functionality to the *swan, just like openswan. I will have to look a bit deeper. You may need the strongswan kernel headers to properly build strongswan. It's a bit subtle, you could go ahead

Re: [leaf-devel] Buildtool and buildenv

2006-06-18 Thread Eric Spakman
Hi Erich, Hmmm... why would I have to rebuild the buildenv? AFAIK Andreas Steffen has just added some functionality to the *swan, just like openswan. I will have to look a bit deeper. To be somewhat clearer, I rebuilt buildenv not for gcc/uClibc itself but more to be sure all the headers are