summaryrefslogtreecommitdiff
path: root/conf/distro
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-03-19 18:16:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-19 18:16:14 +0000
commit0dd5ac8eefd3a69fb30fcc202047f1753a480c48 (patch)
tree89f720c2b1a3719ccb4cb162f8ede63e5b4e9714 /conf/distro
parent0df69e0442324d26a476bafce8c637e05675db13 (diff)
angstrom-2006.9: specify extra machine specific installs
* See? It can be done without polluting conf/machine/
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/angstrom-2006.9.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf
index 9c9f751bff..2771df6e61 100644
--- a/conf/distro/angstrom-2006.9.conf
+++ b/conf/distro/angstrom-2006.9.conf
@@ -63,3 +63,21 @@ PREFERRED_VERSION_orinoco-modules_h3600 = "0.13e"
PREFERRED_VERSION_orinoco-modules_h3900 = "0.13e"
PREFERRED_VERSION_dbus = "0.61"
+
+#Down here we put stuff we want to install into machines without polluting conf/machine/ with distro stuff
+
+#### 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_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"
+#GPE_EXTRA_INSTALL_append_akita = "libgtkinput"
+#GPE_EXTRA_INSTALL_append_spitz = "libgtkinput"
+#GPE_EXTRA_INSTALL_append_borzoi = "libgtkinput"
+
+