From e12fb470292d0fbe6b6912c779033c2c1cf8aa3e Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 29 May 2010 23:58:44 +0200 Subject: linux-kexecboot: fix SRC_URI and unhide logo_linux_clut224.ppm --- recipes/kexecboot/linux-kexecboot_2.6.21-hh20.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'recipes/kexecboot/linux-kexecboot_2.6.21-hh20.bb') 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" -- cgit 1.2.3-korg