aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/linux-kexecboot_2.6.21-hh20.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-05-29 23:58:44 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-05-29 23:58:44 +0200
commite12fb470292d0fbe6b6912c779033c2c1cf8aa3e (patch)
tree344492444970f920d7d5f1427e5c3e0ae440f9ab /recipes/kexecboot/linux-kexecboot_2.6.21-hh20.bb
parent3f626eba5c24c1da731eace82a4797a6f0d0afd4 (diff)
downloadopenembedded-e12fb470292d0fbe6b6912c779033c2c1cf8aa3e.tar.gz
linux-kexecboot: fix SRC_URI and unhide logo_linux_clut224.ppm
Diffstat (limited to 'recipes/kexecboot/linux-kexecboot_2.6.21-hh20.bb')
-rw-r--r--recipes/kexecboot/linux-kexecboot_2.6.21-hh20.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/kexecboot/linux-kexecboot_2.6.21-hh20.bb b/recipes/kexecboot/linux-kexecboot_2.6.21-hh20.bb
index 619f771780..83a9fd1856 100644
--- a/recipes/kexecboot/linux-kexecboot_2.6.21-hh20.bb
+++ b/recipes/kexecboot/linux-kexecboot_2.6.21-hh20.bb
@@ -6,14 +6,12 @@ DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_hx4700 = "1"
DEFAULT_PREFERENCE_h2200 = "1"
-SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
+SRC_URI += "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
file://linux-2.6.git-9d20fdd58e74d4d26dc5216efaaa0f800c23dd3a.patch \
http://www.rpsys.net/openzaurus/patches/archive/export_atags-r0a.patch;name=rppatch35 \
file://gcc4x-limits.patch \
file://defconfig"
-SRC_URI += "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2"
-
S = "${WORKDIR}/kernel26"