Re: [ptxdist] Ptxdist for mpc8313 rdb

2010-09-23 Thread Gary Thomas
in the memory position 0x100 and the bootargs is rw console=ttys0,115200 root=/dev/nfs. Does anybody have any idea about what is causing this problem? The console device should be ttyS0 (upper case matters) -- Gary Thomas

Re: [ptxdist] Problems compiling the system in redhat 4

2010-02-19 Thread Gary Thomas
-sanitized.ptxconfig' Is there any solution. Move forward to the 21st century (Red Hat 4 is so old!) Honestly, a lot of the tools you'll need may not be compatible with such an old system. -- Gary Thomas

Re: [ptxdist] Perl?

2009-12-01 Thread Gary Thomas
On 12/01/2009 11:13 AM, Carsten Schlote wrote: Am Montag, den 30.11.2009, 10:50 -0700 schrieb Gary Thomas: Has anyone any experience with adding perl to ptxdist? Yes. I ported perl to ptxdist (we need it for webmin). Works fine, but it is a huge blob of bits and bytes :-( Maybe you could

Re: [ptxdist] Perl?

2009-11-30 Thread Gary Thomas
On 11/30/2009 11:31 AM, Robert Schwebel wrote: On Mon, Nov 30, 2009 at 10:50:31AM -0700, Gary Thomas wrote: Has anyone any experience with adding perl to ptxdist? Yes, but no good ones :-) Seriously - we should have a look at what OE is doing there. I've seen that they actually have

Re: [ptxdist] Can't build X server

2009-10-22 Thread Gary Thomas
On 10/22/2009 07:00 AM, Michael Olbrich wrote: Hi, On Wed, Oct 21, 2009 at 12:59:38PM -0600, Gary Thomas wrote: checking for X11... configure: error: Package requirements (xextproto xtrans xcb= 1.1.92) were not met: No package 'xtrans' found I can reproduce this. We're working

[ptxdist] Can't build X server

2009-10-21 Thread Gary Thomas
Trying to build xorg+xfbdev server from latest git tree, I get: build-target/xorg-server-1.6.3/dix/dixfonts.c:1912: undefined reference to `fs_register_fpe_functions' What am I missing? -- Gary Thomas | Consulting

Re: [ptxdist] Can't build X server

2009-10-21 Thread Gary Thomas
On 10/21/2009 10:54 AM, Robert Schwebel wrote: Hi Garry, On Wed, Oct 21, 2009 at 10:27:01AM -0600, Gary Thomas wrote: Trying to build xorg+xfbdev server from latest git tree, I get: build-target/xorg-server-1.6.3/dix/dixfonts.c:1912: undefined reference to `fs_register_fpe_functions' What

[ptxdist] Install macro

2009-09-09 Thread Gary Thomas
$(PKG_DIR)/extra_dir/$$i); \ $(call install_link, xxx, $$link, /usr/$$i); \ done Any ideas? -- Gary Thomas | Consulting for the MLB Associates |Embedded world

[ptxdist] Makefile confusions

2009-02-18 Thread Gary Thomas
`libpthread-stubs_clean' /opt/ptx.text/lib/ptxdist-1.99.svn/rules/libpthread-stubs.make:115: warning: ignoring old commands for target `libpthread-stubs_clean' Any hints what causes this? how to remove them? Thanks -- Gary Thomas

Re: [ptxdist] QT?

2009-01-27 Thread Gary Thomas
Robert Schwebel wrote: On Mon, Jan 26, 2009 at 03:26:18AM -0700, Gary Thomas wrote: Robert Schwebel wrote: On Mon, Jan 26, 2009 at 03:05:47AM -0700, Gary Thomas wrote: Has anyone built QT lately? I'm trying, using the latest trunk, to build for ARM (GCC 4.3.2) and it fails :-( We

[ptxdist] Install problem

2009-01-26 Thread Gary Thomas
Using the latest trunk, I can no longer make install as non-root :-( cp: cannot create regular file `/etc/bash_completion.d/ptxdist': Permission denied -- Gary Thomas | Consulting for the MLB Associates

[ptxdist] QT?

2009-01-26 Thread Gary Thomas
../../include/QtGui/private/qapplication_p.h:1, from embedded/qdirectpainter_qws.cpp:43: ../../include/QtGui/private/../../../src/gui/kernel/qapplication_p.h:347: error: multiple parameters named 'screen' -- Gary Thomas

[ptxdist] Local sources

2008-11-26 Thread Gary Thomas
+ these source tarballs will not be public in any way) Is there a macro (like PTXDIST_TOPDIR) that I can use to mean the current [staged/cloned] project path? Thanks for any pointers -- Gary Thomas | Consulting

Re: [ptxdist] Python

2008-11-25 Thread Gary Thomas
Robert Schwebel wrote: On Tue, Nov 25, 2008 at 08:50:46AM -0700, Gary Thomas wrote: What's the reason for having the version of Python tied to the configuration symbol, e.g. PYTHON24 vs PYTHON30? I'm not ready to use Python 3.0, but I would like to move forward to Python 2.5.1. Having

Re: [ptxdist] [PATCH] Simplify make

2008-11-24 Thread Gary Thomas
Marc Kleine-Budde wrote: Robert Schwebel wrote: On Fri, Nov 21, 2008 at 03:42:15PM -0700, Gary Thomas wrote: From: Gary Thomas [EMAIL PROTECTED] By only including those [sub] makefiles which are actually used in the build, the process runs faster and also avoids the dreaded error 'bash

[ptxdist] [PATCH] minor spelling error

2008-11-21 Thread Gary Thomas
From: Gary Thomas [EMAIL PROTECTED] Fix minor spelling error (in comment only): Signed-off-by: Gary Thomas [EMAIL PROTECTED] --- --- /work/ptxdist-trunk/bin/ptxdist 2008-11-19 07:55:32.0 -0700 +++ /tmp/ptx-2008_11_21/ptx/bin/ptxdist 2008-11-19 08:07:44.0 -0700 @@ -1882,7

[ptxdist] [PATCH] only build testing tools if necessary

2008-11-21 Thread Gary Thomas
From: Gary Thomas [EMAIL PROTECTED] Many times, the testing tools/infrastructure may not be wanted/needed. These changes allow those tools to not be built if not wanted. Signed-off-by: Gary Thomas [EMAIL PROTECTED] --- --- /work/ptxdist-trunk/rules/host-ckermit.in 2008-10-29 07:41

[ptxdist] [PATCH] Relaxed DHCP timing

2008-11-21 Thread Gary Thomas
From: Gary Thomas [EMAIL PROTECTED] BusyBox DHCP timeout is a bit aggressive on slow embedded targets. Note: perhaps in future this might be configurable. Signed-off-by: Gary Thomas [EMAIL PROTECTED] --- --- /work/ptxdist-trunk/patches/busybox-1.10.4/generic/discover_timeout.patch 1969-12

[ptxdist] [PATCH] Simplify make

2008-11-21 Thread Gary Thomas
From: Gary Thomas [EMAIL PROTECTED] By only including those [sub] makefiles which are actually used in the build, the process runs faster and also avoids the dreaded error 'bash: line too long' Signed-off-by: Gary Thomas [EMAIL PROTECTED] --- --- /work/ptxdist-trunk/rules/other/Toplevel.make

[ptxdist] [PATCH] JFFS2 blocksize in hex

2008-11-21 Thread Gary Thomas
From: Gary Thomas [EMAIL PROTECTED] Hex makes much more sense when specifying the [erase] block size of a FLASH device. Signed-off-by: Gary Thomas [EMAIL PROTECTED] --- --- /work/ptxdist-trunk/platforms/image_jffs2.in2008-11-14 06:39:13.0 -0700 +++ /tmp/ptx-2008_11_21/ptx

[ptxdist] [PATCH] Build C-kermit on target

2008-11-21 Thread Gary Thomas
From: Gary Thomas [EMAIL PROTECTED] This patch allows the C-Kermit tool to be built for the target. Current support is only host-side. Note: attribution remains with Oscar Peredo, as the makefile is virtually the same as the host-side version. Signed-off-by: Gary Thomas [EMAIL PROTECTED

Re: [ptxdist] CAN utils

2008-11-11 Thread Gary Thomas
Juergen Beisert wrote: Gary, On Dienstag, 11. November 2008, Gary Thomas wrote: Index: rules/canutils.in === --- rules/canutils.in (revision 9080) +++ rules/canutils.in (working copy) @@ -2,7 +2,6 @@ menuconfig CANUTILS

Re: [ptxdist] Local kernel trees (was Re: CAN utils)

2008-11-11 Thread Gary Thomas
Gary Thomas wrote: Wolfram Sang wrote: Hello Gary, Assume that I have a totally local kernel tree - how can I use this? Also assume that I don't [necessarily] need/want ptxdist to bother building my kernel. How can I configure things to work in this way? The current state of local kernel

Re: [ptxdist] CAN utils

2008-11-11 Thread Gary Thomas
Juergen Beisert wrote: Gary, On Dienstag, 11. November 2008, Gary Thomas wrote: Juergen Beisert wrote: On Dienstag, 11. November 2008, Gary Thomas wrote: Index: rules/canutils.in === --- rules/canutils.in (revision 9080

[ptxdist] CAN utils

2008-11-11 Thread Gary Thomas
-- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Local kernel trees (was Re: CAN utils)

2008-11-11 Thread Gary Thomas
Wolfram Sang wrote: On Tue, Nov 11, 2008 at 07:40:58AM -0700, Gary Thomas wrote: Close, but I'm still fuzzy on a couple of details. * Why not just specify the whole kernel source path, rather than the [obscure in my mind] prefix + version. I have kernel source trees all over the place

Re: [ptxdist] Local kernel trees (was Re: CAN utils)

2008-11-11 Thread Gary Thomas
/new_kernel % make -C /work/kernel_source O=/work/new_kernel platform_defconfig % make O=/work/new_kernel oldconfig % make O=/work/new_kernel zImage Thanks for helping with this. -- Gary Thomas | Consulting

Re: [ptxdist] Autogenerated .in files

2008-10-29 Thread Gary Thomas
? -- Gary Thomas | Consulting for the MLB Associates |Embedded world [EMAIL PROTECTED] test_ppc]$ ptxdist go .config:939:warning: trying to assign nonexistent symbol UDEV_OPT_DEBUG

[ptxdist] Install directory hierarchy?

2008-09-03 Thread Gary Thomas
, but this all seems quite complex. Any ideas/pointers? Thanks -- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ptxdist mailing

Re: [ptxdist] Hardwired packages

2008-08-28 Thread Gary Thomas
Robert Schwebel wrote: On Wed, Aug 27, 2008 at 03:39:13PM -0600, Gary Thomas wrote: I've noticed that in the latest PTXdist (I'm running r8788), there are a couple of host packages that always get built, but don't seem to be used - certainly not by me. selected_ptxconfig:PTXCONF_HOST_LRZSZ=y

[ptxdist] Hardwired packages

2008-08-27 Thread Gary Thomas
. Is there a good reason for this? Can they be made optional? -- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ptxdist

Re: [ptxdist] Python packages

2008-08-22 Thread Gary Thomas
Michael Olbrich wrote: Hi, On Thu, Aug 21, 2008 at 03:03:04PM -0600, Gary Thomas wrote: I'd like to add a python package to my PTXdist tree. The key thing will be to run python setup.py install in the target-install step in such a way that any non-python pieces get built correctly

Re: [ptxdist] Python packages

2008-08-22 Thread Gary Thomas
Robert Schwebel wrote: On Fri, Aug 22, 2008 at 05:16:57AM -0600, Gary Thomas wrote: This is a great start, thanks. Note, nevertheless, that my comments stay true even with the above. It somehow works, but is not reliable. Fair enough. I'm only interested in x86 - PPC, so I should be OK

[ptxdist] Python packages

2008-08-21 Thread Gary Thomas
a [binary] wrapper. I don't see any examples of how to do this. The closest thing is myghty (sorely out of date BTW), but it merrily glosses over the target install. Ideas/help? Thanks -- Gary Thomas | Consulting

[ptxdist] Project files

2008-08-15 Thread Gary Thomas
. Thanks -- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Project files

2008-08-15 Thread Gary Thomas
Juergen Beisert wrote: Hi Gary On Freitag, 15. August 2008, Gary Thomas wrote: I'm trying to run the latest SVN (r8744). Where do I get [sample/starting] project files? I tried to just use some old ones, but no-go. These were ptxconfig files I used roughly 6 months ago with the SVN version

Re: [ptxdist] inetutils update

2008-02-07 Thread Gary Thomas
Marc Kleine-Budde wrote: Hi, Gary Thomas wrote: Small patch to update inetutils package to [latest] 1.5 please update to latest -trunk before generating the patch. Please add Subject, From and Signed-off-by according to the cannolocial patch format. Will do (next time). Note: my change

[ptxdist] Can't install from trunk

2008-01-30 Thread Gary Thomas
/ptxdist-0.10-trunk/scripts/kconfig' make: *** [all] Error 2 -- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ptxdist

Re: [ptxdist] Can't install from trunk

2008-01-30 Thread Gary Thomas
Marc Kleine-Budde wrote: Gary Thomas wrote: I just updated to the latest trunk (r7721). I'm running an up-to-date Fedora 8 system. When I try to install I get this: [EMAIL PROTECTED] ptxdist-0.10-trunk]$ ./configure --prefix=/opt/ptx.test checking for gcc... gcc checking for C compiler

Re: [ptxdist] Build error with ptx-1.99.svn and GTK

2007-12-09 Thread Gary Thomas
Robert Schwebel wrote: On Fri, Dec 07, 2007 at 11:49:00PM +0100, Marco Cavallini wrote: Hello I get the following error building xorg+GTK stuff with the latest ptx. Does anybody already tried doing that? Are the following ICONV settings enough? Any hint will be appreciated. Please send me

Re: [ptxdist] Testing 1.0.1

2007-11-04 Thread Gary Thomas
Juergen Beisert wrote: Gary, On Friday 02 November 2007 17:53, Gary Thomas wrote: Gary Thomas wrote: Juergen Beisert wrote: Gary, On Friday 02 November 2007 14:27, Gary Thomas wrote: Better use the OSELAS.Toolchain-Project. It supports more recent toolchains, the crosstool part

Re: [ptxdist] Testing 1.0.1

2007-11-04 Thread Gary Thomas
Juergen Beisert wrote: Hi Gary, On Sunday 04 November 2007 18:41, Gary Thomas wrote: Juergen Beisert wrote: On Friday 02 November 2007 17:53, Gary Thomas wrote: Gary Thomas wrote: Juergen Beisert wrote: Gary, On Friday 02 November 2007 14:27, Gary Thomas wrote: Better use

Re: [ptxdist] Testing 1.0.1

2007-11-02 Thread Gary Thomas
Juergen Beisert wrote: Gary, On Friday 02 November 2007 14:27, Gary Thomas wrote: Better use the OSELAS.Toolchain-Project. It supports more recent toolchains, the crosstool part is outdated. I got started on this, but ran into some troubles. The GCC snapshot gcc-4.2-20070207 is no longer

Re: [ptxdist] Testing 1.0.1

2007-11-02 Thread Gary Thomas
Gary Thomas wrote: Juergen Beisert wrote: Gary, On Friday 02 November 2007 14:27, Gary Thomas wrote: Better use the OSELAS.Toolchain-Project. It supports more recent toolchains, the crosstool part is outdated. I got started on this, but ran into some troubles. The GCC snapshot gcc-4.2

[ptxdist] Testing 1.0.1

2007-11-01 Thread Gary Thomas
-- Gary Thomas | Consulting for the MLB Associates |Embedded world -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] uClibc?

2007-06-26 Thread Gary Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Has anyone used the latest PTXdist with uClibc? If so, did you build the toolchain within the OSELAS paradigm? - -- - Gary Thomas | Consulting for the MLB Associates

[ptxdist] pekwm

2007-05-29 Thread Gary Thomas
other choices available? Thanks - -- - Gary Thomas | Consulting for the MLB Associates |Embedded world - -BEGIN PGP SIGNATURE- Version