diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-25 22:23:24 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-25 22:23:24 +0000 |
commit | 873413a3c34c92913c9829a85e800f0ff083d443 (patch) | |
tree | 8fb9faacaeafbf26e9ed2b1a790b5da68b6ac3b2 /packages/linux/linux-rt_2.6.25.bb | |
parent | db409a7ab3c8f7f5ea00f9aa98b59de6ac55bd89 (diff) | |
parent | fbd816ca00ebf11edc7e8944aee9bb2d2325ce06 (diff) |
merge of '24a01b709a1340721c80ac90b928ab9d4e1ea0be'
and '60842b466603b662ce4ff57d65e2d0ff713c018e'
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" |