aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.33.bb
blob: 7f8b3a5ae6ddc59146416f926895cf5650d74851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
require linux.inc

PR="r2"

# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_ts72xx = "-1"
DEFAULT_PREFERENCE_mpc8641-hpcn = "1"
DEFAULT_PREFERENCE_p2020ds = "1"
DEFAULT_PREFERENCE_mpc8313e-rdb = "1"
DEFAULT_PREFERENCE_mpc8315e-rdb = "1"
DEFAULT_PREFERENCE_mpc8544ds = "1"
DEFAULT_PREFERENCE_imote2 = "1"
DEFAULT_PREFERENCE_afeb9260 = "1"
DEFAULT_PREFERENCE_adb4000 = "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 \
                        file://0002-ts72xx_force_machine-id.patch \
                        file://0003-ep93xx_cpuinfo.patch \
                        file://0004-ts72xx_sbcinfo.patch \
                        file://0005-ep93xx_eth.patch \
                        file://0006-ts72xx_ts_ser1.patch \
                        file://0007-ts72xx_rs485.patch \
                        file://0008-ts72xx_ts_eth100.patch \
                        file://0009-ts7200_cf_ide.patch \
                        file://0010-ts72xx_pata.patch \
                        file://0011-ep93xx_pm.patch \
                        file://0012-ts72xx_gpio_i2c.patch \
                        file://0013-ts72xx_dio_keypad.patch \
                        file://0014-ep93xx_spi.patch \
                        file://0015-ep93xx_cpufreq.patch \
                        file://0016-ts7200_nor_flash.patch \
                        "
SRC_URI_append_afeb9260 = " \
                        file://0001-RS-485-mode-of-USART1.patch \
                        file://0002-SRAM-for-ethernet-TX-patch.patch \
                        file://0003-SRAM-TX-buffers-implementation-from-atmel-to-fix-TX-.patch \
                        file://0004-Disallowing-non-power-of-2-ring-size-proper-resource.patch \
                        file://0005-Add-missing-header-file.patch \
                        file://0006-Enable-SPI1.patch \
                        file://0007-Adding-4th-serial-port.patch \
                        "

SRC_URI_append_adb4000 = " \
			http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.33.2.bz2 \
			file://linux-2.6.33.2-0001-misc-fpga_sram-added-driver-for-a-memory-connected-F.patch \
                        file://linux-2.6.33.2-0002-tfp410-added-driver-for-tfp410-DVI-Controller.patch \
                        file://linux-2.6.33.2-0003-drivers-at91_mci-modified-MMC-Host-to-work-on-G45.patch \
                        file://linux-2.6.33.2-0004-.gitignore-ignore-arm-image-output.patch \
                        file://linux-2.6.33.2-0005-arm-mach-at91-Add-support-for-icnova-boards.patch \
                        file://linux-2.6.33.2-0006-ICnova-Add-support-for-ADB1004revB-and-5In-Displays.patch \
                        file://linux-2.6.33.2-0007-atmel_tsadcc-adding-support-for-pressure-measurement.patch \
                        file://linux-2.6.33.2-0008-atmel_serial-adding-support-for-RS485.patch \
                        file://linux-2.6.33.2-0009-ICnova-add-support-for-ADB3000-revB.patch \
                        file://linux-2.6.33.2-0010-atmel-pwm-Making-driver-selectable-for-SAM9G45.patch \
                        file://linux-2.6.33.2-0011-hwmon-atm_pwm-adding-new-Userspace-atmel-pwm-interfa.patch \
                        file://linux-2.6.33.2-0012-ICnova-configuring-the-buzzer.patch \
                        file://linux-2.6.33.2-0013-sound-soc-adding-ssm2603-attached-to-atmel-ssc.patch \
                        file://linux-2.6.33.2-0014-ICnova-ADB1000-Adding-BPP-to-16.patch \
                        file://linux-2.6.33.2-0015-ADS7846-Adding-option-to-support-fuzz-on-input.patch \
                        file://linux-2.6.33.2-0016-ADB4000-Adding-support-for-the-IO-Processor.patch \
                        file://linux-2.6.33.2-0017-AT91-raising-the-number-of-GPIOs-to-support-addition.patch \
                        file://linux-2.6.33.2-0018-ICnova-Adding-ADB4000.patch \
			"