aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.31.bb
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2009-10-29 23:27:10 +0100
committerThomas Kunze <thommycheck@gmx.de>2009-10-29 23:27:10 +0100
commitbbe9ae502bf711a30197ddf26dd91bc91f4cf421 (patch)
tree20ce7efb1b0bfba6b417c4557b951c3c7bbd6aaf /recipes/linux/linux_2.6.31.bb
parentf410685d5fd63a1360b127fbf519e1baf4500bc6 (diff)
downloadopenembedded-bbe9ae502bf711a30197ddf26dd91bc91f4cf421.tar.gz
add collie patches for 2.6.31 kernel
moved the at91 from SRC_URI to SRC_URI_append_machine for the other two machines that use this kernel. Patches conflict otherwise.
Diffstat (limited to 'recipes/linux/linux_2.6.31.bb')
-rw-r--r--recipes/linux/linux_2.6.31.bb28
1 files changed, 26 insertions, 2 deletions
diff --git a/recipes/linux/linux_2.6.31.bb b/recipes/linux/linux_2.6.31.bb
index 1c45a58526..0956afdf75 100644
--- a/recipes/linux/linux_2.6.31.bb
+++ b/recipes/linux/linux_2.6.31.bb
@@ -1,22 +1,27 @@
require linux.inc
-PR = "r2"
+PR = "r3"
S = "${WORKDIR}/linux-${PV}"
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_boc01 = "1"
+DEFAULT_PREFERENCE_collie = "1"
DEFAULT_PREFERENCE_db1200 = "1"
DEFAULT_PREFERENCE_qemumips = "1"
DEFAULT_PREFERENCE_qemux86 = "1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.3.bz2;patch=1 \
- http://maxim.org.za/AT91RM9200/2.6/2.6.31-at91.patch.gz;patch=1 \
file://defconfig"
+SRC_URI_append_db1200 ="\
+ http://maxim.org.za/AT91RM9200/2.6/2.6.31-at91.patch.gz;patch=1 \
+ "
+
SRC_URI_append_boc01 = "\
+ http://maxim.org.za/AT91RM9200/2.6/2.6.31-at91.patch.gz;patch=1 \
file://boc01.dts \
file://boc01.dts.v1 \
file://004-081205-usb.patch;patch=1 \
@@ -27,6 +32,25 @@ SRC_URI_append_boc01 = "\
file://013-091015-lcd.patch;patch=1 \
"
+SRC_URI_append_collie = "\
+ file://0001-add-locomo_spi-driver.patch;patch=1 \
+ file://0002-collie-fix-scoop-convesion-to-new-api.patch;patch=1 \
+ file://0003-collie-prepare-for-gpiolib-use.patch;patch=1 \
+ file://0004-move-drivers-mfd-.h-to-include-linux-mfd.patch;patch=1 \
+ file://0005-collie-locomo-led-change-default-trigger.patch;patch=1 \
+ file://0006-SA1100-make-gpio_to_irq-and-reverse-a-macro.patch;patch=1 \
+ file://0007-add-gpiolib-support-to-ucb1x00.patch;patch=1 \
+ file://0008-collie-convert-to-gpiolib-for-ucb1x00.patch;patch=1 \
+ file://0009-collie-add-battery-driver.patch;patch=1 \
+ file://0010-collie-support-pda_power-driver.patch;patch=1 \
+ file://0011-fix-collie-keyboard-bug.patch;patch=1 \
+ file://0012-add-collie-touchscreen-driver.patch;patch=1 \
+ file://0013-add-sa1100-udc-hack-extra-hacked-for-collie.patch;patch=1 \
+ file://0014-gadget-add-file.patch;patch=1 \
+ file://0004-fix-dma-for-SA1100.patch;patch=1 \
+ "
+
+
SRC_URI_append_ep93xx = " \
file://edb9301-fix-machine-id.patch;patch=1 \
"