[ptxdist] Author: Carsten Schlote c.schl...@konzeptpark.de

2010-01-20 Thread Carsten Schlote
[virtual-packages] Fix for missing dependancy handling Currently indirect kconfig depends can't be handled without a .make fragment. Added noop fake targets until dgen is fixed. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de diff --git

[ptxdist] Author: Carsten Schlote c.schl...@konzeptpark.de

2010-01-19 Thread Carsten Schlote
[hal] Fixed select of UDEV__EXTRA_VOLUME_ID With udev 147 and newer this option is no longer available. Commented out. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de diff --git a/rules/hal.in b/rules/hal.in index 237c005..21cee6b 100644 --- a/rules/hal.in +++

[ptxdist] Author: Carsten Schlote c.schl...@konzeptpark.de

2010-01-13 Thread Carsten Schlote
[udev] Updated to version 150 and updated targetinstall Updated to 150 as proposed on ptxdist mailinglist. Compiles and works (tested with upstart initmethod). Added new config options for all files installed in package dir. Added install_copy lines for all

Re: [ptxdist] Author: Carsten Schlote c.schl...@konzeptpark.de

2010-01-13 Thread Remy Bohmer
Hi All, I have some comments on this patch below: 2010/1/13 Carsten Schlote carsten.schl...@gmx.net:    [udev] Updated to version 150 and updated targetinstall    Updated to 150 as proposed on ptxdist mailinglist. Compiles    and works (tested with upstart initmethod).    Added new config

Re: [ptxdist] Author: Carsten Schlote c.schl...@konzeptpark.de

2010-01-13 Thread Carsten Schlote
Hi Remy,        prompt udev                           +       select HOST_GPERF        select ROOTFS_DEV +       select ACL +       select USBUTILS +       select LIBUSB_COMPAT +       select PCIUTILS Why are these dependencies fixed? Does not sound like a good idea to force

Re: [ptxdist] Author: Carsten Schlote c.schl...@konzeptpark.de

2010-01-13 Thread Ladislav Michl
On Wed, Jan 13, 2010 at 09:08:50PM +0100, Carsten Schlote wrote: Hi Remy, ? ? ? ?prompt udev ? ? ? ? ? ? ? ? ? ? ? ? ? + ? ? ? select HOST_GPERF ? ? ? ?select ROOTFS_DEV + ? ? ? select ACL + ? ? ? select USBUTILS + ? ? ? select LIBUSB_COMPAT + ? ? ? select PCIUTILS Why