From: Koen Kooi Date: Thu, 23 Aug 2007 11:27:19 +0000 (+0000) Subject: gumstix: split into connex and verdex X-Git-Tag: Release-2010-05/1~8822^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2a42025ad4e81842fb8470b0eee1a67abfd3098;p=openembedded.git gumstix: split into connex and verdex --- diff --git a/conf/machine/gumstix-connex.conf b/conf/machine/gumstix-connex.conf new file mode 100644 index 0000000000..692fa2a0f8 --- /dev/null +++ b/conf/machine/gumstix-connex.conf @@ -0,0 +1,2 @@ +require conf/machine/include/gumstix.conf + diff --git a/conf/machine/gumstix-verdex.conf b/conf/machine/gumstix-verdex.conf new file mode 100644 index 0000000000..d171184cc0 --- /dev/null +++ b/conf/machine/gumstix-verdex.conf @@ -0,0 +1,4 @@ +require conf/machine/include/gumstix.conf + +PACKAGE_EXTRA_ARCHS += " iwmmxt " + diff --git a/conf/machine/gumstix.conf b/conf/machine/include/gumstix.inc similarity index 100% rename from conf/machine/gumstix.conf rename to conf/machine/include/gumstix.inc