diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-07-14 21:57:03 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-07-14 22:09:09 +0200 |
commit | b8ef60c5e1f611dc15962b98c58f2f86d0ac1d08 (patch) | |
tree | 831a7059fc0b1ec25cc379076f77e69f846da335 /recipes/linux/linux_2.6.30.bb | |
parent | 8f93291807c1c33b084b3a90c74b25ca9c572045 (diff) |
linux: added support for at91sam9263ek in 2.6.30 (not default)
Board boots fine with this kernel and gives the same features as 2.6.28.
hrw-linux-2.6.30-exp.patch is stripped version of linux-2.6.28-exp.patch
used in 2.6.28 recipe. It adds sound support and keeps Ethernet buffers
in SRAM to avoid Tx underruns.
Result was not too much tested.
Diffstat (limited to 'recipes/linux/linux_2.6.30.bb')
-rw-r--r-- | recipes/linux/linux_2.6.30.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.30.bb b/recipes/linux/linux_2.6.30.bb index b168bfc161..5dc9451c40 100644 --- a/recipes/linux/linux_2.6.30.bb +++ b/recipes/linux/linux_2.6.30.bb @@ -9,8 +9,13 @@ DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_mpc8315e-rdb = "1" DEFAULT_PREFERENCE_mx27ads = "1" +# machine boots with it, works but was not tested too much +DEFAULT_PREFERENCE_at91sam9263ek = "-1" + SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ http://maxim.org.za/AT91RM9200/2.6/2.6.30-at91.patch.gz;patch=1 \ file://defconfig" SRC_URI_append_mpc8315e-rdb = " file://mpc8315erdb-add-msi-to-dts.patch;patch=1" + +SRC_URI_append_at91sam9263ek = " file://hrw-linux-2.6.30-exp.patch;patch=1 " |