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

2010-06-04 Thread Michael Olbrich
On Thu, Jun 03, 2010 at 11:56:08PM +0200, Remy Bohmer wrote: 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

[ptxdist] [PATCH] [kbd] added keyboard utilities to ptxdist

2010-06-04 Thread Luotao Fu
This one adds the kbd package, which contains keytable files and keyboard utilities. Currently only the installation for some basic utillities is activated. Stuffs like consolefonts, ready to use keymaps etc. are mostly not really useful for embedded devices, hence no target install options. If

Re: [ptxdist] [PATCH] [kbd] added keyboard utilities to ptxdist

2010-06-04 Thread Michael Olbrich
On Fri, Jun 04, 2010 at 03:02:31PM +0200, Luotao Fu wrote: diff --git a/rules/kbd.make b/rules/kbd.make new file mode 100644 index 000..88e66d6 --- /dev/null +++ b/rules/kbd.make @@ -0,0 +1,108 @@ +# -*-makefile-*- +# +# Copyright (C) 2010 by Luotao Fu l...@pengutronix.de +# +# See

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

2010-06-04 Thread Michael Olbrich
On Mon, May 31, 2010 at 09:25:36PM +0200, Remy Bohmer wrote: 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

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] Release plan for 2010.06.0

2010-06-04 Thread Robert Schwebel
Hi, This is just a short note that we plan to make the final 2010.06.0 during early next week, so there is some time to test the stuff which is pending since the last few days over the weekend. Changes that look simple will probably still go in. I hope to get some gstreamer testing until then,

[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

[ptxdist] [PATCH 1/2] Conditional include do not require ifdef's

2010-06-04 Thread Remy Bohmer
To check for the existence of certain files and include them if these exist can be done by just simply prepending the include directive with a '-' sign, without ifdef and wildcard checks. (Might safe some CPU-cycles as well) Signed-off-by: Remy Bohmer li...@bohmer.net ---

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

2010-06-04 Thread Michael Olbrich
On Fri, Jun 04, 2010 at 10:21:08PM +0200, Remy Bohmer wrote: 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

Re: [ptxdist] [PATCH 1/2] Conditional include do not require ifdef's

2010-06-04 Thread Michael Olbrich
On Fri, Jun 04, 2010 at 10:34:17PM +0200, Remy Bohmer wrote: To check for the existence of certain files and include them if these exist can be done by just simply prepending the include directive with a '-' sign, without ifdef and wildcard checks. (Might safe some CPU-cycles as well)

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

2010-06-04 Thread Michael Olbrich
On Fri, Jun 04, 2010 at 10:34:18PM +0200, Remy Bohmer wrote: When files in the projectroot directory are being used in install_copy() and install_alternative() then there are no dependencies to these files. This is being solved by storing all dependencies of the targetinstall stage in a

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

2010-06-04 Thread Remy Bohmer
Hi, 2010/6/4 Michael Olbrich m.olbr...@pengutronix.de: On Fri, Jun 04, 2010 at 10:34:18PM +0200, Remy Bohmer wrote: When files in the projectroot directory are being used in install_copy() and install_alternative() then there are no dependencies to these files. This is being solved by

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

2010-06-04 Thread Michael Olbrich
On Fri, Jun 04, 2010 at 11:38:23PM +0200, Remy Bohmer wrote: Hi, 2010/6/4 Michael Olbrich m.olbr...@pengutronix.de: On Fri, Jun 04, 2010 at 10:34:18PM +0200, Remy Bohmer wrote: When files in the projectroot directory are being used in install_copy() and install_alternative() then