aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.29.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@bigtee.(none)>2009-03-31 11:21:20 +0200
committerLeon Woestenberg <leon@bigtee.(none)>2009-03-31 11:21:20 +0200
commit0dcc23aad9e595ef0a760e3e7b161c04692ac5e7 (patch)
tree9b40a9b23f16fd72f8fbe31c5a8ab29d346605b6 /recipes/linux/linux_2.6.29.bb
parent780c434192ad4c0bfe60386417e7b986767b31ce (diff)
downloadopenembedded-0dcc23aad9e595ef0a760e3e7b161c04692ac5e7.tar.gz
linux-2.6.29: Added machine canyonlands (PowerPC 460EX).
Diffstat (limited to 'recipes/linux/linux_2.6.29.bb')
-rw-r--r--recipes/linux/linux_2.6.29.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.29.bb b/recipes/linux/linux_2.6.29.bb
index e99802b9e0..21f2cdcfae 100644
--- a/recipes/linux/linux_2.6.29.bb
+++ b/recipes/linux/linux_2.6.29.bb
@@ -1,17 +1,22 @@
require linux.inc
+PR = "r1"
+
S = "${WORKDIR}/linux-2.6.29"
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_canyonlands = "1"
DEFAULT_PREFERENCE_tosa = "1"
DEFAULT_PREFERENCE_vortex86sx = "1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \
file://defconfig"
+SRC_URI_append_canyonlands = " \
+ file://0001-powerpc-4xx-Add-PPC4xx-PCIe-MSI-support.patch;patch=1"
+
SRC_URI_append_tosa = " \
file://0001-pxa-make-second-argument-of-clk_add_alias-a-name-in.patch;patch=1 \
file://0002-spi-pxa2xx-spi-set-default-cs_control-to-null_cs_co.patch;patch=1 \
"
-