[ptxdist] [PATCH] host-xl-tools: version bump 1.1.0 -> 1.1.1

2013-11-30 Thread Stephan Linz
Signed-off-by: Stephan Linz --- rules/host-xl-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-xl-tools.make b/rules/host-xl-tools.make index 3cf652b..efca7d0 100644 --- a/rules/host-xl-tools.make +++ b/rules/host-xl-tools.make @@ -16,8 +16,8

Re: [ptxdist] [ANNOUNCE] PTXdist 2013.08.0 released

2013-08-17 Thread Stephan Linz
; patches from the mailinglist, so the released changes are quite small. > Michael has done some gstreamer update before he left on holidays. Nice > feature from Stephan Linz, ptxdist supports now download from svn:// > URLs, Thanks a lot. > but who uses svn anyways? :) Hm, there a

[ptxdist] OSELAS.Toolchain() rpatches and behaviors

2013-08-08 Thread Stephan Linz
rrect me when I'm wrong): As far as I know the OSELAS.Toolchain() will not support multi-lib compilation for glibc. Has anyone ever worked on such expansion? I need the multi-lib support (mainly for eglibc) for the MicroBlaze toolchain. -- Best regards, St

[ptxdist] [PATCH 2/2] ptxd_make_get: support svn urls

2013-08-08 Thread Stephan Linz
never provide release tarballs and you have to fetch the Subversion release branch (for example the eglibc project). Signed-off-by: Stephan Linz --- scripts/lib/ptxd_make_get.sh | 86 ++ 1 files changed, 86 insertions(+), 0 deletions(-) diff --git a

[ptxdist] [PATCH 1/2] ptxd_make_get: fix typo: .zup -> .zip

2013-08-08 Thread Stephan Linz
Signed-off-by: Stephan Linz --- scripts/lib/ptxd_make_get.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/lib/ptxd_make_get.sh b/scripts/lib/ptxd_make_get.sh index f8722a6..8507dd5 100644 --- a/scripts/lib/ptxd_make_get.sh +++ b/scripts/lib/ptxd_make_get.sh

Re: [ptxdist] [PATCH 1/1] add new packet x-load

2012-06-12 Thread Stephan Linz
gt; Phi Innovations > www.phiinnovations.com > Phone: +55 19 3709 1358 > Mobile: +55 19 9823 9332 > Skype: flavio.de.castro.alves.filho > > > 2010/8/6 Stephan Linz > Am Freitag, 6. August 2010, um 09:20:17 schrieb Marc > Kleine-Budde: >

Re: [ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-18 Thread Stephan Linz
... please ignore this e-mail -- was the wrong git command line, grrr. br, Stephan Am Mittwoch, den 18.04.2012, 20:28 +0200 schrieb Stephan Linz: > Sadly the Microblaze architecture does not support an explicit > uImage build target. The uImage is an implicit rule of simple > ima

[ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-18 Thread Stephan Linz
ff-by: Stephan Linz --- platforms/kernel.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/platforms/kernel.in b/platforms/kernel.in index 01b31d3..6673d2d 100644 --- a/platforms/kernel.in +++ b/platforms/kernel.in @@ -2,7 +2,7 @@ menuconfig KERNEL bool defa

[ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-18 Thread Stephan Linz
ff-by: Stephan Linz --- platforms/kernel.in |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/platforms/kernel.in b/platforms/kernel.in index 01b31d3..93606f0 100644 --- a/platforms/kernel.in +++ b/platforms/kernel.in @@ -3,6 +3,7 @@ menuconfig KERNEL default y s

Re: [ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-18 Thread Stephan Linz
Am Mittwoch, den 18.04.2012, 10:11 +0200 schrieb Michael Olbrich: > On Tue, Apr 17, 2012 at 09:01:05PM +0200, Stephan Linz wrote: > > Sadly the Microblaze architecture does not support an explicit > > uImage build target. The uImage is an implicit rule of simple > > image

[ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-17 Thread Stephan Linz
ff-by: Stephan Linz --- platforms/kernel.in |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/platforms/kernel.in b/platforms/kernel.in index 01b31d3..93606f0 100644 --- a/platforms/kernel.in +++ b/platforms/kernel.in @@ -3,6 +3,7 @@ menuconfig KERNEL default y s

[ptxdist] [PATCH] microblaze: support Linux 3.x in Xilinx BSP scripts

2012-04-15 Thread Stephan Linz
Signed-off-by: Stephan Linz --- scripts/lib/ptxd_make_xilinx_bsp.sh |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/ptxd_make_xilinx_bsp.sh b/scripts/lib/ptxd_make_xilinx_bsp.sh index 3594d0a..117f531 100644 --- a/scripts/lib/ptxd_make_xilinx_bsp.sh

[ptxdist] [PATCH 2/2] microblaze: support little endian configuration

2012-02-10 Thread Stephan Linz
Since MicroBlaze in general supports big and little endian, both is possible. The default is big endian. Signed-off-by: Stephan Linz --- platforms/architecture.in|4 +++- scripts/lib/ptxd_make_00-init.sh | 14 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff

[ptxdist] [PATCH 1/2] host-xl-tools: version bump 1.0.1 -> 1.1.0

2012-02-10 Thread Stephan Linz
Signed-off-by: Stephan Linz --- rules/host-xl-tools.make |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/host-xl-tools.make b/rules/host-xl-tools.make index bda3f75..3cf652b 100644 --- a/rules/host-xl-tools.make +++ b/rules/host-xl-tools.make @@ -1,6 +1,6

[ptxdist] [PATCH] add Stephan Linz to CREDITS

2011-12-03 Thread Stephan Linz
Signed-off-by: Stephan Linz --- CREDITS |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/CREDITS b/CREDITS index 8872632..f09b673 100644 --- a/CREDITS +++ b/CREDITS @@ -142,6 +142,12 @@ N: Claudio Leonel E: c...@elaxys.com.br D: Developer +N: Stephan Linz +E: l

[ptxdist] [PATCH] [Machine.make] keep r31 reserved on Microblaze

2011-12-03 Thread Stephan Linz
The Microblaze register r31 holds current-give me pointer to task, generated code should never refer to it. In common cases that is not a problem. For debugging purposes it is better to keep unused. Signed-off-by: Stephan Linz --- rules/pre/Machine.make |6 -- 1 files changed, 4

[ptxdist] [PATCH OSELAS.Toolchain(): 1/3] [ptxconfigs] add new AVR toolchain

2011-04-30 Thread Stephan Linz
OSELAS.Toolchain() patch sets for binutils-2.20.1 and gcc-4.4.3 to use the new configuration! Signed-off-by: Stephan Linz --- ..._gcc-4.4.3_libc-1.7.1_binutils-2.20.1.ptxconfig | 95 1 files changed, 95 insertions(+), 0 deletions(-) create mode 100644 ptxconfigs/avr/avr_gcc-4.4.3_libc

[ptxdist] [ANNOUNCE] OSELAS.Toolchain(): new AVR configuration V3

2011-04-30 Thread Stephan Linz
Hi at all, The next few emails contain the patch set, based on OSELAS.Toolchain() git hash: c04b19711ff71296e2a319317edc3fb32c203e85 I've changed the "series.atmel" to "series" as discussed ... br, Stephan --

Re: [ptxdist] RHEL/CentOS 5.X

2011-04-28 Thread Stephan Linz
Hi Marc, yes, it looks good to me. I've evaluate your patch with several arm toolchain configurations and it works on Ubuntu 9.04. I think you can push your patch to upstream. br, Stephan Am Freitag, 1. April 2011, um 21:46:01 schrieb Marc Kleine-Budde: > On 03/29/2011 05:23 PM, Step

Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain(): new AVR configuration V2

2011-04-28 Thread Stephan Linz
Am Donnerstag, 28. April 2011, um 11:28:07 schrieb Michael Olbrich: > Hi, > > On Wed, Apr 27, 2011 at 09:51:30PM +0200, Stephan Linz wrote: > > Referring to the last discussion about canonical patch format > > (http://www.mail-archive.com/ptxdist@pengutronix.de/msg0416

[ptxdist] [PATCH 1/3] [ptxconfigs] add new AVR toolchain

2011-04-27 Thread Stephan Linz
OSELAS.Toolchain() patch sets for binutils-2.20.1 and gcc-4.4.3 to use the new configuration! Signed-off-by: Stephan Linz --- ..._gcc-4.4.3_libc-1.7.1_binutils-2.20.1.ptxconfig | 95 1 files changed, 95 insertions(+), 0 deletions(-) create mode 100644 ptxconfigs/avr/avr_gcc-4.4.3_libc

[ptxdist] [ANNOUNCE] OSELAS.Toolchain(): new AVR configuration V2

2011-04-27 Thread Stephan Linz
nd will be moderated. Wait for moderation by Pengutronix. -- Viele Grüße, Stephan Linz __ MB-Ref: http://www.li-pro.de/xilinx_mb:mbref:start OpenDCC: http://www.li-pro.net/opendcc.phtml PC/M: http://www.li-pro.net/pcm.pht

Re: [ptxdist] [PATCH 4/4] [avrlib] remove multilib configuration

2011-04-18 Thread Stephan Linz
Am Montag, 18. April 2011, um 11:32:14 schrieb Robert Schwebel: > On Sun, Apr 17, 2011 at 01:35:52PM +0200, Stephan Linz wrote: > > Hm, undocumented? Did you read the information on c't-Bot Wiki? > > http://www.heise.de/ct/projekte/machmit/ctbot/wiki/AVRToolchain > > We

Re: [ptxdist] [PATCH 4/4] [avrlib] remove multilib configuration

2011-04-17 Thread Stephan Linz
Am Sonntag, 17. April 2011, um 10:00:03 schrieb Michael Olbrich: > On Fri, Apr 15, 2011 at 02:24:28PM +0200, Stephan Linz wrote: > > Remove the unusually autoconf option '--enable-multilib'. AVR-Libc > > doesn't know about it. AVR-Libc just needs a multilib enabled

[ptxdist] [PATCH 4/4] [avrlib] remove multilib configuration

2011-04-15 Thread Stephan Linz
omplain about it. So we remove it. Signed-off-by: Stephan Linz --- rules/avrlib.make |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/rules/avrlib.make b/rules/avrlib.make index d30361a..a1281c3 100644 --- a/rules/avrlib.make +++ b/rules/avrlib.make @@ -59,8

Re: [ptxdist] [PATCH 4/4] [avrlib] remove multilib configuration

2011-04-14 Thread Stephan Linz
Am Donnerstag, 14. April 2011, um 10:42:35 schrieb Juergen Beisert: > Michael Olbrich wrote: > > On Wed, Apr 13, 2011 at 09:09:03PM +0200, Stephan Linz wrote: > > > Am Mittwoch, 13. April 2011, um 09:01:47 schrieb Marc Kleine-Budde: > > > > On 04/13/2011 1

Re: [ptxdist] [PATCH 4/4] [avrlib] remove multilib configuration

2011-04-13 Thread Stephan Linz
Am Mittwoch, 13. April 2011, um 09:01:47 schrieb Marc Kleine-Budde: > On 04/13/2011 12:07 AM, Michael Olbrich wrote: > > Hi, > > > > On Sat, Apr 09, 2011 at 11:41:57PM +0200, Stephan Linz wrote: > >> Remove the unusually autoconf option '--enable-multilib'.

Re: [ptxdist] Your message to ptxdist awaits moderator approval

2011-04-09 Thread Stephan Linz
an review it for approval. > > The reason it is being held: > > Message body is too big: 233826 bytes with a limit of 100 KB > > Either the message will get posted to the list, or you will receive > notification of the moderat

[ptxdist] [PATCH 4/4] [avrlib] remove multilib configuration

2011-04-09 Thread Stephan Linz
Remove the unusually autoconf option '--enable-multilib'. With beginning of avr-libc version 1.7.x it is'n anymore present. Signed-off-by: Stephan Linz --- rules/avrlib.make |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/rules/avrlib.make b/rules/av

[ptxdist] [PATCH 1/4] [ptxconfigs] add new AVR toolchain based on c't-Bot

2011-04-09 Thread Stephan Linz
ned-off-by: Stephan Linz --- ..._gcc-4.4.3_libc-1.7.1_binutils-2.20.1.ptxconfig | 95 1 files changed, 95 insertions(+), 0 deletions(-) create mode 100644 ptxconfigs/avr/avr_gcc-4.4.3_libc-1.7.1_binutils-2.20.1.ptxconfig diff --git a/ptxconfigs/avr/avr_gcc-4.4.3_libc-1.7.1_binut

[ptxdist] [ANNOUNCE] OSELAS.Toolchain(): new AVR configuration

2011-04-09 Thread Stephan Linz
patch set ... -- Viele Grüße, Stephan Linz __ MB-Ref: http://www.li-pro.de/xilinx_mb:mbref:start OpenDCC: http://www.li-pro.net/opendcc.phtml PC/M: http://www.li-pro.net/pcm.phtml CDK4AVR: http://cdk4avr.sourceforge.net/ CDK4

Re: [ptxdist] RHEL/CentOS 5.X

2011-03-29 Thread Stephan Linz
Am Dienstag, 29. März 2011, um 23:14:37 schrieb Erwin Rol: > Hey Stephan, > > On 29-3-2011 17:23, Stephan Linz wrote: > > Am Dienstag, 15. März 2011, um 13:06:06 schrieb Erwin Rol: > > > > Hi Erwin, > > > > How did you fixed the CFI problem for CentOS? I

Re: [ptxdist] RHEL/CentOS 5.X

2011-03-29 Thread Stephan Linz
Am Mittwoch, 30. März 2011, um 08:15:11 schrieb Alexander Dahl: > Am 29.03.2011 17:23, schrieb Stephan Linz: > > How did you fixed the CFI problem for CentOS? I've the same problem with > > other old systems (ex. Ubuntu 9.04 LTS). > > Ubuntu 8.04 LTS or Ubuntu 9.04? (T

Re: [ptxdist] RHEL/CentOS 5.X

2011-03-29 Thread Stephan Linz
lchains > >> 3 - host python is 2.4 which is not enough for several Xorg packages > >> (need 2.5) > >> > >> So I am going from one problem to another. > >> > >> So hence the question what distros is ptxdist tested on and the > >> sugge

[ptxdist] [PATCH 1/3] V3: add Xilinx MicroBlaze architecture

2011-03-29 Thread Stephan Linz
g.auto(Linux Kernel 2.6 configuration) * xilinx.dts (Linux Kernel 2.6 configuration) * config.mk (U-Boot configuration) * xparameters.h (U-Boot configuration) Signed-off-by: Stephan Linz --- platforms/architecture.in|9 ++

[ptxdist] [PATCH 2/3] [host-xl-tools] add new host package

2011-03-29 Thread Stephan Linz
parts of MB-Ref. See: http://gitorious.org/mbref/xl-tools or: http://www.li-pro.de/xilinx_mb/xl-tools/start Signed-off-by: Stephan Linz --- platforms/hosttools.in |1 + rules/host-xl-tools.in | 13 + rules/host-xl-tools.make | 31 +++ 3 files

[ptxdist] [PATCH 3/3] [image_xlblob] add new image generator

2011-03-29 Thread Stephan Linz
Generate a PIC executable blob tagged for XL-Boot that copies a image from FLASH to its linked address in RAM and executes it. Signed-off-by: Stephan Linz --- platforms/image_xlblob.in| 34 +++ rules/post/image_xlblob.make | 73

Re: [ptxdist] [PATCH 1/3] V2: add Xilinx MicroBlaze architecture

2011-03-28 Thread Stephan Linz
ing on a MicroBlaze extension for OSELAS.Toolchain(). Where can I post my results? Here on this list? > > On Tue, Mar 15, 2011 at 06:59:29PM +0100, Stephan Linz wrote: > > --snip-- > > diff --git a/platforms/kernel.in b/platforms/kernel.in > > index 476bdde..0d8702e 100644 > &g

Re: [ptxdist] [PATCH 3/3] [image_xlblob] add new image generator

2011-03-28 Thread Stephan Linz
Hi Michael, I'll remove the wasted ifdef expressions and white spaces. Best Regards, Stephan Am Sonntag, 27. März 2011, um 16:34:44 schrieb Michael Olbrich: > On Tue, Mar 15, 2011 at 06:59:31PM +0100, Stephan Linz wrote: > > Generate a PIC executable blob tagged for XL-Boot tha

Re: [ptxdist] [PATCH 1/3] V2: add Xilinx MicroBlaze architecture

2011-03-28 Thread Stephan Linz
mpleImage" > >>help > >> Create a simple Image with embedded DTB > >> +endif > > > > Maybe some kernel expert can comment on this? > > mkl: what do you think? > > > >> + > > Keep it simpl

[ptxdist] [PATCH 1/3] V2: add Xilinx MicroBlaze architecture

2011-03-15 Thread Stephan Linz
g.auto(Linux Kernel 2.6 configuration) * xilinx.dts (Linux Kernel 2.6 configuration) * config.mk (U-Boot configuration) * xparameters.h (U-Boot configuration) Signed-off-by: Stephan Linz --- platforms/architecture.in|9 ++

[ptxdist] [PATCH 2/3] [host-xl-tools] add new host package

2011-03-15 Thread Stephan Linz
parts of MB-Ref. See: http://gitorious.org/mbref/xl-tools or: http://www.li-pro.de/xilinx_mb/xl-tools/start Signed-off-by: Stephan Linz --- platforms/hosttools.in |1 + rules/host-xl-tools.in | 13 + rules/host-xl-tools.make | 45

[ptxdist] [PATCH 3/3] [image_xlblob] add new image generator

2011-03-15 Thread Stephan Linz
Generate a PIC executable blob tagged for XL-Boot that copies a image from FLASH to its linked address in RAM and executes it. Signed-off-by: Stephan Linz --- platforms/image_xlblob.in| 42 rules/post/image_xlblob.make | 73

Re: [ptxdist] [PATCH 1/3] add Xilinx MicroBlaze architecture

2011-03-15 Thread Stephan Linz
> Michael > > On Mon, Mar 14, 2011 at 04:21:29PM +0100, Stephan Linz wrote: > > This is support for Xilinx MicroBlaze processors. MicroBlaze > > is a soft core processor designed for Xilinx FPGAs. With this > > new architecture ptxdist have to handle dynamic platform >

[ptxdist] [PATCH 1/3] add Xilinx MicroBlaze architecture

2011-03-14 Thread Stephan Linz
g.auto(Linux Kernel 2.6 configuration) * xilinx.dts (Linux Kernel 2.6 configuration) * config.mk (U-Boot configuration) * xparameters.h (U-Boot configuration) Signed-off-by: Stephan Linz --- platforms/architecture.in|9 ++

[ptxdist] [PATCH 3/3] [image_xlblob] add new image generator

2011-03-14 Thread Stephan Linz
Generate a PIC executable blob tagged for XL-Boot that copies a image from FLASH to its linked address in RAM and executes it. Signed-off-by: Stephan Linz --- platforms/image_xlblob.in| 42 rules/post/image_xlblob.make | 73

[ptxdist] [PATCH 2/3] [host-xl-tools] add new host package

2011-03-14 Thread Stephan Linz
parts of MB-Ref. See: http://gitorious.org/mbref/xl-tools or: http://www.li-pro.de/xilinx_mb/xl-tools/start Signed-off-by: Stephan Linz --- platforms/hosttools.in |1 + rules/host-xl-tools.in | 13 + rules/host-xl-tools.make | 45

[ptxdist] [squashfs3.4] wrong patch set

2010-08-31 Thread Stephan Linz
... I've change to squashfs4.0 --> all OK (because the patch for 4.0 is OK :-) -- Viele Grüße, Stephan Linz __ OpenDCC: http://www.li-pro.net/opendcc.phtml PC/M: http://www.li-pro.net/pcm.phtml CDK4AVR: http://cdk4a

Re: [ptxdist] [PATCH 1/1] add new packet x-load

2010-08-06 Thread Stephan Linz
t; I'll push this fix. > tnx a lot. I'll try out your fix. Give me a hint (here). -- Viele Grüße, Stephan Linz __ OpenDCC: http://www.li-pro.net/opendcc.phtml PC/M: http://www.li-pro.net/pcm.phtml CDK4AVR: h

[ptxdist] [PATCH 1/1] add new packet x-load

2010-08-05 Thread Stephan Linz
used to boot the board with. Signed-off-by: Stephan Linz --- platforms/x-load.in | 51 ++ rules/x-load.make | 85 +++ 2 files changed, 136 insertions(+), 0 deletions(-) create mode 100644 platforms/x-load.in

Re: [ptxdist] [PATCH 1/1] add new packet x-load

2010-08-05 Thread Stephan Linz
Am Donnerstag, 5. August 2010, um 18:40:19 schrieb Marc Kleine-Budde: > Stephan Linz wrote: > > x-load is a first level bootloader for Texas Intruments OMAP > > microprocessors (similar to the AT91Bootstrap application). > > > > This bootstrap package is requi

[ptxdist] [PATCH 1/1] add new packet x-load

2010-08-05 Thread Stephan Linz
used to boot the board with. Signed-off-by: Stephan Linz --- platforms/x-load.in | 51 +++ rules/x-load.make | 94 +++ 2 files changed, 145 insertions(+), 0 deletions(-) create mode 100644 platforms/x-load.in create

[ptxdist] [PATCH 1/1] [inetd] disable FTP upload commands

2010-08-05 Thread Stephan Linz
As long as all kinds of FTP upload commands are optional in busybox we should avoid to set this feature as default. Signed-off-by: Stephan Linz --- generic/etc/inetd.conf.d/ftpd |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/generic/etc/inetd.conf.d/ftpd b/generic

Re: [ptxdist] [PATCH 1/1] [inetd] handle ftpd service

2010-08-05 Thread Stephan Linz
Am Donnerstag, 5. August 2010, um 11:08:53 schrieb Marc Kleine-Budde: > Stephan Linz wrote: > > Am Donnerstag, 5. August 2010, um 08:22:30 schrieb Marc Kleine-Budde: > >> Stephan Linz wrote: > >>> Signed-off-by: Stephan Linz > >> > >> applied

[ptxdist] [PATCH 1/1] add new packet x-load

2010-08-05 Thread Stephan Linz
used to boot the board with. Signed-off-by: Stephan Linz --- platforms/x-load.in | 51 +++ rules/x-load.make | 94 +++ 2 files changed, 145 insertions(+), 0 deletions(-) create mode 100644 platforms/x-load.in create

Re: [ptxdist] [PATCH 1/1] [inetd] handle ftpd service

2010-08-05 Thread Stephan Linz
Am Donnerstag, 5. August 2010, um 08:22:30 schrieb Marc Kleine-Budde: > Stephan Linz wrote: > > Signed-off-by: Stephan Linz > > applied to master > > tnx, Marc > > > --- > > generic/etc/inetd.conf.d/ftpd |1 + > > rules/busybox.in

[ptxdist] [PATCH 1/1] [u-boot] install srec and/or elf images

2010-08-04 Thread Stephan Linz
Signed-off-by: Stephan Linz --- platforms/u-boot.in | 14 ++ rules/u-boot.make |8 +++- 2 files changed, 21 insertions(+), 1 deletions(-) diff --git a/platforms/u-boot.in b/platforms/u-boot.in index 64d4d03..383a228 100644 --- a/platforms/u-boot.in +++ b/platforms/u

[ptxdist] [PATCH 1/1] [inetd] handle ftpd service

2010-08-04 Thread Stephan Linz
Signed-off-by: Stephan Linz --- generic/etc/inetd.conf.d/ftpd |1 + rules/busybox.in |7 +++ rules/busybox.make|4 3 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 generic/etc/inetd.conf.d/ftpd diff --git a/generic/etc

Re: [ptxdist] [PATCH 1/3] add new packet x-load

2010-08-04 Thread Stephan Linz
Am Mittwoch, 4. August 2010, um 16:42:34 schrieb Robert Schwebel: > On Wed, Aug 04, 2010 at 03:17:20PM +0200, Stephan Linz wrote: > > > > Where to get the sources from, then? > > > > > > We should bundle a packet and put it into temporary_src. > > > > W

Re: [ptxdist] [PATCH 1/3] add new packet x-load

2010-08-04 Thread Stephan Linz
Am Dienstag, 3. August 2010, um 23:52:50 schrieb Marc Kleine-Budde: > Hey Stephan, > > Stephan Linz wrote: > > x-load is a first level bootloader for Texas Intruments OMAP > > microprocessors (similar to the AT91Bootstrap application). > > > > This bootstrap pack

Re: [ptxdist] [PATCH 2/3] [inetd] handle ftpd service

2010-08-04 Thread Stephan Linz
Am Dienstag, 3. August 2010, um 23:58:31 schrieb Marc Kleine-Budde: > Stephan Linz wrote: > > Signed-off-by: Stephan Linz > > --- > > generic/etc/inetd.conf.d/ftpd |1 + > > rules/busybox.in | 11 +++ > > rules/busybox.make

Re: [ptxdist] [PATCH 1/3] add new packet x-load

2010-08-04 Thread Stephan Linz
version or release management. I think it is recommendable to hold a platform specific source tree inside of particular BSPs. The source code handling is affected negatively, since TI develop its own project: http://git.omapzoom.com/?p=repo/x-loader.git;a=summary What can/should we

Re: [ptxdist] [PATCH 1/3] add new packet x-load

2010-08-04 Thread Stephan Linz
ould be removed together with all other packages by a code review in the future, or not? There are many many make files with GET stage inside -- especially templates too. > > rsc > -- > Pengutronix e.K. | | > Industrial Linux Solu

[ptxdist] [PATCH 3/3] [u-boot] install srec and/or elf images

2010-08-03 Thread Stephan Linz
Signed-off-by: Stephan Linz --- platforms/u-boot.in | 16 rules/u-boot.make | 12 2 files changed, 28 insertions(+), 0 deletions(-) diff --git a/platforms/u-boot.in b/platforms/u-boot.in index 64d4d03..38552a9 100644 --- a/platforms/u-boot.in +++ b/platforms

[ptxdist] [PATCH 2/3] [inetd] handle ftpd service

2010-08-03 Thread Stephan Linz
Signed-off-by: Stephan Linz --- generic/etc/inetd.conf.d/ftpd |1 + rules/busybox.in | 11 +++ rules/busybox.make|4 3 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 generic/etc/inetd.conf.d/ftpd diff --git a/generic/etc

[ptxdist] [PATCH 1/3] add new packet x-load

2010-08-03 Thread Stephan Linz
used to boot the board with. Signed-off-by: Stephan Linz --- platforms/x-load.in | 60 ++ rules/x-load.make | 89 +++ 2 files changed, 149 insertions(+), 0 deletions(-) create mode 100644 platforms/x-load.in

[ptxdist] The following changes since commit d0b1b8608dfa4aa9bae18b2bb798b4b19580e181:

2010-08-03 Thread Stephan Linz
are available in the git repository at: git://gitorious.org/oselas/ptxdist.git for-mkl Stephan Linz (4): [ptxdist] add new packet x-load [inetd] handle ftpd service [u-boot] install srec and/or elf images Merge branch 'devel/2010.08.0-slz' into for-mkl g