aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.34.bb
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2010-10-03 14:01:57 +0200
committerEric Bénard <eric@eukrea.com>2010-10-04 21:57:25 +0200
commit88ff1fbba53e8a1226ada1140b800b4ffb26a717 (patch)
tree3b950b6649db8708e6848c69b0aaee8732aa50f2 /recipes/linux/linux_2.6.34.bb
parent5786f08ba6066e9af60104c5d5606c106e8df7d2 (diff)
downloadopenembedded-88ff1fbba53e8a1226ada1140b800b4ffb26a717.tar.gz
linux-2.6.34: add support for ts72xx and make it default kernel
Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/linux/linux_2.6.34.bb')
-rw-r--r--recipes/linux/linux_2.6.34.bb24
1 files changed, 23 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.34.bb b/recipes/linux/linux_2.6.34.bb
index 469f23b967..61f23cfea9 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 = "r2"
+PR = "r3"
module_autoload_ohci-hcd_omap5912osk = "ohci-hcd"
@@ -15,6 +15,7 @@ DEFAULT_PREFERENCE_qemux86 = "1"
DEFAULT_PREFERENCE_lite5200 = "1"
DEFAULT_PREFERENCE_omap5912osk = "1"
DEFAULT_PREFERENCE_tqm8540 = "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}.7.bz2;apply=yes;name=stablepatch \
@@ -23,6 +24,27 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \
SRC_URI_append_c7x0 = " file://fix-corgi-card-detection.patch;status=pending "
+SRC_URI_append_ts72xx = " \
+ file://0001-ts72xx_base.patch \
+ file://0002-ts72xx_force_machine-id.patch \
+ file://0003-ep93xx_cpuinfo.patch \
+ file://0004-ep93xx_eth.patch \
+ file://0005-ep93xx-m2m-DMA-support.patch \
+ file://0006-ts72xx_rs485.patch \
+ file://0007-ts72xx_ts_ser1.patch \
+ file://0008-ts72xx_ts_eth100.patch \
+ file://0009-ts72xx_pata.patch \
+ file://0010-ts72xx_gpio_i2c.patch \
+ file://0011-ts72xx_dio_keypad.patch \
+ file://0012-ts72xx_sbcinfo.patch \
+ file://0013-ts72xx_max197.patch \
+ file://0014-ts7200_nor_flash.patch \
+ file://0015-ts72xx_sdcard.patch \
+ file://0016-ts72xx_nand_flash.patch \
+ file://0017-ep93xx_spi.patch \
+ file://0018-ts72xx_spi_tmp124.patch \
+ "
+
SRC_URI[kernel.md5sum] = "10eebcb0178fb4540e2165bfd7efc7ad"
SRC_URI[kernel.sha256sum] = "fa395fec7de633df1cb85b6248b8f35af98380ed128a8bc465fb48bc4d252633"
SRC_URI[stablepatch.md5sum] = "a88e4b5a9fcb23c2229301ac4dae1f1a"