diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-23 11:27:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-23 11:27:19 +0000 |
commit | f2a42025ad4e81842fb8470b0eee1a67abfd3098 (patch) | |
tree | faa7156caec7898327f297228e510e31c760b32a /conf | |
parent | ec62aa75466f2fb6a63e85288915c2cfe82a1a90 (diff) |
gumstix: split into connex and verdex
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/gumstix-connex.conf | 2 | ||||
-rw-r--r-- | conf/machine/gumstix-verdex.conf | 4 | ||||
-rw-r--r-- | conf/machine/include/gumstix.inc (renamed from conf/machine/gumstix.conf) | 0 |
3 files changed, 6 insertions, 0 deletions
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 index 9d51cdcead..9d51cdcead 100644 --- a/conf/machine/gumstix.conf +++ b/conf/machine/include/gumstix.inc |