diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-30 13:25:14 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-30 13:25:14 +0100 |
commit | c74e1d46b68f67f059050263ebb434a3d7344657 (patch) | |
tree | 0e913a2f32296da798ba6cd4a9f3dcea26da43c4 /packages/kexecboot/kexecboot_0.4.bb | |
parent | 2466a29b608e4725de8e71e4c38618b0b9bfe088 (diff) | |
parent | c49f410e88a5828c198ebbe3f781bc9e5ab1a347 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/kexecboot/kexecboot_0.4.bb')
-rw-r--r-- | packages/kexecboot/kexecboot_0.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/kexecboot/kexecboot_0.4.bb b/packages/kexecboot/kexecboot_0.4.bb index 557c5be4b3..ef6888173d 100644 --- a/packages/kexecboot/kexecboot_0.4.bb +++ b/packages/kexecboot/kexecboot_0.4.bb @@ -1,5 +1,5 @@ LICENSE = "GPL" -PR = "r0" +PR = "r3" DEPENDS = "klibc" RDEPENDS = "kexec-static" @@ -15,6 +15,8 @@ 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 \ + file://fb-render-16bit.patch;patch=1 \ " S = "${WORKDIR}/kexecboot-${PV}" |