aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.34.bb
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2010-10-21 21:48:28 +0200
committerPetr Štetiar <ynezz@true.cz>2010-11-28 23:11:03 +0100
commit7777313c43f20f3a5f3315eab7c75cc21f7cee51 (patch)
tree41410fca7fdb798feae37348f8376fff38a126e6 /recipes/linux/linux_2.6.34.bb
parent5219ef760bf5b2ed8e29439c0e34c03a7d0c5538 (diff)
downloadopenembedded-7777313c43f20f3a5f3315eab7c75cc21f7cee51.tar.gz
linux-2.6.34: update kernel patchset
- update base patch for ts7300 - add SD card support for ts7300 - add OpenCores ethernet driver for ts7300 - add new patch in which we use CPLD watchdog to reset the board - add new patch for console (uses hd44780 LCD on LCD connector) - add new patch lcd-linux (uses hd44780 LCD on LCD connector) Tested-by: Bridges Seth <seth@sethbridges.com> Tested-by: Ian Thompson <ian.thompson@pgs.com> Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'recipes/linux/linux_2.6.34.bb')
-rw-r--r--recipes/linux/linux_2.6.34.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes/linux/linux_2.6.34.bb b/recipes/linux/linux_2.6.34.bb
index 442fb96757..6b50590bb7 100644
--- a/recipes/linux/linux_2.6.34.bb
+++ b/recipes/linux/linux_2.6.34.bb
@@ -1,6 +1,6 @@
require linux.inc
-PR = "r4"
+PR = "r5"
module_autoload_ohci-hcd_omap5912osk = "ohci-hcd"
@@ -45,7 +45,12 @@ SRC_URI_append_ts72xx = " \
file://0016-ts72xx_nand_flash.patch \
file://0017-ep93xx_spi.patch \
file://0018-ts72xx_spi_tmp124.patch \
- file://0019-watchdog-ts72xx_wdt-disable-watchdog-at-probe.patch \
+ file://0019-ts72xx-use-CPLD-watchdog-for-reset.patch \
+ file://0020-ethoc-ts7300-fixes.patch \
+ file://0021-ts7300-add-ethernet-support.patch \
+ file://0022-watchdog-ts72xx_wdt-disable-watchdog-at-probe.patch \
+ file://0024-TS-72XX-LCD-console-driver.patch \
+ file://0025-ts72xx-add-lcd-linux-driver.patch \
"
SRC_URI_append_om-gta01 = " \