[oe-commits] Kristoffer Ericson : Add Preferred version for linux-jlime-jornada6xx and include kernel modules in every rootfs built .

git version control git at git.openembedded.org
Sat Dec 26 21:45:35 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f2ac37555687041724aa352c250715f1b8dbff4f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f2ac37555687041724aa352c250715f1b8dbff4f

Author: Kristoffer Ericson <kristoffer.ericson at gmail.com>
Date:   Sat Dec 26 22:32:59 2009 +0100

Add Preferred version for linux-jlime-jornada6xx and include kernel modules in every rootfs built.

Signed-off-by: Alex Furgeson <thoughtmonster at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 conf/machine/jornada6xx.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf
index 3735bc0..c5249d9 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





More information about the Openembedded-commits mailing list