diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-12-03 18:37:47 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-12-03 18:39:10 +0100 |
commit | dd2e82a8816dfa679a7b6ac1e0abac31a9fe6cd0 (patch) | |
tree | bd5532d4abd9c82529fba61d92534c4b6ec7863c /recipes/linux/linux_2.6.32.bb | |
parent | 52d27db8e0b440cea59e6df30796d1e4558da4bc (diff) |
linux 2.6.32: added Sim.One support
Diffstat (limited to 'recipes/linux/linux_2.6.32.bb')
-rw-r--r-- | recipes/linux/linux_2.6.32.bb | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb index a196506bde..7f2ef0a2e8 100644 --- a/recipes/linux/linux_2.6.32.bb +++ b/recipes/linux/linux_2.6.32.bb @@ -1,13 +1,26 @@ require linux.inc +PR = "r1" + S = "${WORKDIR}/linux-${PV}" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" - +DEFAULT_PREFERENCE_simone = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ file://defconfig" SRC_URI[kernel.md5sum] = "260551284ac224c3a43c4adac7df4879" SRC_URI[kernel.sha256sum] = "5099786d80b8407d98a619df00209c2353517f22d804fdd9533b362adcb4504e" + +# part of 2.6.24.7 patchset from Sim.One project +# other patches needs work +SRC_URI_append_simone = " \ + file://ep93xx/edb9301-fix-machine-id.patch;patch=1 \ + file://ep93xx/simone-board-def.patch;patch=1 \ + file://ep93xx/ep93xx-regs.patch;patch=1 \ + file://ep93xx/ep93xx-i2c.patch;patch=1 \ + file://ep93xx/ep93xx-touchscreen.patch;patch=1 \ + file://ep93xx/ep93xx-spi.patch;patch=1 \ + file://ep93xx/ep93xx-cpuinfo.patch;patch=1 " |