aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer_e1@hotmail.com>2006-11-23 16:15:59 +0000
committerKristoffer Ericson <kristoffer_e1@hotmail.com>2006-11-23 16:15:59 +0000
commit80705edc5441746bbb0c46230e401475c3070b4c (patch)
treef229c8ef27748867b2c57b2be229162709bf379a /conf
parent66f179a957823099b9635d1b6a75494d7e50db7a (diff)
downloadopenembedded-80705edc5441746bbb0c46230e401475c3070b4c.tar.gz
conf/machine/jornada7xx.conf : added task-base parameters
* Added needed machine features for jornada7xx so it will work with task-base
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/jornada7xx.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/machine/jornada7xx.conf b/conf/machine/jornada7xx.conf
index e8218138d5..f74f41c6ef 100644
--- a/conf/machine/jornada7xx.conf
+++ b/conf/machine/jornada7xx.conf
@@ -4,4 +4,10 @@
TARGET_ARCH = "arm"
-include conf/machine/include/tune-strongarm.conf \ No newline at end of file
+include conf/machine/include/tune-strongarm.conf
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada7xx"
+PCMCIA_MANAGER = "pcmciautils"
+MACHINE_FEATURES = "kernel26 apm alsa pcmcia irda keyboard touchscreen"
+MACHINE_EXTRA_RDEPENDS = "kernel-modules"
+MACHINE_TASK_PROVIDER = "task-base" \ No newline at end of file