diff options
-rw-r--r-- | conf/distro/jlime-donkey.conf | 7 | ||||
-rw-r--r-- | packages/linux/linux-jlime-sh3_2.6.16.20.bb | 2 |
2 files changed, 4 insertions, 5 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. diff --git a/packages/linux/linux-jlime-sh3_2.6.16.20.bb b/packages/linux/linux-jlime-sh3_2.6.16.20.bb index de49ea3f26..ef5db85812 100644 --- a/packages/linux/linux-jlime-sh3_2.6.16.20.bb +++ b/packages/linux/linux-jlime-sh3_2.6.16.20.bb @@ -14,7 +14,7 @@ S = "${WORKDIR}/linux-${PV}" inherit kernel #Lets let 3.4.x handle the compilation of this one -KERNEL_CCSUFFIX = "-3.4.3" +KERNEL_CCSUFFIX = "-3.4.4" ARCH = "sh" KERNEL_IMAGETYPE = "zImage" |