h2200, h5xxx, ipaq-pxa270, netbook-pro: add MACHINE_FEATURES
authorKoen Kooi <koen@openembedded.org>
Wed, 27 Sep 2006 14:02:09 +0000 (14:02 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 27 Sep 2006 14:02:09 +0000 (14:02 +0000)
conf/machine/h2200.conf
conf/machine/h5xxx.conf
conf/machine/ipaq-pxa270.conf
conf/machine/netbook-pro.conf

index 45eda72..65f2708 100644 (file)
@@ -14,6 +14,9 @@ EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x4000"
 ROOT_FLASH_SIZE = "32"
 PCMCIA_MANAGER = "pcmciautils"
 
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget"
+
+
 BOOTMODULES_RRECOMMENDS = "${@linux_module_packages('${H2200_MODULES}', d)}"
 BOOTSTRAP_EXTRA_RRECOMMENDS += " ${BOOTMODULES_RRECOMMENDS}"
 BOOTSTRAP_EXTRA_RDEPENDS_append = " mtd-utils h2200-bootloader kernel udev module-init-tools"
index 008bfb2..2ab9775 100644 (file)
@@ -18,7 +18,7 @@ EXTRA_IMAGECMD_h5xxx_jffs2 = "-e 0x40000 -p"
 
 ROOT_FLASH_SIZE = "32"
 
-MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda wifi usbgadget usbhost"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget usbhost"
 
 BOOT_MODULES = "${@linux_module_packages('${H5XXX_MODULES}', d)}"
 BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${BOOT_MODULES}"
index 84380a4..b361b2b 100644 (file)
@@ -22,7 +22,7 @@ IMAGE_FSTYPES ?= "jffs2"
 
 MODUTILS = "26"        
 
-MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda wifi usbgadget"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget"
 
 PCMCIA_MANAGER = "pcmciautils"
 BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params "
index fb8b521..c480cf4 100755 (executable)
@@ -15,6 +15,8 @@ USE_VT = "0"
 #use the epson xserver
 XSERVER = "xserver-kdrive-epson"
 
+MACHINE_FEATURES = "kernel26 touchscreen keyboard apm alsa pcmcia bluetooth irda usbhost"
+
 #ship in rootfs:
 NBP_MODULES =  " apm \
                   pcmcia-core \