diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-06-09 21:07:41 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-06-09 21:07:41 +0000 |
commit | 48941e3a7b5c95e06e6f7504660893e3f1f5c445 (patch) | |
tree | a9a54d95e67ea5a1f6d35356af27313ed5ce2619 /packages/linux/linux-rt_2.6.25.bb | |
parent | 529b13a490a1e7f8c1f8f1f5ae2248092af76e33 (diff) |
linux-rt-2.6.25: Bump to -rt6 and add efika. Note that -rt is unstable.
Diffstat (limited to 'packages/linux/linux-rt_2.6.25.bb')
-rw-r--r-- | packages/linux/linux-rt_2.6.25.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/linux/linux-rt_2.6.25.bb b/packages/linux/linux-rt_2.6.25.bb index e5f7fccaa7..712c65d3fa 100644 --- a/packages/linux/linux-rt_2.6.25.bb +++ b/packages/linux/linux-rt_2.6.25.bb @@ -5,12 +5,15 @@ require linux.inc # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_mpc8315e-rdb = "1" +DEFAULT_PREFERENCE_efika = "1" -PR = "r1" +PR = "r3" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.25.4.bz2;patch=1;p=1 \ - ${KERNELORG_MIRROR}/pub/linux/kernel/projects/rt/patch-2.6.25.4-rt4.bz2;patch=1;p=1 \ + ${KERNELORG_MIRROR}/pub/linux/kernel/projects/rt/patch-2.6.25.4-rt6.bz2;patch=1;p=1 \ file://defconfig" S = "${WORKDIR}/linux-2.6.25" + + |