From: Kristoffer Ericson Date: Thu, 23 Nov 2006 16:18:12 +0000 (+0000) Subject: conf/machine/jornada6xx.conf : Added machine features for task-base X-Git-Tag: Release-2010-05/1~9453^2~314 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13474f069fde92b8d5d2e57ea4c5fbd51cce2e91;p=openembedded.git conf/machine/jornada6xx.conf : Added machine features for task-base * Added machine features into configure file so it will play nice with task-base. --- diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf index 6521d15981..680836ee14 100644 --- a/conf/machine/jornada6xx.conf +++ b/conf/machine/jornada6xx.conf @@ -5,3 +5,9 @@ TARGET_ARCH = "sh3" include conf/machine/include/tune-sh3.conf + +PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada6xx" +PCMCIA_MANAGER = "pcmciautils" + +MACHINE_FEATURES = "kernel26 pcmcia irda keyboard touchscreen" +MACHINE_TASK_PROVIDER = "task-base" \ No newline at end of file