Re: [ptxdist] installing different config files for lighttpd depending on some config variable

2011-11-09 Thread Michael Olbrich
On Wed, Nov 09, 2011 at 01:26:48PM +0100, Alexander Dahl wrote: > we build or BSP in different configurations depending on some options > in the menuconfig, see: > > choice > prompt "Vendor name " > > config VENDOR_FOO > bool > prompt "foo" > >

Re: [ptxdist] Local kernel tree config option

2011-11-09 Thread Michael Olbrich
Hi, On Tue, Nov 08, 2011 at 04:36:27PM +0100, Andre Haupt wrote: > On Tue, Nov 08, 2011 at 02:16:00PM +0100, Andre Haupt wrote: > > I want to use a local kernel tree in my ptxdist project. I followed the > > instructions in the pdf documentation (chapter 6.13). There, a 'Local > > kernel tree' men

[ptxdist] [PATCH] $(KERNEL_PATH)/vmlinux should not depend on kernel.targetinstall

2011-11-09 Thread Alexander Stein
If PTXCONF_KERNEL_IMAGE_VMLINUX is set, KERNEL_IMAGE_PATH_y is set to $(KERNEL_PATH)/vmlinux. This should not depend on kernel.targetinstall because kernel.targetinstall will be newer than vmlinux and make tries to recreate vmlinux and implicit removes the target file. Signed-off-by: Alexander Ste

[ptxdist] installing different config files for lighttpd depending on some config variable

2011-11-09 Thread Alexander Dahl
Hei hei, we build or BSP in different configurations depending on some options in the menuconfig, see: choice prompt "Vendor name " config VENDOR_FOO bool prompt "foo" config VENDOR_BAR bool prompt "bar" c