From: Petr Štetiar Date: Sat, 27 Nov 2010 13:51:18 +0000 (+0100) Subject: linux-2.6.36: upgrade to the latest stablepatch 2.6.36.1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f68a659d78bfea5295df7c766cb108066760a9;p=openembedded.git linux-2.6.36: upgrade to the latest stablepatch 2.6.36.1 Signed-off-by: Petr Štetiar --- 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"