[oe-commits] org.oe.dev gumstick-*.conf : Move machine specific parts from gumstix.inc to the gumstix-{connex, verdex}

crofton commit openembedded-commits at lists.openembedded.org
Mon Aug 27 21:40:05 UTC 2007


gumstick-*.conf : Move machine specific parts from gumstix.inc to the gumstix-{connex,verdex}
                  machine files.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 3dc200b4af94a54b3753c4db433c96b3b8c54a7f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3dc200b4af94a54b3753c4db433c96b3b8c54a7f
Files:
1
conf/machine/gumstix-connex.conf
conf/machine/gumstix-verdex.conf
conf/machine/include/gumstix.inc
Diffs:

#
# mt diff -r4a5850b873ad956ece68234ab8130fed8686d4e8 -r3dc200b4af94a54b3753c4db433c96b3b8c54a7f
#
# 
# 
# patch "conf/machine/gumstix-connex.conf"
#  from [40931b717032f2f77d845644dd98f36188404e43]
#    to [0903ecc3169560cf41fbd2d7ac041fe5500bae63]
# 
# patch "conf/machine/gumstix-verdex.conf"
#  from [634247a26215a0709ef800ab53ad7f65b87b5342]
#    to [04af755da5ac1ae0a6ca0357f3ebd3488923d7ba]
# 
# patch "conf/machine/include/gumstix.inc"
#  from [a650e6c9c2788b0d9289abdda0b9ed9e3e8ded38]
#    to [8cece65d17833204e5ccdd15bd8c7c456a999ebd]
# 
============================================================
--- conf/machine/gumstix-connex.conf	40931b717032f2f77d845644dd98f36188404e43
+++ conf/machine/gumstix-connex.conf	0903ecc3169560cf41fbd2d7ac041fe5500bae63
@@ -1,2 +1,6 @@ require conf/machine/include/gumstix.inc
 require conf/machine/include/gumstix.inc
 
+MACHINE_FEATURES += " usbgadget "
+
+GUMSTIX_400MHZ = "y"
+
============================================================
--- conf/machine/gumstix-verdex.conf	634247a26215a0709ef800ab53ad7f65b87b5342
+++ conf/machine/gumstix-verdex.conf	04af755da5ac1ae0a6ca0357f3ebd3488923d7ba
@@ -1,4 +1,6 @@ PACKAGE_EXTRA_ARCHS += " iwmmxt "
 require conf/machine/include/gumstix.inc
 
 PACKAGE_EXTRA_ARCHS += " iwmmxt "
 
+MACHINE_FEATURES += " usbhost "
+
============================================================
--- conf/machine/include/gumstix.inc	a650e6c9c2788b0d9289abdda0b9ed9e3e8ded38
+++ conf/machine/include/gumstix.inc	8cece65d17833204e5ccdd15bd8c7c456a999ebd
@@ -13,17 +13,13 @@ module_autoload_g_ether = "g_ether"
 module_autoload_gumstix_gadget = "gumstix_gadget"
 module_autoload_g_ether = "g_ether"
 
-OLDEST_KERNEL = "2.6.15"
-
 UBOOT_ENTRYPOINT = "a0008000"
 
 #Assume people have some gumstix extension boards 
-MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget bluetooth"
+MACHINE_FEATURES = "kernel26 alsa ext2 bluetooth"
 
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --squash"
 
-GUMSTIX_400MHZ = "y"
-
 MACHINE_EXTRA_RRECOMMENDS = "kernel-module-unix \
                              kernel-module-rtc-core \
                              kernel-module-rtc-dev \






More information about the Openembedded-commits mailing list