From f2ac37555687041724aa352c250715f1b8dbff4f Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Sat, 26 Dec 2009 22:32:59 +0100 Subject: [PATCH] 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 --- conf/machine/jornada6xx.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5