summaryrefslogtreecommitdiff
path: root/packages/linux/linux-rt_2.6.24.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2008-02-16 14:33:38 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2008-02-16 14:33:38 +0000
commit08653b16db42a76bc13abae66d34c0fc85f9a99c (patch)
treeb6b247aeb19ca92a0911739725c2f246fe6c1e8b /packages/linux/linux-rt_2.6.24.bb
parent1a206edc5115255238d69aa90badffa04927549b (diff)
linux-(rt-)2.6.24: Fix clock resolution to nanosecond.
Diffstat (limited to 'packages/linux/linux-rt_2.6.24.bb')
-rw-r--r--packages/linux/linux-rt_2.6.24.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-rt_2.6.24.bb b/packages/linux/linux-rt_2.6.24.bb
index 9869757391..b9f374099e 100644
--- a/packages/linux/linux-rt_2.6.24.bb
+++ b/packages/linux/linux-rt_2.6.24.bb
@@ -6,11 +6,12 @@ DEFAULT_PREFERENCE_mpc8313e-rdb = "1"
DEPENDS_append_mpc8313e-rdb = " dtc-native"
-PR = "r1"
+PR = "r2"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \
${KERNELORG_MIRROR}/pub/linux/kernel/projects/rt/patch-2.6.24-rt1.bz2;patch=1 \
http://kamikaze.waninkoko.info/patches/2.6.24/kamikaze1/broken-out/squashfs-lzma-2.6.24.patch;patch=1 \
+ file://powerpc-clockres.patch;patch=1 \
file://defconfig"
S = "${WORKDIR}/linux-2.6.24"