diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-01-29 01:45:05 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-01-29 01:46:21 +0000 |
commit | 49a00bcd3e83a5fcd76baa9960688e627684cd3a (patch) | |
tree | 2b46996a937bd86963f858c4b17cf2da3c48e17c /packages/kexecboot | |
parent | 37dfde0b4b4aa18bccaee1b2e98ed532bf89e789 (diff) |
kexecboot_0.4.bb : tweak the tosa support to draw menu the right way
Diffstat (limited to 'packages/kexecboot')
-rw-r--r-- | packages/kexecboot/kexecboot-0.4/kexecboot-tosa.patch | 13 | ||||
-rw-r--r-- | 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 e10d1d70b3..e1f4870853 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 c370b227c2..85dd29e69c 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" |