[ptxdist] [PATCH] Define CMAKE_SYSTEM_PROCESSOR

2011-05-09 Thread bernhard
From: Bernhard Walle wa...@corscience.de Signed-off-by: Bernhard Walle wa...@corscience.de --- config/cmake/toolchain-target.cmake.in |3 +++ scripts/lib/ptxd_make_cmake_toolchain.sh |2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git

Re: [ptxdist] [BUG ptxdist-2011.05.0] gtk2-engines

2011-05-09 Thread Michael Olbrich
On Fri, May 06, 2011 at 06:59:38PM +0200, Benoît Burnichon wrote: On Fri, May 06, 2011 at 12:23:44PM +0200, Benoît Burnichon wrote: On a freshly installed ubuntu 64 bit vm, I installed ptxdist- 2011.05.0, I ran an old config that was working with ptxdist-2011.01.0. you should use

Re: [ptxdist] [PATCH] Define CMAKE_SYSTEM_PROCESSOR

2011-05-09 Thread Michael Olbrich
Hi, On Mon, May 09, 2011 at 09:04:54AM +0200, bernh...@bwalle.de wrote: From: Bernhard Walle wa...@corscience.de Signed-off-by: Bernhard Walle wa...@corscience.de --- config/cmake/toolchain-target.cmake.in |3 +++ scripts/lib/ptxd_make_cmake_toolchain.sh |2 ++ 2 files changed,

Re: [ptxdist] [PATCH] Define CMAKE_SYSTEM_PROCESSOR

2011-05-09 Thread Bernhard Walle
* Michael Olbrich m.olbr...@pengutronix.de [2011-05-09 12:36]: any reason, why you're using PTXDIST_IPKG_ARCH_STRING instead of PTXCONF_ARCH_STRING? No, PTXDIST_IPKG_ARCH_STRING was just the one I found. Should I resend the patch with PTXCONF_ARCH_STRING? Regards, Bernhard -- ptxdist

Re: [ptxdist] ptxdist menuconfig: accessing ptxdist menuconfig platform variables?

2011-05-09 Thread Michael Olbrich
Hi, On Mon, May 09, 2011 at 09:14:35AM +0200, Alexander Stein wrote: I'm wondering how I can access variables set by ptxdist menuconfig platform in ptxdist menuconfig. E.g. if the Linux kernel is set and will be build. I want to add a new rule set which needs the Linux kernel source.

Re: [ptxdist] [PATCH] Define CMAKE_SYSTEM_PROCESSOR

2011-05-09 Thread Michael Olbrich
On Mon, May 09, 2011 at 12:38:45PM +0200, Bernhard Walle wrote: * Michael Olbrich m.olbr...@pengutronix.de [2011-05-09 12:36]: any reason, why you're using PTXDIST_IPKG_ARCH_STRING instead of PTXCONF_ARCH_STRING? No, PTXDIST_IPKG_ARCH_STRING was just the one I found. Should I resend the

Re: [ptxdist] ptxdist menuconfig: accessing ptxdist menuconfig platform variables?

2011-05-09 Thread Alexander Stein
Hello, Am Montag, 9. Mai 2011, 13:00:32 schrieb Michael Olbrich: On Mon, May 09, 2011 at 09:14:35AM +0200, Alexander Stein wrote: I'm wondering how I can access variables set by ptxdist menuconfig platform in ptxdist menuconfig. E.g. if the Linux kernel is set and will be build. I want to

[ptxdist] [PATCH] Correct gdb checksum

2011-05-09 Thread bernhard
From: Bernhard Walle wa...@corscience.de Signed-off-by: Bernhard Walle wa...@corscience.de --- rules/gdb.make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/gdb.make b/rules/gdb.make index c480497..b3d7be0 100644 --- a/rules/gdb.make +++ b/rules/gdb.make @@ -19,7

[ptxdist] [PATCH] Correct host-cmake checksum

2011-05-09 Thread bernhard
From: Bernhard Walle wa...@corscience.de Signed-off-by: Bernhard Walle wa...@corscience.de --- rules/host-cmake.make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index ac67d5b..40eb8a2 100644 --- a/rules/host-cmake.make

[ptxdist] [PATCH] qt: Fix build with gcc 4.6

2011-05-09 Thread bernhard
From: Bernhard Walle wa...@corscience.de Signed-off-by: Bernhard Walle wa...@corscience.de --- ...diff_t-s-namespace-in-stltest-configure-t.patch | 28 patches/qt-everywhere-opensource-src-4.6.3/series |3 +- 2 files changed, 30 insertions(+), 1 deletions(-) create

Re: [ptxdist] ptxdist menuconfig: accessing ptxdist menuconfig platform variables?

2011-05-09 Thread Michael Olbrich
On Mon, May 09, 2011 at 04:11:43PM +0200, Alexander Stein wrote: Am Montag, 9. Mai 2011, 14:33:12 schrieb Michael Olbrich: On Mon, May 09, 2011 at 01:21:14PM +0200, Alexander Stein wrote: Am Montag, 9. Mai 2011, 13:00:32 schrieb Michael Olbrich: On Mon, May 09, 2011 at 09:14:35AM +0200,

[ptxdist] Skip the Enter press in PTXdist go

2011-05-09 Thread Leandro Favarin
Hi all, I'm trying to automate a lot of builds in a remote server using a shell script that triggers the ptxdist go. In the end of the process I'm asked to press enter/type root passwd to get a proper NFS-root environment. Is there a way to skip this verification? 'sudo ptxdist go' doesn't work.

Re: [ptxdist] Skip the Enter press in PTXdist go

2011-05-09 Thread Marc Kleine-Budde
On 05/09/2011 07:43 PM, Leandro Favarin wrote: Hi all, I'm trying to automate a lot of builds in a remote server using a shell script that triggers the ptxdist go. In the end of the process I'm asked to press enter/type root passwd to get a proper NFS-root environment. Is there a way to

Re: [ptxdist] Skip the Enter press in PTXdist go

2011-05-09 Thread Leandro Favarin
On Mon, May 9, 2011 at 3:42 PM, Marc Kleine-Budde m...@pengutronix.dewrote: ..or.. you can add the script that will run via sudo to the allowed commands for you user to the sudo configuration. Thanks for helping me, Marc. Unfortunately I can't skip that step (it has to be automatized), so I

Re: [ptxdist] Skip the Enter press in PTXdist go

2011-05-09 Thread Marc Kleine-Budde
On 05/09/2011 09:19 PM, Leandro Favarin wrote: On Mon, May 9, 2011 at 3:42 PM, Marc Kleine-Budde m...@pengutronix.dewrote: ..or.. you can add the script that will run via sudo to the allowed commands for you user to the sudo configuration. Thanks for helping me, Marc. Unfortunately I

[ptxdist] [PATCH] busybox: Fix build with make 3.82

2011-05-09 Thread Bernhard Walle
This is the original patch from upstream http://git.busybox.net/busybox/commit/?h=1_18_stableid=adbe3b5b982874071b9b826cea1632fc00c85982. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- .../0001-reactivate-check-for-tty.patch|2 +-