aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-09-27 14:02:09 +0000
committerKoen Kooi <koen@openembedded.org>2006-09-27 14:02:09 +0000
commit2ff2762ae0cba93d544551958600246481d4c7b6 (patch)
treeb5b27a3f5f4b85a66ea9c7356a0c76ebe1638c22 /conf/machine
parentde650e9b9b304b48c997055d331d8a457184cde8 (diff)
downloadopenembedded-2ff2762ae0cba93d544551958600246481d4c7b6.tar.gz
h2200, h5xxx, ipaq-pxa270, netbook-pro: add MACHINE_FEATURES
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/h2200.conf3
-rw-r--r--conf/machine/h5xxx.conf2
-rw-r--r--conf/machine/ipaq-pxa270.conf2
-rwxr-xr-xconf/machine/netbook-pro.conf2
4 files changed, 7 insertions, 2 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf
index 45eda7251f..65f27085f4 100644
--- a/conf/machine/h2200.conf
+++ b/conf/machine/h2200.conf
@@ -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"
diff --git a/conf/machine/h5xxx.conf b/conf/machine/h5xxx.conf
index 008bfb252f..2ab9775419 100644
--- a/conf/machine/h5xxx.conf
+++ b/conf/machine/h5xxx.conf
@@ -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}"
diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf
index 84380a49d0..b361b2bf6d 100644
--- a/conf/machine/ipaq-pxa270.conf
+++ b/conf/machine/ipaq-pxa270.conf
@@ -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 "
diff --git a/conf/machine/netbook-pro.conf b/conf/machine/netbook-pro.conf
index fb8b521a3c..c480cf4ebf 100755
--- a/conf/machine/netbook-pro.conf
+++ b/conf/machine/netbook-pro.conf
@@ -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 \