diff options
Diffstat (limited to 'recipes/linux/linux_2.6.33.bb')
-rw-r--r-- | recipes/linux/linux_2.6.33.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.33.bb b/recipes/linux/linux_2.6.33.bb index 68b4cf0e72..589cdeebd2 100644 --- a/recipes/linux/linux_2.6.33.bb +++ b/recipes/linux/linux_2.6.33.bb @@ -1,10 +1,32 @@ require linux.inc +PR="r1" + # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_ts72xx = "-1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \ file://defconfig" SRC_URI[kernel.md5sum] = "c3883760b18d50e8d78819c54d579b00" SRC_URI[kernel.sha256sum] = "63e237de3b3c4c46a21833b9ce7e20574548d52dabbd1a8bf376041e4455d5c6" + +SRC_URI_append_ts72xx = " \ + file://0001-ts72xx_base.patch;patch=1 \ + file://0002-ts72xx_force_machine-id.patch;patch=1 \ + file://0003-ep93xx_cpuinfo.patch;patch=1 \ + file://0004-ts72xx_sbcinfo.patch;patch=1 \ + file://0005-ep93xx_eth.patch;patch=1 \ + file://0006-ts72xx_ts_ser1.patch;patch=1 \ + file://0007-ts72xx_rs485.patch;patch=1 \ + file://0008-ts72xx_ts_eth100.patch;patch=1 \ + file://0009-ts7200_cf_ide.patch;patch=1 \ + file://0010-ts72xx_pata.patch;patch=1 \ + file://0011-ep93xx_pm.patch;patch=1 \ + file://0012-ts72xx_gpio_i2c.patch;patch=1 \ + file://0013-ts72xx_dio_keypad.patch;patch=1 \ + file://0014-ep93xx_spi.patch;patch=1 \ + file://0015-ep93xx_cpufreq.patch;patch=1 \ + file://0016-ts7200_nor_flash.patch;patch=1 \ + " |