summaryrefslogtreecommitdiff
path: root/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-30 12:30:47 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-30 12:30:47 +0100
commitc49f410e88a5828c198ebbe3f781bc9e5ab1a347 (patch)
tree1cebc4c4e3069c411b23075e461c0562f741dd74 /packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
parentefb46ab0f4c8168d628f6e21c195727ed1a152fb (diff)
linux-kexecboot: make hx4700 work
Diffstat (limited to 'packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb')
-rw-r--r--packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb b/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
index 9689396a20..8ed15596ab 100644
--- a/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
+++ b/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
@@ -4,12 +4,16 @@ DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_hx4700 = "1"
DEFAULT_PREFERENCE_h2200 = "1"
+PR = "r1"
+
SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
file://linux-2.6.git-9d20fdd58e74d4d26dc5216efaaa0f800c23dd3a.patch;patch=1 \
http://www.rpsys.net/openzaurus/patches/archive/export_atags-r0a.patch;patch=1 \
file://gcc4x-limits.patch;patch=1 \
file://defconfig"
+SRC_URI += "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2"
+
S = "${WORKDIR}/kernel26"