diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-19 17:24:34 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-12-14 11:34:58 +0100 |
commit | 575cf43aa9df4192aa9125258545e7943a45f4d5 (patch) | |
tree | 6fa82249a247f15f2a853d63e4b937a915eea27f /recipes/linux/linux_2.6.23.bb | |
parent | d4f260798be52b17df70a05d19f2ba7a4fe7ae51 (diff) |
linux 2.6.23: update to latest stable patch
Diffstat (limited to 'recipes/linux/linux_2.6.23.bb')
-rw-r--r-- | recipes/linux/linux_2.6.23.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux_2.6.23.bb b/recipes/linux/linux_2.6.23.bb index 0f62a1c37c..754b795299 100644 --- a/recipes/linux/linux_2.6.23.bb +++ b/recipes/linux/linux_2.6.23.bb @@ -6,7 +6,7 @@ DEFAULT_PREFERENCE_mpc8313e-rdb = "1" DEFAULT_PREFERENCE_mpc8323e-rdb = "1" DEFAULT_PREFERENCE_avr32 = "1" -PR = "r12" +PR = "r13" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ file://binutils-buildid-arm.patch;patch=1 \ @@ -15,7 +15,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ " # Bug fixes on the 2.6.23.x stable branch -SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.23.12.bz2;patch=1" +SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.23.17.bz2;patch=1" # Real-time preemption (includes CFS). This is experimental and requires a different defconfig. #SRC_URI += "file://patch-2.6.23.12-rt14;patch=1" # Only the Completely Fair Scheduler (CFS), the official backport from 2.6.24 |