[ptxdist] [patch 2/3] Add support for packages in zip-format to ptxdist

2008-08-05 Thread Remy Bohmer
Ptxdist only recognises tar.gz, tar.bz2 types of archives. But, some packages are distributed as zip-files (like at91bootstrap). This patch adds support for zip-archives to ptxdist. Signed-off-by: Remy Bohmer [EMAIL PROTECTED] --- rules/pre/Rules.make | 19 ++- 1 file changed

[ptxdist] [patch 1/3] Merge CPU-types AT91SAM9260 to AT91SAM9263

2008-08-05 Thread Remy Bohmer
Signed-off-by: Remy Bohmer [EMAIL PROTECTED] --- platforms/architecture.in | 10 +++--- rules/ffmpeg.make | 11 +-- 2 files changed, 4 insertions(+), 17 deletions(-) Index: ptxdist-trunk/platforms/architecture.in

[ptxdist] [patch 1/1] Add handling of patches for utelnetd plus

2008-08-05 Thread Remy Bohmer
-off-by: Remy Bohmer [EMAIL PROTECTED] --- patches/utelnetd-0.1.9/generic/adapt-makefile-for-arch-specific-build.patch | 26 ++ patches/utelnetd-0.1.9/generic/series | 1 rules/utelnetd.make

[ptxdist] [patch 1/1] Get rid of tar errors on quilt .pc directory while working on ptxdist

2008-08-05 Thread Remy Bohmer
If patches are applied on ptxdist itself with quilt during development of ptxdist then 'make install' of ptxdist will complain about unreadable .pc directories. So, .pc directories need to be excluded as well while tarring the tree to the destination directory. Signed-off-by: Remy Bohmer [EMAIL

[ptxdist] configure script is gone in trunk?

2008-08-06 Thread Remy Bohmer
Hello, I noticed that there is no configure script available anymore in trunk. (rev 8721) Is this by accident, or am I missing something else? (If I use the configure script of the 1.99.4 package it seems to work again as expected) Kind Regards, Remy -- ptxdist mailing list

Re: [ptxdist] configure script is gone in trunk?

2008-08-06 Thread Remy Bohmer
The configure script is autogenerated and never part of the repository; if you need it, you'll have to install the autotools and run autogen.sh. Thanks! This helps... Remy 2008/8/6 Robert Schwebel [EMAIL PROTECTED]: On Wed, Aug 06, 2008 at 10:27:33AM +0200, Remy Bohmer wrote: I noticed

Re: [ptxdist] Inserting custom files in the build

2008-08-07 Thread Remy Bohmer
Hello Robert, On Wed, Aug 06, 2008 at 10:54:39PM +0200, Remy Bohmer wrote: I use the latest trunk version (8721) now and I noticed one thing: It seems that the target images are _always_ build from the ipk files in a temporary directory, and no longer from the tree in the ptx-project/root

Re: [ptxdist] [patch 3/3] Add support for AT91Bootstrap to ptxdist.

2008-08-08 Thread Remy Bohmer
Hello Robert, On Tue, Aug 05, 2008 at 11:07:43PM +0200, Remy Bohmer wrote: This bootstrap package is required on at91sam* boards where dataflash/nandflash is used to boot from. In these cases the internal bootROM of the AT91 core is used to boot the board with. Can you elaborate, how exactly

[ptxdist] [patch 0/1] Add support for AT91Bootstrap to ptxdist (V2)

2008-08-08 Thread Remy Bohmer
This series is an update to the same named patchset posted earlier to add build-support for the AT91-Bootstrap package provided by Atmel, needed for Atmel SoC AT91SAM9xxx Cores in combination with U-boot. -- -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [patch 1/1] Add support for AT91Bootstrap to ptxdist. (Version 2)

2008-08-12 Thread Remy Bohmer
Hello Robert, 2008/8/9 Remy Bohmer [EMAIL PROTECTED]: This bootstrap package is required on at91sam* boards where dataflash/nandflash is used to boot from. In these cases the internal bootROM of the AT91 core is used to boot the board with. Patch Version 2: * Cleanup of Kconfig files

Re: [ptxdist] [patch 1/1] Add support for AT91Bootstrap to ptxdist. (Version 2)

2008-08-12 Thread Remy Bohmer
[EMAIL PROTECTED]: Hello Remy, On Tue, Aug 12, 2008 at 12:19:29PM +0200, Remy Bohmer wrote: I was wondering: Did you already found some time to look at this patch? Quite some people here at Pengutronix (including Robert) are on holiday these days. I'm afraid we can't manage to do the review

Re: [ptxdist] [patch 1/1] Add support for AT91Bootstrap to ptxdist. (Version 2)

2008-09-06 Thread Remy Bohmer
Hello Robert, Reminder: Did you already look at this patch? Kind Regards, Remy 2008/8/12 Remy Bohmer [EMAIL PROTECTED]: Hello Wolfram, Quite some people here at Pengutronix (including Robert) are on holiday these days. I'm afraid we can't manage to do the review before somewhen next week

[ptxdist] weird behaviour 'ptxdist menuconfig collection' 1.99.11 + trunk(rev9842)

2009-02-25 Thread Remy Bohmer
Hello All, I am using the ptxdist version 1.99.11 and/or trunk(rev-9842) with the new collection config feature. What I am trying to achieve here is to build 2 configurations out of 1 userland ptxconfig file, namely a small-release image, and a full-blown debug-image. Packages that only need to

Re: [ptxdist] weird behaviour 'ptxdist menuconfig collection' 1.99.11 + trunk(rev9842)

2009-02-26 Thread Remy Bohmer
Hello Robert, You need to make the *packet* tristate, not the feature-options in the if part. There is some magic that correlates the packet labels (name in capital letters) to the packet names. So instead of your ... you should make one in file per application and, if you want to, put them

[ptxdist] ERROR: ld.so, LD_PRELOAD and fakeroot

2009-02-26 Thread Remy Bohmer
Hello All, While using trunk I get this error that I did not get on 1.99.11: ERROR: ld.so: object '/home/bohm/RG_Linux-build/bsp/platform-at91sam9261-ek/sysroot-host/lib/libfakeroot.so' from LD_PRELOAD cannot be preloaded: ignored. libtool: install: warning: remember to run `libtool --finish

[ptxdist] [PATCH] Add support for AT91Bootstrap to ptxdist.

2009-03-02 Thread Remy Bohmer
This bootstrap package is required on at91sam* boards where dataflash/nandflash is used to boot from. In these cases the internal bootROM of the AT91 core is used to boot the board with. Signed-off-by: Remy Bohmer li...@bohmer.net --- platforms/Kconfig |1 + platforms

[ptxdist] [PATCH] Make version number DTC configurable

2009-03-02 Thread Remy Bohmer
Ptxdist assumes that dtc is only required on powerpc targets, but is also used by newer U-boot mkimage tools that demand at least version v1.2.0 Signed-off-by: Remy Bohmer li...@bohmer.net --- platforms/dtc.in|1 - rules/host-dtc.make |2 +- 2 files changed, 1 insertions(+), 2

[ptxdist] [PATCH] Do not fail if provided kernel-config file is read-only

2009-03-02 Thread Remy Bohmer
instead of fail completely. Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/kernel.make |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/rules/kernel.make b/rules/kernel.make index 062e182..a5e61de 100644 --- a/rules/kernel.make +++ b/rules/kernel.make @@ -146,7

[ptxdist] [PATCH] Add capability to specify version number of libusb 0.1.*

2009-03-02 Thread Remy Bohmer
Signed-off-by: Remy Bohmer li...@bohmer.net --- platforms/dtc.in| 17 + rules/host-dtc.make |2 +- rules/libusb.in | 38 ++ rules/libusb.make | 20 ++-- 4 files changed, 74 insertions(+), 3 deletions(-) diff

[ptxdist] [PATCH] Packagename of Libusb 1.x is the same as libusb-0.x, causing build failure

2009-03-02 Thread Remy Bohmer
the proper version. This also make it impossible to use the libusb-compatibility layer. Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/libusb1.make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/libusb1.make b/rules/libusb1.make index 6af4a50..1dafc5b 100644

Re: [ptxdist] [PATCH] Add capability to specify version number of libusb 0.1.*

2009-03-02 Thread Remy Bohmer
Oops... Some patches seem to mixed up. I will post a new series in a minute Remy 2009/3/2 Remy Bohmer li...@bohmer.net: Signed-off-by: Remy Bohmer li...@bohmer.net ---  platforms/dtc.in    |   17 +  rules/host-dtc.make |    2 +-  rules/libusb.in     |   38

[ptxdist] [PATCH] V2 Decouple DTC from ARCH_PPC, and upgrade version

2009-03-02 Thread Remy Bohmer
Newer U-boot mkimage also use the DTC for generation of FIT images on non-PPC architectures. For FIT-images, at least version 1.2.0 is required to support binary images. Signed-off-by: Remy Bohmer li...@bohmer.net --- platforms/dtc.in|1 - rules/host-dtc.make |2 +- 2 files changed

Re: [ptxdist] [PATCH] V2 Add capability to specify version number of libusb 0.1.*

2009-03-04 Thread Remy Bohmer
This version could be hardcoded, because it is likely that it does not change anymore (EOL) @@ -3,6 +3,8 @@  #  # Copyright (C) 2007 by Sascha Hauer  # +# Added support for libusb-compat by Remy Bohmer we have git for this... Yeah, I know, but that comment would preventing others to blame

Re: [ptxdist] [PATCH] V2 Add capability to specify version number of libusb 0.1.*

2009-03-04 Thread Remy Bohmer
Hello Robert, Is there a reason to have more than one version in ptxdist at one time? If not, we shouldn't make it configurable, because maintenance effort explodes then. If yes, it can be done. Note that, if a new version is available, it can be changed in the .make file. But making it

Re: [ptxdist] ERROR: ld.so, LD_PRELOAD and fakeroot

2009-05-03 Thread Remy Bohmer
Hello, 2009/5/3 Robert Schwebel r.schwe...@pengutronix.de: On Thu, Feb 26, 2009 at 11:49:51AM +0100, Remy Bohmer wrote: While using trunk I get this error that I did not get on 1.99.11: ERROR: ld.so: object '/home/bohm/RG_Linux-build/bsp/platform-at91sam9261-ek/sysroot-host/lib/libfakeroot.so

Re: [ptxdist] [ANNOUNCE] ptxdist-1.99.17 released

2009-07-21 Thread Remy Bohmer
Hello Robert, - We finally learned how to run git in a centralized way, which is  mandatory for using it in a corporate environment (where you have to  make sure that the universe continues rotating even if one person is  hit by the bus). This makes me curious. What are the special things

[ptxdist] [PATCH] Add ps3-utils package

2009-08-14 Thread Remy Bohmer
The ps3-utils package contains administrator tools for the Sony Playstation 3. It is required to set e.g screen-resolution, boot-mode and programming boot-flash. Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/ps3-utils.in |9 ++ rules/ps3-utils.make | 72

[ptxdist] [PATCH] The Linux kernel is licensed GPL-v2 only

2009-08-14 Thread Remy Bohmer
Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/kernel.make |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/rules/kernel.make b/rules/kernel.make index 5183664..a00cfb0 100644 --- a/rules/kernel.make +++ b/rules/kernel.make @@ -28,6 +28,7 @@ endif # Paths and names

[ptxdist] [PATCH] add ld-2.9.support to the generic ldd script

2009-08-14 Thread Remy Bohmer
Signed-off-by: Remy Bohmer li...@bohmer.net --- generic/usr/bin/ldd |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/generic/usr/bin/ldd b/generic/usr/bin/ldd index 02bf81e..b3629a4 100755 --- a/generic/usr/bin/ldd +++ b/generic/usr/bin/ldd @@ -27,7 +27,7 @@ TEXTDOMAIN

[ptxdist] 64 bit toolchain and glibc.targetinstall

2009-08-18 Thread Remy Bohmer
Hi, I was working on making a root-filesystem for a 64 bit powerPC architecture with ptxdist (e.g. Sony Playstation 3). Now I run into an issue related to 64 bit toolchains. I use a cross-toolchain powerpc64-unknown-linux-gnu build with crosstool-ng. This toolchain provides a sys-root tree where:

Re: [ptxdist] 64 bit toolchain and glibc.targetinstall

2009-08-18 Thread Remy Bohmer
Hi, I looked into the scripts that collect the glibc libraries, and I kind of lost track what is happening there and why. any good suggestions how to solve this? Err...no, it's quite uglyI want to rewrite that part anywaycan you give me a short summary to reproduce your ppc64

[ptxdist] [patch 1/2] Allow enabling of bash arithmetic

2009-09-26 Thread Remy Bohmer
Currently the C-style for loops do not work in bash 3.2.48 while they have worked in older versions of ptxdist. It seems to be disabled due to a bug in bash-2.05b. I see no reason why not to enable it for bash version 3.2.48 Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/bash.in | 13

[ptxdist] (no subject)

2009-09-26 Thread Remy Bohmer
Currently the C-style for loops do not work in bash 3.2.48 while they have worked in older versions of ptxdist. It seems to be disabled due to a bug in bash-2.05b. I see no reason why not to enable it for bash version 3.2.48 Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/bash.in | 13

[ptxdist] (no subject)

2009-09-26 Thread Remy Bohmer
Also fix the logging of libusb Signed-off-by: Remy Bohmer li...@bohmer.net --- patches/libusb-1.0.2/libusb-1.0.1-pkg-config.diff | 22 - patches/libusb-1.0.2/series|1 patches/libusb-1.0.3/libusb-1.0.1-pkg-config.diff

[ptxdist] [patch 2/2] bump libusb version from 1.0.2 to 1.0.3 and libusb-compat to 0.1.3

2009-09-26 Thread Remy Bohmer
Also fix the logging of libusb Signed-off-by: Remy Bohmer li...@bohmer.net --- patches/libusb-1.0.2/libusb-1.0.1-pkg-config.diff | 22 - patches/libusb-1.0.2/series|1 patches/libusb-1.0.3/libusb-1.0.1-pkg-config.diff

[ptxdist] [PATCH: RFC] Fix dependencies to files in projectroot

2009-12-22 Thread Remy Bohmer
to store the dependencies per package and include them in the top-level makefile Signed-off-by: Remy Bohmer li...@bohmer.net --- This patch is not finished yet and I am curious if this is the right way to solve it. At least it still has the problem that the deps file keeps on growing and is never

Re: [ptxdist] [PATCH: RFC] Fix dependencies to files in projectroot

2009-12-23 Thread Remy Bohmer
Hi, This patch is not finished yet and I am curious if this is the right way to solve it. At least it still has the problem that the deps file keeps on growing and is never cleared. Everytime when, for example, the bbinit-method.targetinstall stage is executed the deps file is appended with

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] Conflicting getline declarations in kernel 2.6.32

2010-01-18 Thread Remy Bohmer
Hi, 2010/1/18 Frederik Sdun frederik.s...@inotec-licht.de: Hi, compiling kernel-headers with a recent host compiler yields the following error: scripts/unifdef.c:209: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here in

Re: [ptxdist] [PATCH 17/17] [udev] Updated to version 150 and updated targetinstall

2010-01-19 Thread Remy Bohmer
Hi, 2010/1/19 Carsten Schlote carsten.schl...@gmx.net: From: Carsten Schlote c.schl...@konzeptpark.de 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

Re: [ptxdist] Codesourcery toolchain

2010-03-11 Thread Remy Bohmer
Hi, Does ptxdist supports Codesourcery toolchain ? Is there anything else I should configure to use this toolchain with ptxdist ? It should work, there are people using crosstool-ng toolchain for example. We use both! :-) PTXCONF_TARGET_EXTRA_CPPFLAGS=

Re: [ptxdist] Problems with creating ipk package containing symbolic links

2010-03-11 Thread Remy Bohmer
Hi Marc, 2010/3/11 Marc Kleine-Budde m...@pengutronix.de: Marc Kleine-Budde wrote: arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu toolchain, we're using that toolchain for the past year It breaks here with gcc version 4.4.1 (Sourcery G++ Lite 2009q3-67), too. Are you using a 64 or

Re: [ptxdist] Problems with creating ipk package containing symbolic links

2010-03-19 Thread Remy Bohmer
Hi, 2010/3/19 Marc Kleine-Budde m...@pengutronix.de: Marc Kleine-Budde wrote: Bart van der Meulen wrote: Sorry for the late answer, The build I started with 2010.03.0 does indeed delivers a working root filesystem Okay, then stick to 2010.03.0. I'll debug why the 32bit strip collides with

[ptxdist] [PATCH 03/20] Ptxdist fails to build if config files are readonly.

2010-05-27 Thread Remy Bohmer
Ptxdist just makes a copy of the config file, but it actually needs a writable copy of the config file Signed-off-by: Remy Bohmer li...@bohmer.net --- scripts/lib/ptxd_lib_cfgchg.sh |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/lib/ptxd_lib_cfgchg.sh b/scripts

[ptxdist] [PATCH 06/20] Integrate LatencyTOP

2010-05-27 Thread Remy Bohmer
Signed-off-by: Remy Bohmer li...@bohmer.net --- patches/latencytop-0.5/no-gtk-ui.patch| 18 + patches/latencytop-0.5/repair-cross-compile.patch | 24 +++ patches/latencytop-0.5/series |2 + rules/latencytop.in | 24

[ptxdist] [PATCH 10/20] Update dhclient script

2010-05-27 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Use full path in dhclient-script If the dhclient-script is executed by the init.d scripts the PATH is not yet set so use the full path for ip, ifconfig and route tools Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com ---

[ptxdist] [PATCH 09/20] Add Logical Volume Management2 (lvm2)

2010-05-27 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Adds the Logical Volume Management package to ptxdist Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com --- generic/etc/init.d/lvm2 | 15 + rules/initmethod-bbinit.in |6 ++ rules/initmethod-bbinit.make |6 ++

[ptxdist] [PATCH 13/20] Add quota-tools package

2010-05-27 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Add tools to create and configure disk quota for filesystems Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com --- rules/quota-tools.in | 81 +++ rules/quota-tools.make | 124

[ptxdist] [PATCH 15/20] Update coreutils config for busybox

2010-05-27 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Make availbale coreutils binaries depend on their counter part in busybox Signed-of-by: Bart vdr. Meulen bartvdrmeu...@gmail.com --- rules/coreutils.in | 272 1 files changed, 272 insertions(+),

[ptxdist] [PATCH 07/20] Add the sched_switch convert tool to visualise context switches.

2010-05-27 Thread Remy Bohmer
Signed-off-by: Remy Bohmer li...@bohmer.net --- patches/sched_switch-0.1/fix-cross-compile.patch | 21 ++ patches/sched_switch-0.1/series |1 + rules/sched_switch.in| 12 rules/sched_switch.make | 72

[ptxdist] [PATCH 16/20] Add dibbler package

2010-05-27 Thread Remy Bohmer
Dibbler is an IPv6 DHCP package Signed-off-by: Remy Bohmer li...@bohmer.net Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com --- patches/dibbler-0.7.3/fix-cross-compile.patch| 38 + patches/dibbler-0.7.3/initd-startup-script.patch | 171 ++ patches/dibbler

[ptxdist] [PATCH 20/20] fix git-patchin for older git clients

2010-05-27 Thread Remy Bohmer
Signed-off-by: Remy Bohmer li...@bohmer.net --- scripts/lib/ptxd_make_world_patchin.sh |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/ptxd_make_world_patchin.sh b/scripts/lib/ptxd_make_world_patchin.sh index 80a50e9..74f201f 100644 --- a/scripts/lib

[ptxdist] [PATCH 18/20] setserial tiocghayesesp build-fix

2010-05-27 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com --- patches/setserial-2.17/series |1 + .../setserial-tiocghayesesp-build-fix.patch| 28 2 files changed, 29 insertions(+), 0

[ptxdist] [PATCH 14/20] Update figlet for new build structure

2010-05-27 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com --- patches/figlet222/prefix-destdir-crosscompile.diff |2 +- rules/figlet.make |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH 11/20] add sysctl config file

2010-05-27 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Add sysctl.conf to busybox configuration Add option to install an generic, or project specific sysctl.conf file on the target filesystem. Also add the option to read the file during boot-time Signed-of-by: Bart vdr. Meulen bartvdrmeu...@gmail.com

[ptxdist] [PATCH 17/20] Add timezone package

2010-05-27 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Add an alternative source for the timezone info. This option can be used when using toolchains in which the timezone info is incorrect/does not work or is not available at all The option build's the timezone database from the tzdata source files on

[ptxdist] [PATCH 19/20] Add dialog package

2010-05-27 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com This add the dialog package to ptxdist Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com --- rules/dialog.in | 13 +++ rules/dialog.make | 103 + 2 files changed, 116 insertions(+),

[ptxdist] [PATCH 12/20] Add xfsprogs package

2010-05-27 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com This adds the XFS progs package to PtxDist Signed-off-by: Bart vdr Meulen bartvdrmeu...@gmail.com --- rules/xfsprogs.in | 142 + rules/xfsprogs.make | 158

[ptxdist] [PATCH v2 06/20] Integrate LatencyTOP

2010-05-29 Thread Remy Bohmer
Signed-off-by: Remy Bohmer li...@bohmer.net --- patches/latencytop-0.5/repair-cross-compile.patch | 30 patches/latencytop-0.5/series |1 + rules/latencytop.in | 24 +++ rules/latencytop.make | 75

[ptxdist] [PATCH v2 04/20] Add parted

2010-05-29 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Adds the parted package to ptxdist We add version 1.8.7 instead of the newer 2.2 since 1.8.7 is the latest GPLv2 version. Anything newer is GPLv3 Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net

[ptxdist] [PATCH v2 08/20] Add smartmontools (smartctl)

2010-05-29 Thread Remy Bohmer
Adds the smartmontools package containing smartctl and smartd Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- generic/etc/init.d/smartd| 30 generic/etc/smartd.conf |2 + rules/initmethod-bbinit.in |6

[ptxdist] [PATCH v2 14/20] Update figlet for new build structure

2010-05-29 Thread Remy Bohmer
Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/figlet.make |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/rules/figlet.make b/rules/figlet.make index 3d0b018..73ad98e 100644 --- a/rules/figlet.make +++ b

[ptxdist] [PATCH v1-repost 11/20] add sysctl config file

2010-05-29 Thread Remy Bohmer
Add sysctl.conf to busybox configuration Add option to install an generic, or project specific sysctl.conf file on the target filesystem. Also add the option to read the file during boot-time Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net

[ptxdist] [PATCH v1-repost 18/20] setserial tiocghayesesp build-fix

2010-05-29 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- patches/setserial-2.17/series |1 + .../setserial-tiocghayesesp-build-fix.patch| 28 2

[ptxdist] [PATCH v2 13/20] Add quota-tools package

2010-05-29 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Add tools to create and configure disk quota for filesystems Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/quota-tools.in | 81 +++ rules/quota

[ptxdist] [PATCH v2 19/20] Add dialog package

2010-05-29 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com This add the dialog package to ptxdist Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/dialog.in | 13 +++ rules/dialog.make | 63

[ptxdist] [PATCH v1-repost 20/20] fix git-patchin for older git clients

2010-05-29 Thread Remy Bohmer
Signed-off-by: Remy Bohmer li...@bohmer.net --- scripts/lib/ptxd_make_world_patchin.sh |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/ptxd_make_world_patchin.sh b/scripts/lib/ptxd_make_world_patchin.sh index 80a50e9..74f201f 100644 --- a/scripts/lib

Re: [ptxdist] [PATCH 01/20] Do not fail if provided kernel-config file is read-only

2010-05-29 Thread Remy Bohmer
2010/5/28 Marc Kleine-Budde m...@pengutronix.de: Remy Bohmer wrote: good catch, fix the thing mentioned below and add my Acked-by. All comments reworked and updated patch has been reposted. Thanks. Kind regards, Remy Signed-off-by: Remy Bohmer li...@bohmer.net ---  rules/kernel.make

Re: [ptxdist] [PATCH 05/20] Add generation of tags file for u-boot

2010-05-29 Thread Remy Bohmer
Hi, 2010/5/28 Marc Kleine-Budde m...@pengutronix.de: Remy Bohmer wrote: Signed-off-by: Remy Bohmer li...@bohmer.net ---  rules/u-boot.make |    8  1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/rules/u-boot.make b/rules/u-boot.make index 728a2cc..ecac414 100644

Re: [ptxdist] [PATCH 08/20] Add smartmontools (smartctl)

2010-05-29 Thread Remy Bohmer
Hi, 2010/5/28 Michael Olbrich m.olbr...@pengutronix.de: On Thu, May 27, 2010 at 09:58:37PM +0200, Remy Bohmer wrote: From: Bart vdr. Meulen bartvdrmeu...@gmail.com Adds the smartmontools package containing smartctl and smartd All comments reworked and updated patch has been reposted. Thanks

Re: [ptxdist] [PATCH 13/20] Add quota-tools package

2010-05-29 Thread Remy Bohmer
Hi, 2010/5/28 Michael Olbrich m.olbr...@pengutronix.de: On Thu, May 27, 2010 at 09:58:42PM +0200, Remy Bohmer wrote: From: Bart vdr. Meulen bartvdrmeu...@gmail.com Add tools to create and configure disk quota for filesystems All comments reworked and updated patch has been reposted. Thanks

Re: [ptxdist] [PATCH v2 01/20] Do not fail if provided kernel-config file is read-only

2010-05-31 Thread Remy Bohmer
Hi, 2010/5/31 Michael Olbrich m.olbr...@pengutronix.de: On Sat, May 29, 2010 at 11:08:30PM +0200, Remy Bohmer wrote: If the ptxdist project is build from a Source Control Management tool that makes files read-only, then ptxdist fails when it wants to overwrite the kernel-config after

Re: [ptxdist] [PATCH v2 02/20] Get rid of toolchain check-error message

2010-05-31 Thread Remy Bohmer
Hi, 2010/5/31 Michael Olbrich m.olbr...@pengutronix.de: On Sat, May 29, 2010 at 11:08:31PM +0200, Remy Bohmer wrote: If no toolchain info is specified, skip check completely Ptxdist does a toolchain check, but if all fields are empty we assume it is an external (not an OSELAS) toolchain

Re: [ptxdist] [PATCH v2 14/20] Update figlet for new build structure

2010-06-01 Thread Remy Bohmer
Hi, 2010/5/31 Michael Olbrich m.olbr...@pengutronix.de: On Sat, May 29, 2010 at 11:08:43PM +0200, Remy Bohmer wrote: Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net ---  rules/figlet.make |    3 ++-  1 files changed, 2 insertions(+), 1

Re: [ptxdist] [PATCH v2 14/20] Update figlet for new build structure

2010-06-01 Thread Remy Bohmer
Hi, 2010/6/1 Michael Olbrich m.olbr...@pengutronix.de: On Tue, Jun 01, 2010 at 09:31:42PM +0200, Remy Bohmer wrote: Hi, 2010/5/31 Michael Olbrich m.olbr...@pengutronix.de: On Sat, May 29, 2010 at 11:08:43PM +0200, Remy Bohmer wrote: Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com

[ptxdist] [PATCH v3 02/16] [u-boot] add generation of tags file

2010-06-01 Thread Remy Bohmer
Signed-off-by: Remy Bohmer li...@bohmer.net Acked-by: Marc Kleine-Budde m...@pengutronix.de --- rules/u-boot.make |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/rules/u-boot.make b/rules/u-boot.make index 728a2cc..8931946 100644 --- a/rules/u-boot.make +++ b/rules/u

[ptxdist] [PATCH v3 01/16] [parted] Add new packet

2010-06-01 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Adds the parted package to ptxdist We add version 1.8.7 instead of the newer 2.2 since 1.8.7 is the latest GPLv2 version. Anything newer is GPLv3 Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net

[ptxdist] [PATCH v3 04/16] [sched_switch] add new packet

2010-06-01 Thread Remy Bohmer
Add the sched_switch convert tool to visualise context switches. Signed-off-by: Remy Bohmer li...@bohmer.net --- patches/sched_switch-0.1/fix-cross-compile.patch | 26 patches/sched_switch-0.1/series |1 + rules/sched_switch.in| 12

[ptxdist] [PATCH v3 03/16] [latencytop] add new packet

2010-06-01 Thread Remy Bohmer
Signed-off-by: Remy Bohmer li...@bohmer.net --- patches/latencytop-0.5/repair-cross-compile.patch | 30 + patches/latencytop-0.5/series |1 + rules/latencytop.in | 24 +++ rules/latencytop.make

[ptxdist] [PATCH v3 08/16] [xfsprogs] add new packet

2010-06-01 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com This adds the XFS progs package to PtxDist Signed-off-by: Bart vdr Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/xfsprogs.in | 142 ++ rules/xfsprogs.make | 155

[ptxdist] [PATCH v3 10/16] [figlet] Update figlet for new build structure

2010-06-01 Thread Remy Bohmer
Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/figlet.make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/figlet.make b/rules/figlet.make index 3d0b018..1f8e980 100644 --- a/rules/figlet.make +++ b

[ptxdist] [PATCH v3 09/16] [quota-tools] add new packet

2010-06-01 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Add tools to create and configure disk quota for filesystems Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/quota-tools.in | 81 +++ rules/quota

[ptxdist] [PATCH v3 16/16] Ptxdist fails to build if config files are readonly.

2010-06-01 Thread Remy Bohmer
Ptxdist just makes a copy of the config file, but it actually needs a writable copy of the config file Signed-off-by: Remy Bohmer li...@bohmer.net --- scripts/lib/ptxd_lib_cfgchg.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/lib/ptxd_lib_cfgchg.sh b/scripts

[ptxdist] [PATCH v3 11/16] [coreutils] Update coreutils config for busybox

2010-06-01 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Make available coreutils binaries depend on their counter part in busybox Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/coreutils.in | 272

[ptxdist] [PATCH v3 07/16] [dhclient] Update dhclient script

2010-06-01 Thread Remy Bohmer
Use full path in dhclient-script If the dhclient-script is executed by the init.d scripts the PATH is not yet set so use the full path for ip, ifconfig and route tools Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- generic/etc/dhclient

[ptxdist] [PATCH v3 05/16] [smartmontools] add new packet

2010-06-01 Thread Remy Bohmer
Adds the smartmontools package containing smartctl and smartd Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- generic/etc/init.d/smartd| 30 generic/etc/smartd.conf |2 + rules/initmethod-bbinit.in |6

[ptxdist] [PATCH v3 06/16] [lvm2] add new packet

2010-06-01 Thread Remy Bohmer
Adds the Logical Volume Management package to ptxdist Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- generic/etc/init.d/lvm2 | 24 rules/initmethod-bbinit.in |6 ++ rules/initmethod-bbinit.make |6 ++ rules/lvm2

[ptxdist] [PATCH v3 14/16] [setserial] tiocghayesesp build-fix

2010-06-01 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- patches/setserial-2.17/series |1 + .../setserial-tiocghayesesp-build-fix.patch| 28 2

[ptxdist] [PATCH v3 13/16] [timezone] add new packet

2010-06-01 Thread Remy Bohmer
on the host and installs the selected zoneinfos to the target. Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/host-tz-database.in |4 ++ rules/host-tz-database.make | 100 +++ rules/pre

[ptxdist] [PATCH v3 12/16] [dibbler] add new packet

2010-06-01 Thread Remy Bohmer
Dibbler is an IPv6 DHCP package Signed-off-by: Remy Bohmer li...@bohmer.net Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com --- generic/etc/init.d/dibbler-client | 50 + generic/etc/init.d/dibbler-relay | 50 + generic/etc/init.d

[ptxdist] [PATCH v3 15/16] [dialog] add new packet

2010-06-01 Thread Remy Bohmer
From: Bart vdr. Meulen bartvdrmeu...@gmail.com This add the dialog package to ptxdist Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/dialog.in | 13 +++ rules/dialog.make | 63

[ptxdist] [PATCH v4 07/16] [dhclient] Configure path in dhclient-script

2010-06-02 Thread Remy Bohmer
. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- generic/etc/dhclient-script | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/generic/etc/dhclient-script b/generic/etc/dhclient-script index 8b4d7a4..5554371 100644 --- a/generic/etc

[ptxdist] [PATCH v4 13/16] [timezone] add new packet

2010-06-02 Thread Remy Bohmer
on the host and installs the selected zoneinfos to the target. Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/host-tz-database.in |4 ++ rules/host-tz-database.make | 100 +++ rules/pre

[ptxdist] [PATCH] [libusb] Bump version to 1.0.8

2010-06-03 Thread Remy Bohmer
Signed-off-by: Remy Bohmer li...@bohmer.net --- rules/libusb.make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/libusb.make b/rules/libusb.make index 3075798..aa14659 100644 --- a/rules/libusb.make +++ b/rules/libusb.make @@ -16,7 +16,7 @@ PACKAGES

[ptxdist] [PATCH] [lshw] add new packet

2010-06-03 Thread Remy Bohmer
Adds the Hardware Lister package to ptxdist A patch is added for the package to make the xml output compatibility with a xml-parser using tinyxpath. Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- .../replace_reserved_xml_keyword.patch

[ptxdist] [PATCH v2] [lshw] add new packet

2010-06-03 Thread Remy Bohmer
Adds the Hardware Lister package to ptxdist A patch is added for the package to make the xml output compatibility with a xml-parser using tinyxpath. Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com Signed-off-by: Remy Bohmer li...@bohmer.net --- patches/lshw-B.02.14/fix-cross

Re: [ptxdist] [PATCH v2 01/20] Do not fail if provided kernel-config file is read-only

2010-06-04 Thread Remy Bohmer
Hi Michael, 2010/5/31 Remy Bohmer li...@bohmer.net: Hi, 2010/5/31 Michael Olbrich m.olbr...@pengutronix.de: On Sat, May 29, 2010 at 11:08:30PM +0200, Remy Bohmer wrote: If the ptxdist project is build from a Source Control Management tool that makes files read-only, then ptxdist fails when

Re: [ptxdist] [PATCH v1-repost 20/20] fix git-patchin for older git clients

2010-06-04 Thread Remy Bohmer
Hi Michael, This looks very strange. (old and new). Marc, can you please look at this? I think, we're already in ${pkg_patchin_dir}, so both the cd ${pkg_patchin_dir} and the ${pkg_patchin_dir} from git init can be removed. Remy, can you check this? It seems you were faster then me. Thanks

[ptxdist] ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded: ignored.

2010-06-04 Thread Remy Bohmer
Hi, I noticed the error message as mentioned in the subject for quite some time now with ptxdist. It still happens with a unmodified current git master on a Kubuntu 64-bit build machine. It happens on at least Kubuntu 8.10 and 10.04 release based systems. I noticed that message only appears

Re: [ptxdist] ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded: ignored.

2010-06-04 Thread Remy Bohmer
Hi, 2010/6/4 Michael Olbrich m.olbr...@pengutronix.de: On Fri, Jun 04, 2010 at 08:44:06PM +0200, Remy Bohmer wrote: I noticed the error message as mentioned in the subject for quite some time now with ptxdist. It still happens with a unmodified current git master on a Kubuntu 64-bit build

  1   2   3   >