From: Graeme Gregory Date: Thu, 29 Jan 2009 01:45:05 +0000 (+0000) Subject: kexecboot_0.4.bb : tweak the tosa support to draw menu the right way X-Git-Tag: Release-2010-05/1~3797^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49a00bcd3e83a5fcd76baa9960688e627684cd3a;p=openembedded.git kexecboot_0.4.bb : tweak the tosa support to draw menu the right way --- 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"