diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-12-14 20:35:44 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-12-14 20:35:44 +0100 |
commit | 2b11ddd3a67033f2ce79ee4c475954c43467f085 (patch) | |
tree | c25d21d387dfb8272b86097b16fcdab7d541dcc5 /recipes/linux/linux_2.6.32.bb | |
parent | 135394c494eb4a180f53f6e72b13edb787d0277a (diff) |
linux 2.6.32: update to 2.6.32.1
Diffstat (limited to 'recipes/linux/linux_2.6.32.bb')
-rw-r--r-- | recipes/linux/linux_2.6.32.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb index 99db01bf8b..be3d8ad7c6 100644 --- a/recipes/linux/linux_2.6.32.bb +++ b/recipes/linux/linux_2.6.32.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r1" +PR = "r2" S = "${WORKDIR}/linux-${PV}" @@ -15,6 +15,7 @@ DEFAULT_PREFERENCE_spitz = "-1" DEFAULT_PREFERENCE_tosa = "-1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.1.bz2;patch=1 \ file://defconfig" SRC_URI[kernel.md5sum] = "260551284ac224c3a43c4adac7df4879" |