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

[ptxdist] How to remove greet.wav ?

2008-08-07 Thread Arnaud Riess
Hi, I'm currently using Ptxdist to generate a linux kernel/fs. I don't need the greet.wav file and the links for sound in root/etc/rc.d The thing is that I didn't find in menuconfig where I can disable sound (sound is disabled in kernel). I tried to remove these files in projectroot/ but an

Re: [ptxdist] How to remove greet.wav ?

2008-08-07 Thread Arnaud Riess
You don't like that nice sound? ;-) hmmm, Yes! Do you think my boss will like it? ;-) Has anyone an idea of what's hapening? thanks in advance, Yes, me. I made this crime. I thought everyone would be happy hearing some welcome sound (so I forgot the disable switch in the menu). But

Re: [ptxdist] Possible Typo in rules/memstat.make

2008-08-07 Thread Marc Kleine-Budde
Berkhan, Enrik (GE Infra, Oil Gas) wrote: the attached patch fixes a typo in ptxdist trunk's rules/memstat.make thx, fixed the problem and bumped version to 0.5 Marc -- Marc Kleine-Budde Phone: +49-231-2826-924 Pengutronix - Linux Solutions for Science and Industry Vertretung

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

2008-08-07 Thread Robert Schwebel
On Tue, Aug 05, 2008 at 11:07:41PM +0200, Remy Bohmer wrote: Currently for each SoC of the Atmel AT91SAM926x series a new platformtype is created. However, these cores look very much the same so, a new platform define for each of these SoC is overkill. Notice that the same compiler

Re: [ptxdist] How to remove greet.wav ?

2008-08-07 Thread Juergen Beisert
Arnaud, Am Donnerstag, 7. August 2008 16:25 schrieb Arnaud Riess: I'm currently using Ptxdist to generate a linux kernel/fs. I don't need the greet.wav file and the links for sound in root/etc/rc.d You don't like that nice sound? ;-) The thing is that I didn't find in menuconfig where I can

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

2008-08-07 Thread Robert Schwebel
On Tue, Aug 05, 2008 at 11:07:42PM +0200, Remy Bohmer wrote: 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]

Re: [ptxdist] PTXDist 0.10.6 and USB Hotplug

2008-08-07 Thread Juergen Beisert
Am Mittwoch, 6. August 2008 17:41 schrieb Robert Eiggner: we are developing on an Phytec i.MX31 Board with the PTXDist 0.10.6 installed and working. USB hotplug with mass-storage devices works well. What we now want to do is to build a new USB Serial Driver which shall be loaded automatically

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

2008-08-07 Thread Robert Schwebel
Hi Remy, 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 does