aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-titan-sh4_2.6.21.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-08-08 20:18:38 -0700
committerKhem Raj <raj.khem@gmail.com>2009-08-08 20:18:38 -0700
commitcf58571e78182f7cc07c9619ca4ae0dc2e6b5153 (patch)
tree41f47975f825b83f68719a3a86d82549fbf16715 /recipes/linux/linux-titan-sh4_2.6.21.bb
parent9f6ae8707682ecb1afd1cad1370204f74742aa31 (diff)
downloadopenembedded-cf58571e78182f7cc07c9619ca4ae0dc2e6b5153.tar.gz
linux-titan-sh4-2.6.21: Provide sidivsi3_i4i and udivsi3_i4i
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/linux/linux-titan-sh4_2.6.21.bb')
-rw-r--r--recipes/linux/linux-titan-sh4_2.6.21.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux-titan-sh4_2.6.21.bb b/recipes/linux/linux-titan-sh4_2.6.21.bb
index e40a79b4c8..ef5ffad0db 100644
--- a/recipes/linux/linux-titan-sh4_2.6.21.bb
+++ b/recipes/linux/linux-titan-sh4_2.6.21.bb
@@ -1,13 +1,14 @@
SECTION = "kernel"
DESCRIPTION = "Linux kernel for SH4 based TITAN (NP51R/LinkGear Series 100) router appliance"
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://titan-flash.patch;patch=1 \
file://titan-pcibios-scan-update.patch;patch=1 \
file://no-mm-mutex.patch;patch=1 \
file://linux-2.6-limits.patch;patch=1 \
+ file://linux-sh-__sdivsi3_i4i.patch;patch=1 \
file://titan-config"
S = "${WORKDIR}/linux-${PV}"