diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-06-29 19:07:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-29 19:07:20 +0000 |
commit | 255f7dd6f119ad5f3f476f7aca60c23d78c3816c (patch) | |
tree | a58ee8b46f2bbfb8e748660d696043e03e818ef9 /conf | |
parent | 06a933e4b57759fe9924a4a66aedbb71e9112d1d (diff) |
conf/distro/jlime-donkey.conf : +kernel-modules to image +fix kernel build
* Adds Kernel-modules to all images
* Fixes Kernel issue so that kernel is built using 3.4.4
packages/linux/linux-jlime-sh3_2.6.16.20.bb: 3.4.3 -> 3.4.4
* Fixes so it uses 3.4.4 instead of 3.4.3 due to 3.4.3 not being
availabel.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/jlime-donkey.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/distro/jlime-donkey.conf b/conf/distro/jlime-donkey.conf index a89dc17569..e453bb03bd 100644 --- a/conf/distro/jlime-donkey.conf +++ b/conf/distro/jlime-donkey.conf @@ -20,8 +20,7 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}libc-for-gcc:glibc" #<> We want this so we can crosscompile the kernel using gcc 3.4.3 #<> Also, select version of modules (and kernel) #<> -PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-3.4.3:the-gcc" -PREFERRED_VERSION_the-gcc = "3.4.3" +PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-3.4.4:gcc-cross-kernel" PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-${TARGET_ARCH}" #<> @@ -72,9 +71,9 @@ TARGET_OS = "linux" #<> #<> BOOTSTRAP_EXTRA_RDEPENDS += "pcmciautils ncurses nano wireless-tools console-tools coreutils udev \ - e2tools e2fsprogs" + e2tools e2fsprogs kernel-module" BOOTSTRAP_EXTRA_DEPENDS += "pcmciautils ncurses nano wireless-tools console-tools coreutils udev \ - e2tools e2fsprogs" + e2tools e2fsprogs kernel-module" #<> #<>What Opie version should we use. |