diff options
Diffstat (limited to 'packages')
-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" |