blob: ac30495d73412d9eb1449cf4d1cf580cdeb5541c (
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
|
require linux.inc
PR="r1"
# 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_imote2 = "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 \
"
|