aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.29.bb
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-04-01 18:48:50 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2009-04-01 18:48:50 +0200
commitb44ce1af2eed4793c5ddb38f1a545deb7ac9aacb (patch)
tree96e29f81ffc9d3916969671d978a869d0839e4a4 /recipes/linux/linux_2.6.29.bb
parent0e26e0a6fd931418bd62f7341fb712f50d67e3b5 (diff)
downloadopenembedded-b44ce1af2eed4793c5ddb38f1a545deb7ac9aacb.tar.gz
linux-2.6.29: add patches for boc01
Diffstat (limited to 'recipes/linux/linux_2.6.29.bb')
-rw-r--r--recipes/linux/linux_2.6.29.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.29.bb b/recipes/linux/linux_2.6.29.bb
index 879098dace..0d1ced114c 100644
--- a/recipes/linux/linux_2.6.29.bb
+++ b/recipes/linux/linux_2.6.29.bb
@@ -6,6 +6,7 @@ S = "${WORKDIR}/linux-2.6.29"
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_boc01 = "1"
DEFAULT_PREFERENCE_canyonlands = "1"
DEFAULT_PREFERENCE_tosa = "1"
DEFAULT_PREFERENCE_vortex86sx = "1"
@@ -13,6 +14,18 @@ DEFAULT_PREFERENCE_vortex86sx = "1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \
file://defconfig"
+SRC_URI_append_boc01 = "\
+ file://boc01.dts \
+ file://001-090114-sqn11x0-usb-hack.patch;patch=1 \
+ file://004-081205-usb.patch;patch=1 \
+ file://005-090226-isl12024.patch;patch=1 \
+ file://007-081217-lm73.patch;patch=1 \
+ file://008-081208-spi.patch;patch=1 \
+ file://011-090115-gpio.patch;patch=1 \
+ file://012-090219-capsense.patch;patch=1 \
+ file://013-090306-lcd.patch;patch=1 \
+ "
+
SRC_URI_append_canyonlands = " \
file://0001-powerpc-4xx-Add-PPC4xx-PCIe-MSI-support.patch;patch=1 \
"