[oe-commits] Graeme Gregory : kexecboot_0.4.bb : tweak the tosa support to draw menu the right way

GIT User account git at amethyst.openembedded.net
Thu Jan 29 01:59:37 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 49a00bcd3e83a5fcd76baa9960688e627684cd3a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=49a00bcd3e83a5fcd76baa9960688e627684cd3a

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Thu Jan 29 01:45:05 2009 +0000

kexecboot_0.4.bb : tweak the tosa support to draw menu the right way

---

 .../kexecboot/kexecboot-0.4/kexecboot-tosa.patch   |   13 +++++++++++--
 packages/kexecboot/kexecboot_0.4.bb                |    2 +-
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/packages/kexecboot/kexecboot-0.4/kexecboot-tosa.patch b/packages/kexecboot/kexecboot-0.4/kexecboot-tosa.patch
index e10d1d7..e1f4870 100644
--- a/packages/kexecboot/kexecboot-0.4/kexecboot-tosa.patch
+++ b/packages/kexecboot/kexecboot-0.4/kexecboot-tosa.patch
@@ -1,7 +1,16 @@
 Index: kexecboot-0.4/kexecboot.c
 ===================================================================
---- kexecboot-0.4.orig/kexecboot.c	2009-01-29 00:38:21.000000000 +0000
-+++ kexecboot-0.4/kexecboot.c	2009-01-29 00:39:05.000000000 +0000
+--- kexecboot-0.4.orig/kexecboot.c	2009-01-29 01:30:43.000000000 +0000
++++ kexecboot-0.4/kexecboot.c	2009-01-29 01:39:17.000000000 +0000
+@@ -416,7 +416,7 @@
+ 		{"Spitz",	270},
+ 
+ 		{"Collie",	270},
+-		{"Tosa",	270},
++		{"SHARP Tosa",	0},
+ 		{"Poodle",	270},
+ 		{NULL, 0}
+ 	};
 @@ -566,7 +566,9 @@
  			break;
  		}
diff --git a/packages/kexecboot/kexecboot_0.4.bb b/packages/kexecboot/kexecboot_0.4.bb
index c370b22..85dd29e 100644
--- a/packages/kexecboot/kexecboot_0.4.bb
+++ b/packages/kexecboot/kexecboot_0.4.bb
@@ -1,5 +1,5 @@
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 DEPENDS = "klibc"
 RDEPENDS = "kexec-static"
 





More information about the Openembedded-commits mailing list