diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-25 21:02:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-25 21:02:21 +0000 |
commit | fbd816ca00ebf11edc7e8944aee9bb2d2325ce06 (patch) | |
tree | 2e3d994cbfde9e296dee76a071f992c2f731b171 /packages/linux/linux-rt_2.6.25.bb | |
parent | 45ff426346539ef0fc64ff8ce1d62991d9f89549 (diff) |
linux-rt: fix scr-uri and expand efika defconfig
Diffstat (limited to 'packages/linux/linux-rt_2.6.25.bb')
-rw-r--r-- | packages/linux/linux-rt_2.6.25.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux/linux-rt_2.6.25.bb b/packages/linux/linux-rt_2.6.25.bb index 6ce3edf249..998fc13685 100644 --- a/packages/linux/linux-rt_2.6.25.bb +++ b/packages/linux/linux-rt_2.6.25.bb @@ -7,13 +7,13 @@ DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_mpc8315e-rdb = "1" DEFAULT_PREFERENCE_efika = "1" -PR = "r3" +PR = "r4" #KERNEL_IMAGETYPE_efika = "Image" 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-rt6.bz2;patch=1;p=1 \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.25.4.bz2;patch=1 \ + ${KERNELORG_MIRROR}/pub/linux/kernel/projects/rt/older/patch-2.6.25.4-rt6.bz2;patch=1 \ file://defconfig" S = "${WORKDIR}/linux-2.6.25" |