7f2ef0a2e8bd003c963266a7a2f9a6de3ea18c43
[openembedded.git] / recipes / linux / linux_2.6.32.bb
1 require linux.inc
2
3 PR = "r1"
4
5 S = "${WORKDIR}/linux-${PV}"
6
7 # Mark archs/machines that this kernel supports
8 DEFAULT_PREFERENCE = "-1"
9 DEFAULT_PREFERENCE_simone = "1"
10
11 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
12            file://defconfig"
13
14 SRC_URI[kernel.md5sum] = "260551284ac224c3a43c4adac7df4879"
15 SRC_URI[kernel.sha256sum] = "5099786d80b8407d98a619df00209c2353517f22d804fdd9533b362adcb4504e"
16
17 # part of 2.6.24.7 patchset from Sim.One project
18 # other patches needs work
19 SRC_URI_append_simone = " \
20                         file://ep93xx/edb9301-fix-machine-id.patch;patch=1 \
21                         file://ep93xx/simone-board-def.patch;patch=1 \
22                         file://ep93xx/ep93xx-regs.patch;patch=1 \
23                         file://ep93xx/ep93xx-i2c.patch;patch=1 \
24                         file://ep93xx/ep93xx-touchscreen.patch;patch=1 \
25                         file://ep93xx/ep93xx-spi.patch;patch=1 \
26                         file://ep93xx/ep93xx-cpuinfo.patch;patch=1 "