diff options
author | Jesse Gilles <jgilles@multitech.com> | 2012-09-17 12:43:09 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2012-09-17 12:43:09 -0500 |
commit | 47b4c0a25d51b4e25051720471df2dcd5820777a (patch) | |
tree | cae7ba6f47edccc8083cd76430cca8bf19f8cd29 | |
parent | d15ca5f3246184b4f3c6f8ac97092331fde8bb1f (diff) |
linux-2.6.35: remove linux-2.6.35-at91sam9g20-reset.patch
Removing this patch because it has caused major reboot regressions
compared to running without it. Though the patch is intended to improve
reboot reliability, in our testing it has made it worse and is very
unreliable.
Reboot testing without the patch has shown no problems.
-rw-r--r-- | multitech/recipes/linux/linux_2.6.35.bbappend | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multitech/recipes/linux/linux_2.6.35.bbappend b/multitech/recipes/linux/linux_2.6.35.bbappend index 6b27b76..3177904 100644 --- a/multitech/recipes/linux/linux_2.6.35.bbappend +++ b/multitech/recipes/linux/linux_2.6.35.bbappend @@ -1,7 +1,7 @@ FILESEXTRA := "${THISDIR}" FILESPATHBASE =. "${FILESEXTRA}:" -PR .= ".corecdp10" +PR .= ".corecdp11" STABLEV = "14" SRC_URI_mtcdp = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ @@ -15,7 +15,6 @@ SRC_URI_mtcdp = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;n file://linux-2.6.32.3-atmel_serial_disable_hwhs.patch \ file://linux-2.6.35.14-option-zte.patch \ file://linux-2.6.32.3-option-telit.patch \ - file://linux-2.6.35-at91sam9g20-reset.patch \ " SRC_URI_mt100eocg = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ @@ -29,7 +28,6 @@ SRC_URI_mt100eocg = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.b file://linux-2.6.32.3-atmel_serial_disable_hwhs.patch \ file://linux-2.6.35.14-option-zte.patch \ file://linux-2.6.32.3-option-telit.patch \ - file://linux-2.6.35-at91sam9g20-reset.patch \ " # work around firmware/Makefile issue with make 3.82 |