From: Koen Kooi Date: Tue, 12 Oct 2010 10:38:50 +0000 (+0200) Subject: omap3.inc: set TARGET_ARCH to arm X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fe50ea6a3b84b70b042076f73ca2e8a528e6bcf;p=openembedded.git omap3.inc: set TARGET_ARCH to arm --- diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 193e31e8f9..76e997da8d 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,4 +1,5 @@ SOC_FAMILY = "omap3" +TARGET_ARCH = "arm" require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap"