diff options
author | Nicolas Ferre <nicolasfr@gmail.com> | 2007-09-06 16:44:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-06 16:44:48 +0000 |
commit | c5cc423a2ce2c5a1659c171aefcbcec22b768c56 (patch) | |
tree | 31a71849eb36d16c1e8e2dcaa9aa4d08340370ca /packages/linux/linux_2.6.20.bb | |
parent | f563c2d546830533c2d54c84c800f6c5a2b49eac (diff) |
at91sam*: add 2 more at91sam machines, close #2942
Diffstat (limited to 'packages/linux/linux_2.6.20.bb')
-rw-r--r-- | packages/linux/linux_2.6.20.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.20.bb b/packages/linux/linux_2.6.20.bb index 13b83925b5..50defd306b 100644 --- a/packages/linux/linux_2.6.20.bb +++ b/packages/linux/linux_2.6.20.bb @@ -1,6 +1,8 @@ require linux.inc DEFAULT_PREFERENCE_at91sam9263ek = "20" +DEFAULT_PREFERENCE_at91sam9261ek = "20" +DEFAULT_PREFERENCE_at91sam9260ek = "20" PR = "r7" @@ -16,5 +18,13 @@ SRC_URI_append_at91sam9263ek = " \ http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;patch=1 \ http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;patch=1 \ " +SRC_URI_append_at91sam9261ek = " \ + http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;patch=1 \ + http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;patch=1 \ + " +SRC_URI_append_at91sam9260ek = " \ + http://maxim.org.za/AT91RM9200/2.6/${PV}-at91.patch.gz;patch=1 \ + http://www.at91.com/repFichier/Project-217/linux-${PV}-at91-exp.diff.bz2;patch=1 \ + " |