diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-01-29 00:44:28 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-01-29 01:46:20 +0000 |
commit | a1514b599c421d2816e25aabab8578b30303c4ab (patch) | |
tree | 9ffb2eff4b769cf1d550670e8ab06a508b10adda /packages/kexecboot/kexecboot_0.4.bb | |
parent | 5e9f4fc54664f0f205ea49ed0e89eceaf795a0fd (diff) |
kexecboot/kexecboot_0.4.bb : add refreshed patches from Dmitry Baryshkov for
tosa support to kexecboot.
Add few more keys that can be used on tosa to select correct variant
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Diffstat (limited to 'packages/kexecboot/kexecboot_0.4.bb')
-rw-r--r-- | packages/kexecboot/kexecboot_0.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/kexecboot/kexecboot_0.4.bb b/packages/kexecboot/kexecboot_0.4.bb index 557c5be4b3..c370b227c2 100644 --- a/packages/kexecboot/kexecboot_0.4.bb +++ b/packages/kexecboot/kexecboot_0.4.bb @@ -1,5 +1,5 @@ LICENSE = "GPL" -PR = "r0" +PR = "r1" DEPENDS = "klibc" RDEPENDS = "kexec-static" @@ -15,6 +15,7 @@ SRC_URI = "http://projects.linuxtogo.org/~jay7/kexecboot-${PV}.tar.gz \ file://switch-cursor-off.patch;patch=1 \ file://add-sleep.patch;patch=1 \ file://silent-output-hack.patch;patch=1 \ + file://kexecboot-tosa.patch;patch=1 \ " S = "${WORKDIR}/kexecboot-${PV}" |