From: Marcin Juszkiewicz Date: Tue, 3 Jul 2007 14:37:21 +0000 (+0000) Subject: sarge-at91: use u-boot 1.1.6 and linux 2.6.21 X-Git-Tag: Release-2010-05/1~8868^2~237^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9c7cd865a29b3bb1f503b4a9f56975aacba6cb9;p=openembedded.git sarge-at91: use u-boot 1.1.6 and linux 2.6.21 --- diff --git a/conf/machine/sarge-at91.conf b/conf/machine/sarge-at91.conf index 9f936a68a4..6001e69cf7 100644 --- a/conf/machine/sarge-at91.conf +++ b/conf/machine/sarge-at91.conf @@ -16,4 +16,8 @@ MACHINE_FEATURES = "kernel26" require conf/machine/include/tune-arm920t.conf -PREFERRED_PROVIDER_virtual/kernel = "linux-sarge" +PREFERRED_PROVIDER_virtual/kernel = "linux" + +# device has own patchset for u-boot 1.1.6 +PREFERRED_VERSION_u-boot = "1.1.6" +PREFERRED_VERSION_linux = "2.6.21"