aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2010-11-27 14:51:18 +0100
committerPetr Štetiar <ynezz@true.cz>2010-11-28 23:11:57 +0100
commit06f68a659d78bfea5295df7c766cb108066760a9 (patch)
treed505331a8b252d2f222899323aa0bad84653b874 /recipes/linux
parent113d940023a2dfcab60501c9b4abde4007750e0a (diff)
downloadopenembedded-06f68a659d78bfea5295df7c766cb108066760a9.tar.gz
linux-2.6.36: upgrade to the latest stablepatch 2.6.36.1
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/linux_2.6.36.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.36.bb b/recipes/linux/linux_2.6.36.bb
index 07353a5f2f..10692b9e5c 100644
--- a/recipes/linux/linux_2.6.36.bb
+++ b/recipes/linux/linux_2.6.36.bb
@@ -1,6 +1,6 @@
require linux.inc
-PR = "r1"
+PR = "r2"
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
@@ -8,6 +8,7 @@ DEFAULT_PREFERENCE_mx31ads = "1"
DEFAULT_PREFERENCE_ts72xx = "1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \
+ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.1.bz2;apply=yes;name=stablepatch \
file://defconfig "
SRC_URI_append_mx31ads = "file://0001-add-missing-include.patch"
@@ -38,3 +39,5 @@ SRC_URI_append_ts72xx = " \
SRC_URI[kernel.md5sum] = "61f3739a73afb6914cb007f37fb09b62"
SRC_URI[kernel.sha256sum] = "15a076d1a435a6bf8e92834eba4b390b4ec094ce06d47f89d071ca9e5788ce04"
+SRC_URI[stablepatch.md5sum] = "dd38a6caf08df2822f93541ee95aed7d"
+SRC_URI[stablepatch.sha256sum] = "0312883792d9b6312684800c7e9c108571a0da39fbb0a4fb9beb1362b7446c98"