aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.29.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2009-04-15 17:22:32 +0200
committerMarcin Juszkiewicz <hrw@openembedded.org>2009-04-15 18:22:16 +0200
commit3bbbc7dabc3a2aa3b0e32fb39dc0b8f060057055 (patch)
tree932c49ff7f1f24675bfbccf6f526805e418f1dda /recipes/linux/linux_2.6.29.bb
parent9e28cecc90cf2eefa214b1677550124a4ecb9bf8 (diff)
downloadopenembedded-3bbbc7dabc3a2aa3b0e32fb39dc0b8f060057055.tar.gz
linux: make 2.6.29 default for ep93xx (tested on edb9301)
- added EDB9301 support (from LAKML) - hacked machine ID of EDB9301 (board here has other then official one)
Diffstat (limited to 'recipes/linux/linux_2.6.29.bb')
-rw-r--r--recipes/linux/linux_2.6.29.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.29.bb b/recipes/linux/linux_2.6.29.bb
index a4a3daf178..605568cc22 100644
--- a/recipes/linux/linux_2.6.29.bb
+++ b/recipes/linux/linux_2.6.29.bb
@@ -12,6 +12,7 @@ DEFAULT_PREFERENCE_tosa = "1"
DEFAULT_PREFERENCE_vortex86sx = "1"
DEFAULT_PREFERENCE_atngw100 = "1"
DEFAULT_PREFERENCE_micro2440 = "1"
+DEFAULT_PREFERENCE_ep93xx = "1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \
file://defconfig"
@@ -51,3 +52,8 @@ 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 \
"
+
+SRC_URI_append_ep93xx = " \
+ file://add-edb9301.patch;patch=1 \
+ file://edb9301-fix-machine-id.patch;patch=1 \
+ "