diff options
author | Marco Cavallini <m.cavallini@koansoftware.com> | 2010-03-22 10:20:39 +0100 |
---|---|---|
committer | Marco Cavallini <m.cavallini@koansoftware.com> | 2010-03-22 10:35:16 +0100 |
commit | b80f71438ae5f33e006aa3cc6721df927578d41c (patch) | |
tree | 91258bb29cefd703fc082fb1095ac4aaccabaa53 /recipes/linux | |
parent | 1b30f674da19b2b65aa6457dda7c2f395b708df2 (diff) |
linux_2.6.28.bb: added patches for machine Microhard mh355
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux_2.6.28.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.28.bb b/recipes/linux/linux_2.6.28.bb index 3b6e5d0475..52882088d4 100644 --- a/recipes/linux/linux_2.6.28.bb +++ b/recipes/linux/linux_2.6.28.bb @@ -13,6 +13,7 @@ DEFAULT_PREFERENCE_gamecube = "1" DEFAULT_PREFERENCE_wrap = "1" DEFAULT_PREFERENCE_tx27 = "1" DEFAULT_PREFERENCE_nokia900 = "1" +DEFAULT_PREFERENCE_mh355 = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.10.bz2;patch=1 \ @@ -27,6 +28,11 @@ SRC_URI_append_ronetix-pm9263 = " \ file://linux-2.6.28-exp.patch.bz2;patch=1 \ http://download.ronetix.info/sk-eb926x/linux/kernel/2.6.28/003_linux-2.6.28-at91-ronetix-20112009.patch;patch=1 " +SRC_URI_append_mh355 = " \ + file://linux-2.6.28-at91.patch.bz2;patch=1 \ + file://linux-2.6.28-exp.patch.bz2;patch=1 \ + file://linux-2.6.28.10-at91-mh.patch;patch=1 " + SRC_URI_append_stb225 = " \ file://uImage.patch;patch=1 \ file://ebase-fix.patch;patch=1 \ |