From: Marco Cavallini Date: Mon, 22 Mar 2010 09:20:39 +0000 (+0100) Subject: linux_2.6.28.bb: added patches for machine Microhard mh355 X-Git-Tag: Release-2010-05/1~339^2~20^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b80f71438ae5f33e006aa3cc6721df927578d41c;p=openembedded.git linux_2.6.28.bb: added patches for machine Microhard mh355 --- 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 \