From: Kristoffer Ericson Date: Sat, 26 Dec 2009 21:32:59 +0000 (+0100) Subject: Add Preferred version for linux-jlime-jornada6xx and include kernel modules in every... X-Git-Tag: Release-2010-05/1~1150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ac37555687041724aa352c250715f1b8dbff4f;p=openembedded.git Add Preferred version for linux-jlime-jornada6xx and include kernel modules in every rootfs built. Signed-off-by: Alex Furgeson Signed-off-by: Kristoffer Ericson --- diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf index 3735bc0312..c5249d94ef 100644 --- a/conf/machine/jornada6xx.conf +++ b/conf/machine/jornada6xx.conf @@ -7,6 +7,8 @@ TARGET_ARCH = "sh3" require conf/machine/include/tune-sh3.inc PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada6xx" -PCMCIA_MANAGER = "pcmciautils" +PREFERRED_VERSION_linux-jlime-jornada6xx = "2.6.17" MACHINE_FEATURES = "kernel26 pcmcia irda keyboard touchscreen screen vfat" +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" +PCMCIA_MANAGER = "pcmciautils" \ No newline at end of file