Re: [PATCH] add support for omap devices

2011-06-17 Thread Hector Oron
Hi, 2011/6/15 Sebastian Reichel : > add support for the following omap devices to libdebian-install: Applied. Thanks. --  Héctor Orón  -.. . -... .. .- -.   -.. . ...- . .-.. --- .--. . .-. -- Would you like to make a donation for Debian Conference?    ** http://debconf11.debconf.org/payments

[PATCH] add support for omap devices

2011-06-15 Thread Sebastian Reichel
add support for the following omap devices to libdebian-install: * Nokia N900 * Beagleboard * Pandaboard --- debian/changelog |8 +++- src/system/subarch-arm-linux.c |3 +++ 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/debian/changelog b/debian/chang

Re: [PATCH] add support for omap devices

2011-06-15 Thread Hector Oron
Hi, 2011/6/15 Sebastian Reichel : > On Wed, Jun 15, 2011 at 09:11:14PM +0200, Hector Oron wrote: >> I was missing libdebian-installer bit. > > I used git send-email. Looks like it does not include a reference to > the git project. I guess I will have to send single patches by hand > in the future

Re: [PATCH] add support for omap devices

2011-06-15 Thread Sebastian Reichel
On Wed, Jun 15, 2011 at 09:11:14PM +0200, Hector Oron wrote: > Hello, > > 2011/6/15 Sebastian Reichel : > > On Wed, Jun 15, 2011 at 07:33:03PM +0200, Hector Oron wrote: > > > This mail is just about adding support for omap to libdebian-install. > > I was missing libdebian-installer bit. I used

Re: [PATCH] add support for omap devices

2011-06-15 Thread Hector Oron
Hello, 2011/6/15 Sebastian Reichel : > On Wed, Jun 15, 2011 at 07:33:03PM +0200, Hector Oron wrote: > This mail is just about adding support for omap to libdebian-install. I was missing libdebian-installer bit. > I will continue with flash-kernel (which calls archdetect in one of > the scripts

Re: [PATCH] add support for omap devices

2011-06-15 Thread Sebastian Reichel
Hi Hector, On Wed, Jun 15, 2011 at 07:33:03PM +0200, Hector Oron wrote: > Thanks for the patch, but it looks a bit incomplete. You need to add > omap subarch across debian-installer packages subsystem. As well as > for mx5, we both need to add proper documentation for target boards. This mail is

Re: [PATCH] add support for omap devices

2011-06-15 Thread Hector Oron
Hello Sebastian, 2011/6/15 Sebastian Reichel : > this commit adds support for >  * Nokia N900 >  * Beagleboard >  * Pandaboard > --- >  debian/changelog               |    9 - >  src/system/subarch-arm-linux.c |    4 +++- >  2 files changed, 11 insertions(+), 2 deletions(-) Thanks for th

[PATCH] add support for omap devices

2011-06-15 Thread Sebastian Reichel
From: Sebastian Reichel this commit adds support for * Nokia N900 * Beagleboard * Pandaboard --- debian/changelog |9 - src/system/subarch-arm-linux.c |4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog ind