aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-04-18 12:35:53 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-18 12:35:53 +0000
commit957a9f587b34bf699cc2ecfcfd61bd3b8dcc74bd (patch)
tree3f78c9c54fcf78e8f16475383a160c8098f16ff9 /conf
parentc0b621ead93c3445408bf726360fd04bde2e664a (diff)
downloadopenembedded-957a9f587b34bf699cc2ecfcfd61bd3b8dcc74bd.tar.gz
use pcmciautils for some more machines
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/angstrom-2006.9.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf
index 0e8da4941d..beef9b9fac 100644
--- a/conf/distro/angstrom-2006.9.conf
+++ b/conf/distro/angstrom-2006.9.conf
@@ -72,6 +72,7 @@ PREFERRED_VERSION_gstreamer = "0.10.4"
PREFERRED_PROVIDER_hostap-conf = "hostap-conf"
#Down here we put stuff we want to install into machines without polluting conf/machine/ with distro stuff
+# c7x0, akita, spitz, nokia770, h2200, h6300, ipaq-pxa270, simpad
#### Bootstrap options ####
@@ -79,15 +80,21 @@ PCMCIA_MANAGER_c7x0 = "pcmciautils"
PCMCIA_MANAGER_akita = "pcmciautils"
PCMCIA_MANAGER_spitz = "pcmciautils"
PCMCIA_MANAGER_nokia770 = "pcmciautils"
+PCMCIA_MANAGER_h2200 = "pcmciautils"
+PCMCIA_MANAGER_h6300 = "pcmciautils"
PCMCIA_MANAGER_ipaq-pxa270 = "pcmciautils"
+
+
#### GPE section ###
#Install libgtkinput in devices without a keyboard
GPE_EXTRA_INSTALL_append_ipaq-pxa270 = " libgtkinput"
GPE_EXTRA_INSTALL_append_h2200 = " libgtkinput"
+GPE_EXTRA_INSTALL_append_h6300 = " libgtkinput"
GPE_EXTRA_INSTALL_append_simpad = " libgtkinput"
GPE_EXTRA_INSTALL_append_nokia770 = " libgtkinput"
+
#As soon as a kill switch is in place we can add it to devices with a keyboard
#GPE_EXTRA_INSTALL_append_c7x0 = " libgtkinput"
#GPE_EXTRA_INSTALL_append_tosa = " libgtkinput"