summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-07-29 10:12:27 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-07-29 10:12:27 +0000
commitf7ba3aad313257b7fcd73ed09f12f1646c400d5a (patch)
tree13b76cf6ee3ef532bfda2ae013c01ca7cf28ba00
parent5e12400fcbb65264cda47604da2960d01819e27b (diff)
downloadpoky-f7ba3aad313257b7fcd73ed09f12f1646c400d5a.tar.gz
linux-rp: really use 2.6.26
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4977 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/linux/linux-rp_2.6.26.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/packages/linux/linux-rp_2.6.26.bb b/meta/packages/linux/linux-rp_2.6.26.bb
index 04e0ff4d0d..7b46fc4fce 100644
--- a/meta/packages/linux/linux-rp_2.6.26.bb
+++ b/meta/packages/linux/linux-rp_2.6.26.bb
@@ -1,6 +1,6 @@
1require linux-rp.inc 1require linux-rp.inc
2 2
3PR = "r8" 3PR = "r9"
4 4
5DEFAULT_PREFERENCE = "-1" 5DEFAULT_PREFERENCE = "-1"
6DEFAULT_PREFERENCE_qemuarm = "1" 6DEFAULT_PREFERENCE_qemuarm = "1"
@@ -21,8 +21,7 @@ DEFAULT_PREFERENCE_c7x0 = "1"
21 21
22# Patches submitted upstream are towards top of this list 22# Patches submitted upstream are towards top of this list
23# Hacks should clearly named and at the bottom 23# Hacks should clearly named and at the bottom
24SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2 \ 24SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2 \
25 ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/patch-2.6.26-rc4.bz2;patch=1 \
26 ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \ 25 ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \
27 ${RPSRC}/hx2750_base-r34.patch;patch=1 \ 26 ${RPSRC}/hx2750_base-r34.patch;patch=1 \
28 ${RPSRC}/hx2750_bl-r9.patch;patch=1 \ 27 ${RPSRC}/hx2750_bl-r9.patch;patch=1 \
@@ -194,4 +193,4 @@ SRC_URI_append_zylonite ="\
194 file://zylonite_keypad-r0.patch;patch=1 \ 193 file://zylonite_keypad-r0.patch;patch=1 \
195 " 194 "
196 195
197S = "${WORKDIR}/linux-2.6.25" 196S = "${WORKDIR}/linux-2.6.26"