aboutsummaryrefslogtreecommitdiffstats
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
parent3f626eba5c24c1da731eace82a4797a6f0d0afd4 (diff)
downloadopenembedded-e12fb470292d0fbe6b6912c779033c2c1cf8aa3e.tar.gz
linux-kexecboot: fix SRC_URI and unhide logo_linux_clut224.ppm
-rw-r--r--recipes/kexecboot/linux-kexecboot_2.6.21-hh20.bb4
-rw-r--r--recipes/kexecboot/linux-kexecboot_2.6.24.bb2
-rw-r--r--recipes/kexecboot/linux-kexecboot_2.6.26.bb2
-rw-r--r--recipes/kexecboot/linux-kexecboot_git.bb2
4 files changed, 4 insertions, 6 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"
diff --git a/recipes/kexecboot/linux-kexecboot_2.6.24.bb b/recipes/kexecboot/linux-kexecboot_2.6.24.bb
index 55f0b7d397..731796ac30 100644
--- a/recipes/kexecboot/linux-kexecboot_2.6.24.bb
+++ b/recipes/kexecboot/linux-kexecboot_2.6.24.bb
@@ -23,7 +23,7 @@ DEFAULT_PREFERENCE_spitz = "1"
# Patches submitted upstream are towards top of this list
# Hacks should clearly named and at the bottom
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2;name=kernel \
+SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2;name=kernel \
file://0001-time-prevent-the-loop-in-timespec_add_ns-from-bei.patch \
${RPSRC}/export_atags-r2.patch;status=pending;name=rppatch54 \
${RPSRC}/lzo_crypto-r2.patch;status=pending;name=rppatch36 \
diff --git a/recipes/kexecboot/linux-kexecboot_2.6.26.bb b/recipes/kexecboot/linux-kexecboot_2.6.26.bb
index cdc3f56368..f8e87c46e9 100644
--- a/recipes/kexecboot/linux-kexecboot_2.6.26.bb
+++ b/recipes/kexecboot/linux-kexecboot_2.6.26.bb
@@ -22,7 +22,7 @@ DEFAULT_PREFERENCE_akita = "1"
# Patches submitted upstream are towards top of this list
# Hacks should clearly named and at the bottom
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2;name=kernel \
+SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2;name=kernel \
${RPSRC}/lzo_jffs2_sysfs-r1.patch;name=rppatch1 \
${RPSRC}/hx2750_base-r34.patch;name=rppatch2 \
${RPSRC}/hx2750_bl-r9.patch;name=rppatch3 \
diff --git a/recipes/kexecboot/linux-kexecboot_git.bb b/recipes/kexecboot/linux-kexecboot_git.bb
index 0f8a4257d4..7afd2bcb0f 100644
--- a/recipes/kexecboot/linux-kexecboot_git.bb
+++ b/recipes/kexecboot/linux-kexecboot_git.bb
@@ -4,7 +4,7 @@ KERNEL_RELEASE = "2.6.34"
SRCREV = "e40152ee1e1c7a63f4777791863215e3faa37a86"
PV = "${KERNEL_RELEASE}+gitr${SRCPV}"
-SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
+SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
file://ARM-Add-support-for-LZMA-compressed-kernel-images.patch;status=pending \
file://defconfig"