Re: [PATCH] add support for omap devices

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

[PATCH] add support for omap devices

2011-06-15 Thread Sebastian Reichel
From: Sebastian Reichel s...@ring0.de 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

Re: [PATCH] add support for omap devices

2011-06-15 Thread Hector Oron
Hello Sebastian, 2011/6/15 Sebastian Reichel s...@debian.org: 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(-)

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, 2011/6/15 Sebastian Reichel s...@debian.org: 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

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 s...@debian.org: 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

Re: [PATCH] add support for omap devices

2011-06-15 Thread Hector Oron
Hi, 2011/6/15 Sebastian Reichel s...@debian.org: 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

[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