diff options
author | Valentin Longchamp <valentin.longchamp@epfl.ch> | 2008-01-11 08:35:27 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-01-11 08:35:27 +0000 |
commit | 457fc3b7f778bbf2a60a2925e3de26dbdbe2d735 (patch) | |
tree | 6daa2bd0ee35cd7f6ef8ab1acedf9e9c276aa56f /packages/linux/linux_2.6.22.6.bb | |
parent | 9e94f8715c6181213dd7589632598e2a1592e759 (diff) |
Added support for mx31MoBoard - closes #3947
Diffstat (limited to 'packages/linux/linux_2.6.22.6.bb')
-rw-r--r-- | packages/linux/linux_2.6.22.6.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.22.6.bb b/packages/linux/linux_2.6.22.6.bb index dfe1e2e8b1..69b988e332 100644 --- a/packages/linux/linux_2.6.22.6.bb +++ b/packages/linux/linux_2.6.22.6.bb @@ -2,6 +2,7 @@ require linux.inc DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_ts72xx = "1" +DEFAULT_PREFERENCE_mx31moboard = "1" PR = "r1" @@ -25,4 +26,6 @@ SRC_URI_append_ts72xx = "\ file://ts72xx-use-cpld-reset.patch;patch=1 \ " +SRC_URI_append_mx31moboard = "http://mobots.epfl.ch/mx31moboard/linux-2.6.22-moboard.patch.bz2;patch=1" + S = "${WORKDIR}/linux-2.6.22" |