gumstick-*.conf : Move machine specific parts from gumstix.inc to the gumstix-{connex...
authorPhilip Balister <philip@balister.org>
Mon, 27 Aug 2007 21:12:04 +0000 (21:12 +0000)
committerPhilip Balister <philip@balister.org>
Mon, 27 Aug 2007 21:12:04 +0000 (21:12 +0000)
                  machine files.

conf/machine/gumstix-connex.conf
conf/machine/gumstix-verdex.conf
conf/machine/include/gumstix.inc

index 5110e86..a431762 100644 (file)
@@ -1,2 +1,6 @@
 require conf/machine/include/gumstix.inc
 
+MACHINE_FEATURES += " usbgadget "
+
+GUMSTIX_400MHZ = "y"
+
index f08e3ba..ab24552 100644 (file)
@@ -2,3 +2,5 @@ require conf/machine/include/gumstix.inc
 
 PACKAGE_EXTRA_ARCHS += " iwmmxt "
 
+MACHINE_FEATURES += " usbhost "
+
index 9d51cdc..c271940 100644 (file)
@@ -13,17 +13,13 @@ module_autoload_mmc_block = "mmc_block"
 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 \