From: Koen Kooi Date: Sat, 11 Aug 2007 10:49:40 +0000 (+0000) Subject: gumstix: add PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " X-Git-Tag: Release-2010-05/1~9042 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb30e88e424e1ce8bc54a06191519fa597ee7e32;p=openembedded.git gumstix: add PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " --- diff --git a/conf/machine/gumstix.conf b/conf/machine/gumstix.conf index 510de49a3f..e259477a7b 100644 --- a/conf/machine/gumstix.conf +++ b/conf/machine/gumstix.conf @@ -3,6 +3,7 @@ #@DESCRIPTION: Gumstix pxa2xx boards TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " PREFERRED_PROVIDER_virtual/kernel = "linux-gumstix"