summaryrefslogtreecommitdiff
path: root/packages/linux/linux_2.6.27.bb
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2008-12-22 20:58:05 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2008-12-22 20:58:05 +0100
commit762ef6bea06fe8a8e62936c82f7530ef4ce132f8 (patch)
tree2dfa91a87ebe50de9d55ba59eed90a80e7634744 /packages/linux/linux_2.6.27.bb
parent046f1965d4e7ecbb5320925fb215eb46182daffa (diff)
linux-2.6.27: add support for boc01
Diffstat (limited to 'packages/linux/linux_2.6.27.bb')
-rw-r--r--packages/linux/linux_2.6.27.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.27.bb b/packages/linux/linux_2.6.27.bb
index 50b9202cc7..e490afe511 100644
--- a/packages/linux/linux_2.6.27.bb
+++ b/packages/linux/linux_2.6.27.bb
@@ -2,12 +2,26 @@ require linux.inc
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_boc01 = "1"
DEFAULT_PREFERENCE_progear = "1"
DEFAULT_PREFERENCE_simpad = "-1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://defconfig "
+SRC_URI_append_boc01 = "\
+ file://boc01.dts \
+ file://002-081105-headers.patch;patch=1 \
+ file://004-081205-usb.patch;patch=1 \
+ file://005-081217-isl12024.patch;patch=1 \
+ file://007-081217-lm73.patch;patch=1 \
+ file://008-081208-spi.patch;patch=1 \
+ file://010-081208-mii.patch;patch=1 \
+ file://011-081218-gpio.patch;patch=1 \
+ file://012-081222-cy3218-btns.patch;patch=1 \
+ file://013-081216-lcd.patch;patch=1 \
+ "
+
SRC_URI_append_progear = "file://progear-bl.patch;patch=1\
file://progear-ac2.patch;patch=1"